@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap");
html {
  scroll-behavior: smooth;
}
.home-page {
  --ink: #101817;
  --forest: rgb(20, 42, 36);
  --forest-2: #1c3630;
  --cream: #f4f1ea;
  --paper: #fbfaf7;
  --gold: #c6a15b;
  --gold-light: #dbc28e;
  --line: rgba(16, 24, 23, .14);
  --serif: "IBM Plex Sans", system-ui, sans-serif;
--sans: "IBM Plex Sans", system-ui, sans-serif;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.65;
}

.home-page img { display: block; max-width: 100%; }
.home-page a { color: inherit; }
.home-page h1, .home-page h2, .home-page h3, .home-page p { margin-top: 0; }
.premium-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; background: #fff; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.premium-header {
  position: fixed; inset: 0 0 auto; z-index: 100; height: 88px;
  background: linear-gradient(to bottom, rgba(7, 15, 13, .88), rgba(7, 15, 13, .25));
  border-bottom: 1px solid rgba(255,255,255,.15); transition: background .3s, height .3s, box-shadow .3s;
}
.premium-header.is-scrolled { height: 74px; background: rgba(12, 26, 22, .97); box-shadow: 0 12px 30px rgba(0,0,0,.15); }
.premium-header__inner { width: min(1260px, calc(100% - 48px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 38px; }
.brand { margin-right: auto; display: flex; align-items: center; }
.brand img { width: 132px; height: auto; filter: brightness(1.15); }
.premium-nav { display: flex; align-items: center; gap: 30px; }
.premium-nav a { color: white; font-size: .79rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.premium-nav a:not(.premium-nav__cta):after { content: ""; display: block; height: 1px; width: 0; margin-top: 4px; background: var(--gold); transition: width .25s; }
.premium-nav a:hover:after { width: 100%; }
.premium-nav__cta { border: 1px solid var(--gold-light); padding: 10px 16px; }
.header-phone { color: white; text-decoration: none; border-left: 1px solid rgba(255,255,255,.3); padding-left: 26px; line-height: 1.25; }
.header-phone span { display: block; color: rgba(255,255,255,.68); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.header-phone strong { font-size: .95rem; }
.premium-header .nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 0; background: transparent; padding: 11px; }
.premium-header .nav-toggle span { display: block; width: 100%; height: 1px; margin: 5px 0; background: white; }
.premium-header .mobile-nav { display: none; }

.premium-hero { min-height: 820px; height: 100svh; position: relative; overflow: hidden; color: white; background: var(--forest); }
.premium-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.premium-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,17,14,.9) 0%, rgba(7,17,14,.56) 49%, rgba(7,17,14,.18) 100%), linear-gradient(0deg, rgba(7,17,14,.45), transparent 45%); }
.premium-hero__content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 80px; }
.eyebrow { margin-bottom: 18px; color: #8f6d32; font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow--light { color: var(--gold-light); }
.premium-hero h1 { max-width: 900px; margin: 0 0 26px; font-family: var(--serif); font-size: clamp(3.5rem, 7vw, 6.8rem); font-weight: 600; line-height: .96; letter-spacing: -.045em; }
.premium-hero h1 em { color: var(--gold-light); font-weight: 500; }
.premium-hero__lead { max-width: 660px; margin-bottom: 34px; color: rgba(255,255,255,.83); font-size: 1.15rem; line-height: 1.7; }
.premium-hero__actions { display: flex; flex-wrap: wrap; gap: 13px; }
.premium-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid transparent; border-radius: 0; font-family: var(--sans); font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.premium-button:hover { transform: translateY(-2px); }
.premium-button--gold { color: #14201d; background: var(--gold-light); }
.premium-button--gold:hover { background: #ead39f; }
.premium-button--glass { color: white; border-color: rgba(255,255,255,.52); background: rgba(255,255,255,.05); backdrop-filter: blur(8px); }
.premium-button--glass:hover { border-color: white; background: rgba(255,255,255,.12); }
.premium-button--dark { width: 100%; color: white; background: var(--forest); }
.premium-button--dark:hover { background: var(--forest-2); }
.premium-hero__proof { display: flex; gap: 30px; margin-top: 42px; color: rgba(255,255,255,.68); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.premium-hero__proof span { display: flex; align-items: center; gap: 10px; }
.premium-hero__proof span:before { content: ""; width: 5px; height: 5px; background: var(--gold-light); border-radius: 50%; }
.hero-scroll { position: absolute; right: 3vw; bottom: 34px; z-index: 2; display: flex; flex-direction: column; align-items: center; color: rgba(255,255,255,.7); font-size: .65rem; letter-spacing: .18em; text-decoration: none; text-transform: uppercase; }
.hero-scroll i { display: block; width: 1px; height: 46px; margin-top: 10px; background: rgba(255,255,255,.55); }

.trust-ribbon { color: white; background: var(--forest); }
.trust-ribbon__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-ribbon__grid div { display: flex; align-items: center; gap: 15px; min-height: 95px; padding: 20px 26px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-ribbon__grid div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.trust-ribbon strong { color: var(--gold-light); font-family: var(--serif); font-size: 1.15rem; font-style: italic; font-weight: 500; }
.trust-ribbon span { color: rgba(255,255,255,.72); font-size: .75rem; letter-spacing: .07em; text-transform: uppercase; }

.premium-intro { padding: 130px 0; background: var(--paper); }
.premium-intro__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; }
.home-page h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(2.55rem, 4.4vw, 4.4rem); font-weight: 600; line-height: 1.08; letter-spacing: -.035em; }
.premium-intro__copy p { margin-bottom: 28px; color: #53605d; font-size: 1.06rem; line-height: 1.85; }
.text-link { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid var(--gold); font-size: .8rem; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.text-link span { margin-left: 8px; color: #8f6d32; }

.premium-services { padding: 120px 0; background: var(--cream); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 56px; }
.section-heading > p { max-width: 400px; margin-bottom: 8px; color: #66706d; }
.service-editorial { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 350px 350px 320px; gap: 18px; }
.service-feature { position: relative; min-height: 300px; overflow: hidden; color: white; background: #1b2825; }
.service-feature--large { grid-row: span 2; }
.service-feature--wide { grid-column: 1 / -1; }
.service-feature img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.service-feature:hover img { transform: scale(1.035); }
.service-feature__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,14,11,.9), rgba(5,14,11,.04) 75%); }
.service-feature__content { position: absolute; inset: auto 0 0; padding: 38px; }
.service-feature__content > span { display: block; margin-bottom: 8px; color: var(--gold-light); font-family: var(--serif); font-style: italic; }
.service-feature h3 { margin-bottom: 8px; font-family: var(--serif); font-size: clamp(1.65rem, 2.4vw, 2.5rem); font-weight: 600; }
.service-feature p { max-width: 600px; margin-bottom: 18px; color: rgba(255,255,255,.78); }
.service-feature a { font-size: .73rem; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }

.result-section { padding: 130px 0; color: white; background: var(--forest); }
.result-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; }
.result-copy > p:not(.eyebrow) { margin: 26px 0 30px; color: rgba(255,255,255,.67); }
.premium-checks { margin: 0; padding: 0; list-style: none; }
.premium-checks li { padding: 13px 0 13px 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.78); font-size: .85rem; position: relative; }
.premium-checks li:before { content: ""; position: absolute; left: 2px; top: 22px; width: 6px; height: 6px; background: var(--gold-light); }
.before-after { position: relative; height: 560px; overflow: hidden; cursor: ew-resize; user-select: none; background: #0b1714; }
.before-after img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.before-after .after-img { clip-path: inset(0 50% 0 0); }
.before-after .divider { position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: white; pointer-events: none; }
.before-after .handle { position: absolute; left: 50%; top: 50%; width: 54px; height: 54px; transform: translate(-50%,-50%); border: 1px solid white; border-radius: 50%; color: var(--forest); background: white; pointer-events: none; }
.comparison-label { position: absolute; top: 20px; z-index: 3; padding: 7px 11px; color: white; background: rgba(7,17,14,.75); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.comparison-label--before { left: 20px; }.comparison-label--after { right: 20px; }

.project-gallery { padding: 130px 0; background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 310px 310px; gap: 18px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; background: #ddd; }
.gallery-grid__tall { grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.gallery-grid figcaption { position: absolute; inset: auto 0 0; padding: 40px 25px 20px; color: white; background: linear-gradient(transparent, rgba(4,12,10,.8)); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }

.premium-process { padding: 130px 0; background: var(--cream); }
.process-intro { display: grid; grid-template-columns: .45fr 1fr; gap: 80px; align-items: start; margin-bottom: 70px; }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { display: grid; grid-template-columns: 110px 1fr; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: #9b7838; font-family: var(--serif); font-size: 1.2rem; font-style: italic; }
.process-list li div { display: grid; grid-template-columns: .45fr 1fr; gap: 50px; }
.process-list h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; }
.process-list p { margin: 0; color: #65706d; }

.premium-about { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; background: var(--paper); }
.premium-about__image img { width: 100%; height: 100%; object-fit: cover; }
.premium-about__content { display: flex; flex-direction: column; justify-content: center; padding: 90px max(6vw, 50px); }
.premium-about__content > p:not(.eyebrow) { margin-top: 25px; margin-bottom: 0; color: #5c6864; }
.about-standards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 42px; padding-top: 30px; border-top: 1px solid var(--line); }
.about-standards div { padding-right: 10px; }
.about-standards strong, .about-standards span { display: block; }
.about-standards strong { font-family: var(--serif); font-size: 1.25rem; }
.about-standards span { color: #73807c; font-size: .7rem; }

.service-area-section { padding: 110px 0; color: white; background: #0e201c; }
.service-area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.service-area-grid > div > p:not(.eyebrow) { margin-top: 22px; color: rgba(255,255,255,.62); }
.city-links { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.15); }
.city-links a { padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.76); font-size: .82rem; text-decoration: none; }
.city-links a:after { content: "→"; float: right; color: var(--gold-light); }
.city-links a:nth-child(odd) { padding-right: 20px; border-right: 1px solid rgba(255,255,255,.15); }
.city-links a:nth-child(even) { padding-left: 20px; }

.premium-contact { padding: 130px 0; background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.contact-copy > p:not(.eyebrow) { margin-top: 25px; color: #64706d; }
.contact-direct { margin-top: 46px; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-direct span, .contact-direct small, .contact-direct a { display: block; }
.contact-direct span { color: #73807c; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-direct a { margin: 6px 0; font-family: var(--serif); font-size: 2rem; text-decoration: none; }
.contact-direct small { color: #73807c; }
.premium-form { padding: 48px; background: var(--cream); box-shadow: 0 25px 70px rgba(20,32,29,.08); }
.premium-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 21px; color: #4d5956; font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.premium-form input, .premium-form select, .premium-form textarea { width: 100%; border: 0; border-bottom: 1px solid #a9afa9; border-radius: 0; padding: 13px 2px; color: var(--ink); background: transparent; font: 1rem var(--sans); text-transform: none; outline: none; }
.premium-form select { cursor: pointer; }
.premium-form textarea { border: 1px solid #b7bbb5; padding: 14px; resize: vertical; }
.premium-form input:focus, .premium-form select:focus, .premium-form textarea:focus { border-color: #7a5b27; }
.form-privacy { margin: 12px 0 0; color: #7c8582; font-size: .68rem; text-align: center; }
.form-message { display: none; margin-top: 14px; padding: 12px; background: white; font-size: .85rem; text-align: center; }

.premium-footer { padding: 75px 0 22px; color: white; background: #091512; }
.premium-footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.25fr; gap: 60px; padding-bottom: 55px; }
.footer-brand img { width: 145px; height: auto; margin-bottom: 20px; }
.footer-brand p { max-width: 290px; color: rgba(255,255,255,.52); }
.premium-footer h3 { margin-bottom: 18px; color: var(--gold-light); font-size: .69rem; letter-spacing: .16em; text-transform: uppercase; }
.premium-footer__top a, .premium-footer__top span { display: block; margin: 9px 0; color: rgba(255,255,255,.64); font-size: .82rem; text-decoration: none; }
.premium-footer__top a:hover { color: white; }
.premium-footer__bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.38); font-size: .7rem; }
.mobile-call-bar { display: none; }

@media (max-width: 1050px) {
  .premium-nav { display: none; }
  .premium-header .nav-toggle { display: block; }
  .premium-header .mobile-nav { position: absolute; top: 100%; left: 0; right: 0; padding: 15px 24px 24px; background: rgba(12,26,22,.98); }
  .premium-header .mobile-nav.open { display: grid; }
  .premium-header .mobile-nav a { padding: 13px 5px; border-bottom: 1px solid rgba(255,255,255,.12); color: white; font-size: .82rem; text-decoration: none; }
  .result-grid { gap: 45px; }
  .premium-about__content { padding: 70px 45px; }
  .contact-grid { gap: 55px; }
}

@media (max-width: 800px) {
  .premium-shell { width: min(100% - 34px, 1180px); }
  .premium-header, .premium-header.is-scrolled { height: 70px; background: rgba(12,26,22,.94); }
  .premium-header__inner { width: calc(100% - 30px); }
  .brand img { width: 112px; }
  .header-phone { display: none; }
  .premium-hero { min-height: 700px; }
  .premium-hero__veil { background: linear-gradient(90deg, rgba(7,17,14,.88), rgba(7,17,14,.42)), linear-gradient(0deg, rgba(7,17,14,.55), transparent); }
  .premium-hero h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .premium-hero__lead { font-size: 1rem; }
  .premium-hero__proof { flex-wrap: wrap; gap: 12px 20px; }
  .hero-scroll { display: none; }
  .trust-ribbon__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-ribbon__grid div { min-height: 80px; padding: 16px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .premium-intro, .premium-services, .result-section, .project-gallery, .premium-process, .premium-contact { padding: 85px 0; }
  .premium-intro__grid, .result-grid, .service-area-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 22px; }
  .service-editorial { grid-template-columns: 1fr; grid-template-rows: repeat(4, 440px); }
  .service-feature--large, .service-feature--wide { grid-row: auto; grid-column: auto; }
  .before-after { height: min(70vw, 500px); }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 450px 270px; }
  .gallery-grid__tall { grid-column: 1 / -1; grid-row: auto; }
  .process-intro { display: block; }
  .process-intro .eyebrow { margin-bottom: 20px; }
  .process-list li div { grid-template-columns: .6fr 1fr; }
  .premium-about { grid-template-columns: 1fr; }
  .premium-about__image { height: 560px; }
  .premium-footer__top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .home-page { padding-bottom: 62px; }
  .premium-hero { height: 92svh; min-height: 660px; }
  .premium-hero__content { padding-top: 75px; }
  .premium-hero h1 { margin-bottom: 22px; font-size: clamp(2.85rem, 14vw, 4.2rem); }
  .premium-hero__actions { width: 100%; }
  .premium-hero__actions .premium-button { width: 100%; }
  .premium-hero__proof { margin-top: 28px; }
  .trust-ribbon__grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .trust-ribbon__grid div { align-items: flex-start; gap: 8px; min-height: 88px; flex-direction: column; }
  .home-page h2 { font-size: 2.55rem; }
  .service-editorial { grid-template-rows: repeat(4, 420px); }
  .service-feature__content { padding: 26px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 330px); }
  .gallery-grid__tall { grid-column: auto; }
  .process-list li { grid-template-columns: 55px 1fr; }
  .process-list li div { display: block; }
  .process-list h3 { margin-bottom: 6px; }
  .premium-about__image { height: 400px; }
  .premium-about__content { padding: 70px 22px; }
  .about-standards { grid-template-columns: 1fr; gap: 16px; }
  .about-standards div { padding-bottom: 14px; border-bottom: 1px solid var(--line); }
  .city-links { grid-template-columns: 1fr; }
  .city-links a:nth-child(odd), .city-links a:nth-child(even) { padding: 13px 5px; border-right: 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .premium-form { padding: 32px 22px; }
  .premium-footer__top { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .premium-footer__top > div:last-child { grid-column: 1 / -1; }
  .premium-footer__bottom { display: block; }
  .premium-footer__bottom p { margin-bottom: 5px; }
  .mobile-call-bar { position: fixed; inset: auto 0 0; z-index: 200; display: flex; min-height: 62px; align-items: center; justify-content: space-between; padding: 10px 18px; color: #13201c; background: var(--gold-light); text-decoration: none; }
  .mobile-call-bar span { font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-call-bar strong { font-size: .92rem; }
}

@media (prefers-reduced-motion: reduce) {
  .home-page *, .home-page *::before, .home-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .premium-hero__video { display: none; }
  .premium-hero { background: linear-gradient(rgba(7,17,14,.66), rgba(7,17,14,.66)), url('../hero-photo.jpg') center/cover; }
}

/* REFINED PREMIUM SERVICES */
.service-editorial--refined { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, 510px); gap: 18px; }
.service-feature--refined { position: relative; min-height: 0; overflow: hidden; color: #fff; background: #132823; }
.service-feature--refined img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease, filter .8s ease; }
.service-feature--refined:hover img { transform: scale(1.035); filter: saturate(1.05); }
.service-feature--refined .service-feature__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,17,14,.95) 0%, rgba(5,17,14,.62) 42%, rgba(5,17,14,.08) 78%); transition: background .4s ease; }
.service-feature--refined:hover .service-feature__shade { background: linear-gradient(to top, rgba(5,17,14,.97) 0%, rgba(5,17,14,.67) 45%, rgba(5,17,14,.12) 80%); }
.service-feature__number { position: absolute; top: 25px; left: 27px; z-index: 2; color: rgba(255,255,255,.88); font-family: var(--serif); font-size: 1.05rem; font-style: italic; }
.service-feature__number::after { content: ""; display: inline-block; width: 42px; height: 1px; margin-left: 12px; vertical-align: middle; background: var(--gold-light); }
.service-feature--refined .service-feature__content { position: absolute; inset: auto 0 0; z-index: 2; padding: 36px; }
.service-feature__type { margin-bottom: 10px !important; color: var(--gold-light) !important; font-size: .65rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.service-feature--refined h3 { max-width: 480px; margin-bottom: 12px; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.65rem); font-weight: 600; line-height: 1.08; }
.service-feature__description { max-width: 480px; margin-bottom: 0 !important; color: rgba(255,255,255,.72) !important; font-size: .91rem; line-height: 1.7; }
.services-premium-cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-top: 18px; padding: 42px 46px; color: #fff; background: var(--forest); }
.services-premium-cta .eyebrow { margin-bottom: 7px; color: var(--gold-light); }
.services-premium-cta h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 600; }
.services-premium-cta__actions { display: flex; align-items: center; gap: 28px; flex-shrink: 0; }
.services-phone-link { display: inline-flex; align-items: center; gap: 15px; padding-bottom: 5px; border-bottom: 1px solid rgba(219,194,142,.6); color: #fff; font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.services-phone-link span { color: var(--gold-light); transition: transform .25s ease; }
.services-phone-link:hover span { transform: translateX(4px); }

@media (max-width: 800px) {
  .service-editorial--refined { grid-template-columns: 1fr; grid-template-rows: repeat(4, 470px); }
  .services-premium-cta { align-items: flex-start; flex-direction: column; padding: 36px 30px; }
  .services-premium-cta__actions { width: 100%; align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .service-editorial--refined { grid-template-rows: repeat(4, 430px); }
  .service-feature--refined .service-feature__content { padding: 27px 24px; }
  .service-feature__number { top: 21px; left: 23px; }
  .services-premium-cta { padding: 31px 24px; }
  .services-premium-cta__actions .premium-button { width: 100%; }
}

/* ==========================================
   PREMIUM SERVICE CARDS V2
========================================== */

.service-section-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}

.service-section-intro {
  max-width: 460px;
  margin: 0 0 8px auto;
  color: #66706d;
  font-size: 1rem;
  line-height: 1.8;
}

/* Two premium cards per row */
.service-card-grid-v2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.service-card-v2 {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(19, 40, 35, 0.12);
  background: #fbfaf7;
  box-shadow: 0 14px 45px rgba(19, 40, 35, 0.07);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.service-card-v2:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 65px rgba(19, 40, 35, 0.14);
}

/* Card image */
.service-card-v2__image {
  position: relative;
  height: 330px;
  overflow: hidden;
  background: #132823;
}

.service-card-v2__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(7, 22, 18, 0.35),
    transparent 55%
  );
  pointer-events: none;
}

.service-card-v2__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.8s ease,
    filter 0.8s ease;
}

.service-card-v2:hover .service-card-v2__image img {
  transform: scale(1.04);
  filter: saturate(1.05);
}

/* Service number */
.service-card-v2__number {
  position: absolute;
  right: 22px;
  bottom: 20px;
  z-index: 2;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: #fff;
  background: rgba(12, 32, 26, 0.72);
  backdrop-filter: blur(10px);
  font-family: var(--serif);
  font-size: 1rem;
  font-style: italic;
}

/* Information area */
.service-card-v2__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 35px 36px 32px;
}

.service-card-v2__category {
  margin-bottom: 11px;
  color: #8f6d32;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-card-v2__content h3 {
  margin-bottom: 14px;
  color: #132823;
  font-family: var(--serif);
  font-size: clamp(1.9rem, 2.8vw, 2.55rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.service-card-v2__description {
  margin-bottom: 28px;
  color: #66706d;
  font-size: 0.94rem;
  line-height: 1.75;
}

/* Service-page button */
.service-card-v2__button {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding: 10px 10px 10px 20px;
  border: 1px solid rgba(19, 40, 35, 0.22);
  color: #132823;
  background: transparent;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.service-card-v2__button i {
  display: grid;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  place-items: center;
  color: #132823;
  background: #dbc28e;
  font-size: 1rem;
  font-style: normal;
  transition: transform 0.25s ease;
}

.service-card-v2__button:hover {
  border-color: #132823;
  color: #fff;
  background: #132823;
}

.service-card-v2__button:hover i {
  transform: translateX(3px);
}

/* Bottom estimate CTA */
.service-section-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 32px;
  padding: 35px 40px;
  color: #fff;
  background: #132823;
}

.service-section-cta p {
  margin: 0 0 4px;
  font-family: var(--serif);
  font-size: 1.55rem;
}

.service-section-cta span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.86rem;
}

/* Tablet */
@media (max-width: 850px) {
  .service-section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .service-section-intro {
    margin-left: 0;
  }

  .service-card-v2__image {
    height: 290px;
  }

  .service-section-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Phone */
@media (max-width: 650px) {
  .service-card-grid-v2 {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .service-card-v2__image {
    height: 280px;
  }

  .service-card-v2__content {
    padding: 29px 24px 25px;
  }

  .service-card-v2__content h3 {
    font-size: 2rem;
  }

  .service-section-cta {
    padding: 29px 24px;
  }

  .service-section-cta .premium-button {
    width: 100%;
  }
}
/* ========================================
   PREMIUM FOOTER SERVICE AREAS
======================================== */

.premium-footer__areas-heading {
  display: flex;
  max-width: 680px;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto 32px;
  text-align: center;
}

.premium-footer__areas-heading p {
  margin-bottom: 2px;
  color: var(--gold-light);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.premium-footer__areas-heading h3 {
  margin: 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  text-transform: none;
}

.premium-footer__areas-heading > span {
  max-width: 480px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  line-height: 1.7;
  text-align: center;
}

/* CENTER ALL FOOTER CITIES */

.premium-footer__city-grid {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.premium-footer__city-grid a {
  position: relative;
  justify-content: center;
  text-align: center;
}

.premium-footer__city-grid a span {
  width: 100%;
  text-align: center;
}

.premium-footer__city-grid a i {
  position: absolute;
  right: 17px;
}
/* CLEAN CENTERED CITY LINKS */

.premium-footer__city-grid {
  display: grid;
  width: 100%;
  max-width: 920px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 34px;
  margin: 0 auto;
  border: 0;
}

.premium-footer__city-grid a {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 8px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none;
  transition:
    color 0.25s ease,
    border-color 0.25s ease;
}

.premium-footer__city-grid a span {
  width: auto;
  text-align: center;
}

/* Remove arrows */
.premium-footer__city-grid a i {
  display: none;
}

.premium-footer__city-grid a:hover {
  color: var(--gold-light);
  border-bottom-color: var(--gold-light);
  background: transparent;
}

@media (max-width: 800px) {
  .premium-footer__city-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .premium-footer__city-grid {
    grid-template-columns: 1fr;
  }
}
/* CLEAN CORPORATE TYPOGRAPHY */

.home-page,
.home-page p,
.home-page a,
.home-page span,
.home-page button,
.home-page input,
.home-page select,
.home-page textarea {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4 {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: -0.025em;
}

/* HEADER PHONE COLORS */

.home-page .premium-header .header-phone {
  color: #ffffff !important;
}

.home-page .premium-header .header-phone span {
  color: var(--gold-light) !important;
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-page .premium-header .header-phone strong {
  color: #ffffff !important;
  font-weight: 600;
}

.home-page .premium-header .header-phone:hover strong {
  color: var(--gold-light) !important;
}

/* ========================================
   TRUST RIBBON WITH LUCIDE ICONS
======================================== */

.home-page .trust-ribbon__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-page .trust-ribbon__item {
  display: flex;
  min-height: 145px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  padding: 25px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.home-page .trust-ribbon__item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.home-page .trust-ribbon__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--gold-light);
  border: 1px solid rgba(219, 194, 142, 0.42);
  background: rgba(255, 255, 255, 0.025);
}

.home-page .trust-ribbon__icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.7;
}

.home-page .trust-ribbon__label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.5;
  text-transform: uppercase;
}

/* Remove the dot added by the older trust-ribbon CSS */
.home-page .trust-ribbon__label::before,
.home-page .trust-ribbon__icon::before {
  display: none;
  content: none;
}

@media (max-width: 800px) {
  .home-page .trust-ribbon__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .trust-ribbon__item {
    min-height: 135px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 480px) {
  .home-page .trust-ribbon__item {
    min-height: 125px;
    gap: 12px;
    padding: 20px 12px;
  }

  .home-page .trust-ribbon__icon {
    width: 43px;
    height: 43px;
  }

  .home-page .trust-ribbon__label {
    font-size: 0.65rem;
  }
}

/* ========================================
   FOOTER SOCIAL MEDIA ICONS
======================================== */

.premium-footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.premium-footer__top .premium-footer__social-link {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.75);
  background: transparent;
  text-decoration: none;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.premium-footer__social-link svg {
  width: 19px;
  height: 19px;
}

.premium-footer__social-link:hover {
  color: var(--gold-light);
  border-color: var(--gold-light);
  background: rgba(219, 194, 142, 0.08);
  transform: translateY(-3px);
}

/* ========================================
   HERO ENTRANCE ANIMATION
======================================== */

@keyframes heroContentReveal {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-page .premium-hero__content > * {
  opacity: 0;
  animation: heroContentReveal 0.9s ease forwards;
}

/* Stagger each hero element */
.home-page .premium-hero__content > *:nth-child(1) {
  animation-delay: 0.15s;
}

.home-page .premium-hero__content > *:nth-child(2) {
  animation-delay: 0.3s;
}

.home-page .premium-hero__content > *:nth-child(3) {
  animation-delay: 0.45s;
}

.home-page .premium-hero__content > *:nth-child(4) {
  animation-delay: 0.6s;
}

.home-page .premium-hero__content > *:nth-child(5) {
  animation-delay: 0.75s;
}

/* ========================================
   SCROLL REVEAL ANIMATION
======================================== */

.home-page .reveal-on-scroll {
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.home-page .reveal-on-scroll.reveal-from-left {
  transform: translateX(-38px);
}

.home-page .reveal-on-scroll.reveal-from-right {
  transform: translateX(38px);
}

.home-page .reveal-on-scroll.reveal-scale {
  transform: scale(0.96);
}

.home-page .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateX(0) translateY(0) scale(1);
}

/* Remove will-change after the animation */
.home-page .reveal-on-scroll.is-visible {
  will-change: auto;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .home-page .premium-hero__content > *,
  .home-page .reveal-on-scroll {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
}
/* ========================================
   RELIABLE SCROLL TRANSITIONS
======================================== */

.home-page .scroll-reveal {
  opacity: 0;
  transform: translateY(42px);
  transition:
    opacity 0.9s ease,
    transform 0.9s ease;
}

.home-page .scroll-reveal.scroll-reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Slight delay for cards */
.home-page .scroll-reveal-delay-1 {
  transition-delay: 0.1s;
}

.home-page .scroll-reveal-delay-2 {
  transition-delay: 0.2s;
}

.home-page .scroll-reveal-delay-3 {
  transition-delay: 0.3s;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .home-page .scroll-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* CONSISTENT LUCIDE ARROWS */

.home-page .lucide-arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--gold-light);
  stroke-width: 1.8;
  transition: transform 0.25s ease;
}

.home-page a:hover .lucide-arrow {
  transform: translateX(4px);
}