:root {
  --ink: #1e252b;
  --ink-soft: #303942;
  --cream: #f7f3eb;
  --paper: #fffdf8;
  --line: #e5dfd4;
  --gold: #d9b26f;
  --gold-dark: #9e7636;
  --red: #9f2f26;
  --red-dark: #742019;
  --text: #2a2f33;
  --muted: #6a6f72;
  --shadow: 0 18px 45px rgba(24, 28, 31, .13);
  --radius: 4px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: "Manrope", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.screen-reader-text { position: absolute; left: -9999px; }
.skip-link:focus { left: 20px; top: 20px; z-index: 9999; background: white; padding: 10px 16px; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(28, 35, 41, .97); color: #fff; border-bottom: 1px solid rgba(217, 178, 111, .23); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(0,0,0,.2); background: rgba(24,31,37,.99); }
.header-inner { width: min(calc(100% - 32px), 1480px); min-height: 92px; display: flex; align-items: center; gap: 34px; }
.brand { display: flex; align-items: center; gap: 14px; min-width: 332px; }
.brand-mark { width: 76px; color: var(--gold); }
.brand-mark svg { width: 100%; fill: currentColor; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.12; }
.brand-copy strong { font: 600 clamp(25px, 2vw, 33px)/1 "Cormorant Garamond", serif; letter-spacing: .02em; }
.brand-copy small { color: rgba(255,255,255,.72); margin-top: 7px; font-size: 11px; white-space: nowrap; }
.custom-logo-link img { max-height: 74px; width: auto; }
.primary-nav { margin-left: auto; }
.menu { display: flex; align-items: center; gap: 28px; padding: 0; margin: 0; list-style: none; }
.menu a { font-size: 14px; font-weight: 700; color: rgba(255,255,255,.88); padding: 34px 0 30px; position: relative; }
.menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 2px; background: var(--gold); transition: right .25s ease; }
.menu a:hover::after, .menu .current-menu-item a::after { right: 0; }
.menu a:hover { color: #fff; }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: #fff; margin: 6px 0; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 23px; border-radius: 2px; border: 1px solid transparent; font-size: 13px; font-weight: 800; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,0,0,.13); }
.button-gold { background: linear-gradient(135deg, #e7ca91, #c89d52); color: #24282c; }
.button-red { background: var(--red); color: #fff; }
.button-red:hover { background: var(--red-dark); }
.button-light { background: rgba(255,255,255,.92); color: var(--ink); border-color: rgba(255,255,255,.5); }
.header-cta { min-height: 50px; padding-inline: 25px; white-space: nowrap; font-size: 14px; }

.hero { min-height: 620px; position: relative; display: flex; align-items: center; background-image: var(--hero-image); background-size: cover; background-position: center; overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(250,247,240,.98) 0%, rgba(250,247,240,.94) 33%, rgba(250,247,240,.38) 57%, rgba(13,18,23,.1) 100%); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 75%, rgba(16,22,27,.25)); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; padding-block: 82px; }
.hero-copy { max-width: 570px; }
.eyebrow { display: inline-block; color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 800; margin-bottom: 16px; }
.eyebrow-red { color: var(--red); }
.hero h1, .section-heading h2, .about-copy h2, .request-copy h2, .page-hero h1, .not-found-page h1 { font-family: "Cormorant Garamond", serif; }
.hero h1 { margin: 0; color: #262a2e; font-size: clamp(58px, 6.4vw, 92px); line-height: .86; letter-spacing: -.035em; font-weight: 600; }
.hero p { font-size: 17px; max-width: 570px; margin: 26px 0 30px; color: #3d4449; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.trust-strip { background: linear-gradient(90deg, #28313a, #1d252c); color: #fff; border-top: 1px solid rgba(217,178,111,.25); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 24px 26px; border-right: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; gap: 13px; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { font-family: "Cormorant Garamond", serif; color: var(--gold); font-size: 30px; line-height: 1; white-space: nowrap; }
.trust-grid span { font-size: 12px; color: rgba(255,255,255,.77); text-transform: uppercase; letter-spacing: .04em; }

.section { padding: 94px 0; }
.services-section { background: var(--paper); }
.section-heading { max-width: 750px; margin-bottom: 42px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading h2, .about-copy h2, .request-copy h2 { font-size: clamp(42px, 5vw, 62px); line-height: 1; margin: 0 0 18px; color: #262a2e; font-weight: 600; }
.section-heading p { margin: 0; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; transition-delay: var(--delay, 0ms); }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: #d9cbb8; }
.service-image { aspect-ratio: 16 / 7.6; background: #ddd; overflow: hidden; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:hover .service-image img { transform: scale(1.045); }
.service-content { position: relative; padding: 28px 26px 25px; }
.service-icon { position: absolute; right: 22px; top: -23px; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--paper); color: var(--red); border: 1px solid #eadfd2; font-size: 21px; font-weight: 800; }
.service-content h3 { margin: 0 48px 10px 0; font: 600 25px/1.1 "Cormorant Garamond", serif; color: #252a2e; }
.service-content p { margin: 0 0 18px; color: var(--muted); font-size: 13px; min-height: 64px; }
.service-content a, .text-link { color: var(--red); font-size: 12px; font-weight: 800; }
.service-content a span { margin-left: 4px; }

.about-section { background: var(--cream); border-block: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 74px; align-items: center; }
.about-copy > p { color: var(--muted); font-size: 16px; }
.check-list { list-style: none; padding: 0; margin: 27px 0; display: grid; gap: 11px; }
.check-list li { position: relative; padding-left: 31px; font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 21px; height: 21px; border-radius: 50%; display: grid; place-items: center; background: #5e7d43; color: #fff; font-size: 12px; }
.about-visual { position: relative; }
.about-visual img { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; box-shadow: var(--shadow); }
.experience-badge { position: absolute; left: -34px; bottom: -30px; width: 180px; padding: 20px; background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.experience-badge strong { display: block; font: 600 48px/1 "Cormorant Garamond", serif; color: var(--gold); }
.experience-badge span { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: rgba(255,255,255,.72); }

.process-section { background: var(--ink); color: #fff; }
.process-section .section-heading h2 { color: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.12); }
.process-card { background: var(--ink); padding: 36px 30px; min-height: 250px; }
.process-card span { color: var(--gold); font: 600 34px/1 "Cormorant Garamond", serif; }
.process-card h3 { margin: 26px 0 10px; font: 600 25px/1.1 "Cormorant Garamond", serif; }
.process-card p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; }

.request-section { background: linear-gradient(120deg, #ead4a3, #d7ad63); }
.request-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.request-copy .eyebrow { color: var(--red-dark); }
.request-copy p { color: #4d4234; }
.contact-line { display: flex; flex-direction: column; margin-top: 18px; }
.contact-line strong { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: #71552b; }
.contact-line a { font: 600 24px/1.2 "Cormorant Garamond", serif; color: #252a2e; }
.request-form-card { background: #fff; padding: 34px; box-shadow: var(--shadow); }
.request-form-card form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.request-form-card label { display: grid; gap: 7px; font-size: 12px; font-weight: 700; color: #4f5457; }
.request-form-card label:nth-of-type(3), .request-form-card label:nth-of-type(4), .request-form-card .button { grid-column: 1 / -1; }
.request-form-card input, .request-form-card textarea, .request-form-card select { width: 100%; border: 1px solid #ddd8cf; background: #fbfaf7; padding: 13px 14px; outline: none; border-radius: 2px; }
.request-form-card input:focus, .request-form-card textarea:focus, .request-form-card select:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(217,178,111,.18); }
.hp-field { position: absolute !important; left: -9999px !important; }
.form-message { padding: 12px 14px; margin-bottom: 18px; font-size: 13px; font-weight: 700; }
.form-message.success { background: #e7f2df; color: #315522; }
.form-message.error { background: #f7e0de; color: #7d201a; }

.site-footer { background: #171e24; color: rgba(255,255,255,.72); padding: 66px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 70px; }
.footer-title { color: #fff; font: 600 34px/1 "Cormorant Garamond", serif; margin-bottom: 15px; }
.footer-grid h2 { color: var(--gold); font: 600 22px/1.1 "Cormorant Garamond", serif; margin: 0 0 16px; }
.footer-grid a, .footer-grid span { display: block; margin: 7px 0; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 45px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; font-size: 11px; }

.floating-actions { position: fixed; z-index: 999; right: 18px; bottom: 18px; display: grid; gap: 9px; }
.floating-actions a { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 800; box-shadow: 0 10px 25px rgba(0,0,0,.24); border: 2px solid rgba(255,255,255,.85); }
.float-call { background: var(--red); }
.float-viber { background: #7360f2; }
.float-whatsapp { background: #25d366; }

.inner-page { min-height: 70vh; }
.page-hero { background: linear-gradient(120deg, rgba(24,31,37,.96), rgba(44,54,62,.95)); color: #fff; padding: 80px 0; }
.page-hero h1 { margin: 0; font-size: clamp(48px, 7vw, 76px); }
.content-area { padding-block: 70px; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { border: 1px solid var(--line); padding: 20px; }
.post-card h2 { font-family: "Cormorant Garamond", serif; }
.not-found-page { min-height: 72vh; display: grid; place-items: center; text-align: center; background: var(--cream); }
.not-found-code { font: 600 150px/.8 "Cormorant Garamond", serif; color: var(--red); }
.not-found-page h1 { font-size: 52px; margin: 20px 0 5px; }
.not-found-page p { margin-bottom: 28px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1340px) {
  .header-inner { gap: 22px; }
  .brand { min-width: 292px; }
  .brand-mark { width: 68px; }
  .brand-copy strong { font-size: 27px; }
  .brand-copy small { font-size: 9px; }
  .menu { gap: 18px; }
  .menu a { font-size: 13px; }
  .header-cta { min-height: 46px; padding-inline: 19px; font-size: 13px; }
}

@media (max-width: 1120px) {
  .brand { min-width: 250px; }
  .brand-copy small { display: none; }
  .menu { gap: 15px; }
  .menu a { font-size: 12px; }
  .header-cta { display: none; }
}

@media (max-width: 930px) {
  .header-inner { min-height: 72px; }
  .brand { min-width: 0; }
  .brand-mark { width: 54px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 72px 0 auto 0; background: #1c2329; padding: 22px; transform: translateY(-130%); opacity: 0; transition: .25s ease; box-shadow: 0 20px 35px rgba(0,0,0,.25); }
  .primary-nav.is-open { transform: translateY(0); opacity: 1; }
  .menu { display: grid; gap: 0; }
  .menu a { display: block; padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .menu a::after { display: none; }
  .hero { min-height: 570px; background-position: 63% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(250,247,240,.98), rgba(250,247,240,.86) 60%, rgba(250,247,240,.2)); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .request-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-visual { max-width: 650px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand-copy strong { font-size: 22px; }
  .hero { min-height: 650px; align-items: flex-end; background-position: 67% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(250,247,240,.2), rgba(250,247,240,.96) 48%, rgba(250,247,240,1)); }
  .hero-inner { padding-block: 210px 50px; }
  .hero h1 { font-size: 56px; }
  .hero p { font-size: 15px; }
  .hero-actions { display: grid; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div { padding: 18px 14px; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-grid strong { font-size: 25px; }
  .trust-grid span { font-size: 10px; }
  .section { padding: 68px 0; }
  .section-heading h2, .about-copy h2, .request-copy h2 { font-size: 42px; }
  .services-grid, .process-grid, .posts-grid { grid-template-columns: 1fr; }
  .service-content p { min-height: 0; }
  .experience-badge { left: 12px; bottom: -24px; }
  .request-form-card { padding: 22px; }
  .request-form-card form { grid-template-columns: 1fr; }
  .request-form-card label, .request-form-card label:nth-of-type(3), .request-form-card label:nth-of-type(4), .request-form-card .button { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
  .floating-actions { right: 12px; bottom: 12px; }
  .floating-actions a { width: 44px; height: 44px; }
}

/* About page */
.about-page-hero {
  min-height: 290px;
  position: relative;
  display: grid;
  place-items: center;
  background-image: var(--about-hero-image);
  background-size: cover;
  background-position: center 48%;
  overflow: hidden;
  color: #fff;
}
.about-page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(19, 26, 31, .9), rgba(27, 35, 41, .68), rgba(19, 26, 31, .78));
}
.about-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.28));
}
.about-page-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 58px 0;
}
.about-page-hero h1 {
  margin: 0;
  font: 600 clamp(54px, 6vw, 78px)/.95 "Cormorant Garamond", serif;
  letter-spacing: -.025em;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 18px;
  color: rgba(255,255,255,.75);
  font-size: 12px;
}
.breadcrumbs a:hover { color: var(--gold); }
.about-page-content { background: var(--paper); }
.about-page-grid {
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: 82px;
  align-items: center;
}
.about-page-copy h2 {
  margin: 0 0 22px;
  color: #252a2e;
  font: 600 clamp(46px, 5vw, 66px)/.95 "Cormorant Garamond", serif;
  letter-spacing: -.025em;
}
.about-page-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 15px;
}
.about-page-copy .about-page-lead {
  color: #363c40;
  font-size: 17px;
  font-weight: 600;
}
.about-page-points {
  display: grid;
  gap: 12px;
  margin: 28px 0 32px;
  padding: 0;
  list-style: none;
}
.about-page-points li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #363c40;
  font-size: 14px;
}
.about-page-points li span {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #5f7f46;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.about-page-image {
  position: relative;
  padding: 0 0 26px 26px;
}
.about-page-image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58%;
  height: 68%;
  background: #e8d7b5;
}
.about-page-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1.14 / 1;
  object-fit: cover;
  box-shadow: var(--shadow);
}
.about-stats {
  margin-top: 74px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 12px 36px rgba(24, 28, 31, .07);
}
.about-stats > div {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 18px;
  border-right: 1px solid var(--line);
}
.about-stats > div:last-child { border-right: 0; }
.about-stats strong {
  color: var(--gold-dark);
  font: 600 42px/1 "Cormorant Garamond", serif;
}
.about-stats span {
  margin-top: 9px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .055em;
}

@media (max-width: 930px) {
  .about-page-grid { grid-template-columns: 1fr; gap: 52px; }
  .about-page-image { max-width: 720px; }
  .about-stats { grid-template-columns: repeat(2, 1fr); }
  .about-stats > div:nth-child(2) { border-right: 0; }
  .about-stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 680px) {
  .about-page-hero { min-height: 235px; }
  .about-page-copy h2 { font-size: 44px; }
  .about-page-image { padding: 0 0 16px 16px; }
  .about-stats { grid-template-columns: 1fr; margin-top: 52px; }
  .about-stats > div,
  .about-stats > div:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .about-stats > div:last-child { border-bottom: 0; }
}

/* Materials brand ticker */
.brands-section {
  padding: 70px 0 0;
  background: #fff;
  border-top: 1px solid var(--line);
  overflow: hidden;
}
.brands-heading {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 38px;
}
.brands-heading h2 {
  margin: 0;
  color: #252a2e;
  font: 600 clamp(38px, 4.4vw, 56px)/.98 "Cormorant Garamond", serif;
  letter-spacing: -.025em;
}
.brands-heading p { margin: 0; color: var(--muted); }
.brands-marquee {
  position: relative;
  border-block: 1px solid var(--line);
  background: var(--cream);
  overflow: hidden;
}
.brands-marquee::before,
.brands-marquee::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 120px;
  pointer-events: none;
}
.brands-marquee::before { left: 0; background: linear-gradient(90deg, var(--cream), transparent); }
.brands-marquee::after { right: 0; background: linear-gradient(270deg, var(--cream), transparent); }
.brands-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 9px;
  animation: aleks-brands-scroll 34s linear infinite;
}
.brands-marquee:hover .brands-track { animation-play-state: paused; }
.brand-logo-card {
  width: 245px;
  height: 86px;
  flex: 0 0 245px;
  display: grid;
  place-items: center;
  padding: 17px 25px;
  background: #fff;
  border: 1px solid #ded6c9;
  box-shadow: 0 8px 24px rgba(24, 28, 31, .05);
}
.brand-logo-card img { width: 100%; height: 100%; object-fit: contain; filter: saturate(.88); }
@keyframes aleks-brands-scroll { to { transform: translateX(calc(-50% - 9px)); } }
@media (prefers-reduced-motion: reduce) { .brands-track { animation: none; } }

/* Shared image heroes */
.services-page-hero,
.prices-page-hero {
  min-height: 315px;
  position: relative;
  display: grid;
  place-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  color: #fff;
}
.services-page-hero { background-image: var(--services-hero-image); background-position: center 44%; }
.prices-page-hero { background-image: var(--prices-hero-image); background-position: center 52%; }
.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18,25,30,.92), rgba(29,37,43,.64), rgba(18,25,30,.86));
}
.services-page-hero::after,
.prices-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.32));
}
.inner-hero-inner { position: relative; z-index: 2; text-align: center; padding: 60px 0; }
.inner-hero-inner h1 {
  margin: 0;
  font: 600 clamp(56px, 6.5vw, 82px)/.9 "Cormorant Garamond", serif;
  letter-spacing: -.03em;
}

/* Services page */
.services-page-content { background: var(--paper); }
.services-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-detail-card {
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  transition-delay: var(--delay, 0ms);
}
.service-detail-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: #d4c5b1; }
.service-detail-image { aspect-ratio: 16/9; overflow: hidden; background: #ddd; }
.service-detail-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-detail-card:hover img { transform: scale(1.045); }
.service-detail-body { position: relative; padding: 31px 27px 29px; }
.service-detail-icon {
  position: absolute;
  right: 24px;
  top: -25px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eadfd2;
  color: var(--red);
  font-weight: 800;
  font-size: 22px;
}
.service-detail-body h2 { margin: 0 55px 12px 0; font: 600 29px/1.05 "Cormorant Garamond", serif; color: #252a2e; }
.service-detail-body > p { margin: 0 0 21px; color: var(--muted); font-size: 13px; min-height: 84px; }
.service-detail-body ul { list-style: none; margin: 0 0 25px; padding: 0; display: grid; gap: 8px; }
.service-detail-body li { position: relative; padding-left: 21px; color: #42484c; font-size: 12px; }
.service-detail-body li::before { content: "✓"; position: absolute; left: 0; color: #5f7f46; font-weight: 900; }
.services-cta { padding: 58px 0; background: linear-gradient(100deg, #1c242a, #303b43); color: #fff; }
.services-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: center; }
.services-cta h2 { margin: 0 0 10px; font: 600 clamp(36px, 4vw, 53px)/.98 "Cormorant Garamond", serif; }
.services-cta p { margin: 0; max-width: 800px; color: rgba(255,255,255,.68); }
.services-cta .button { min-width: 190px; }

/* Prices page */
.prices-intro-section { padding-bottom: 58px; background: var(--paper); }
.prices-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.prices-intro-grid h2 { margin: 0; font: 600 clamp(44px, 5vw, 66px)/.95 "Cormorant Garamond", serif; color: #252a2e; }
.prices-intro-grid p { margin: 0 0 15px; color: var(--muted); }
.prices-cards-section { padding-top: 40px; background: var(--cream); border-top: 1px solid var(--line); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 29px 29px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(24,28,31,.055);
  transition: transform .25s ease, box-shadow .25s ease;
  transition-delay: var(--delay, 0ms);
}
.price-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.price-card.is-featured { border: 2px solid var(--gold-dark); padding: 31px 28px 28px; }
.price-badge {
  position: absolute;
  top: 0;
  right: 25px;
  transform: translateY(-50%);
  padding: 7px 12px;
  background: var(--gold-dark);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 9px;
  font-weight: 800;
}
.price-card-top { padding-bottom: 23px; margin-bottom: 21px; border-bottom: 1px solid var(--line); }
.price-card h2 { min-height: 62px; margin: 0 0 20px; font: 600 29px/1.05 "Cormorant Garamond", serif; color: #252a2e; }
.price-value { display: grid; gap: 4px; }
.price-value small { color: var(--red); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.price-value strong { color: var(--gold-dark); font: 600 34px/1 "Cormorant Garamond", serif; }
.price-card > p { margin: 0 0 21px; color: var(--muted); font-size: 13px; min-height: 86px; }
.price-card ul { flex: 1; list-style: none; padding: 0; margin: 0 0 26px; display: grid; align-content: start; gap: 9px; }
.price-card li { position: relative; padding-left: 22px; font-size: 12px; color: #444a4e; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: #5f7f46; font-weight: 900; }
.price-card .button { width: 100%; }
.price-note-section { padding: 66px 0; background: #1b2329; color: #fff; }
.price-note { display: grid; grid-template-columns: .9fr 1.1fr auto; gap: 45px; align-items: center; }
.price-note h2 { margin: 0; font: 600 40px/1 "Cormorant Garamond", serif; }
.price-note p { margin: 0; color: rgba(255,255,255,.66); font-size: 13px; }
.price-note .button { white-space: nowrap; }

@media (max-width: 1020px) {
  .services-detail-grid, .price-grid { grid-template-columns: repeat(2, 1fr); }
  .brands-heading, .prices-intro-grid { grid-template-columns: 1fr; gap: 24px; }
  .price-note { grid-template-columns: 1fr 1fr; }
  .price-note .button { grid-column: 1/-1; justify-self: start; }
}

@media (max-width: 680px) {
  .brands-section { padding-top: 56px; }
  .brands-marquee::before, .brands-marquee::after { width: 45px; }
  .brand-logo-card { width: 205px; flex-basis: 205px; height: 76px; padding: 14px 20px; }
  .services-page-hero, .prices-page-hero { min-height: 245px; }
  .services-detail-grid, .price-grid { grid-template-columns: 1fr; }
  .service-detail-body > p, .price-card > p { min-height: 0; }
  .services-cta-inner, .price-note { grid-template-columns: 1fr; gap: 24px; }
  .services-cta .button, .price-note .button { justify-self: start; grid-column: auto; }
  .price-card h2 { min-height: 0; }
}

/* Projects page */
.projects-page-hero {
  min-height: 315px;
  position: relative;
  display: grid;
  place-items: center;
  background-image: var(--projects-hero-image);
  background-size: cover;
  background-position: center 52%;
  overflow: hidden;
  color: #fff;
}
.projects-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.35));
}
.projects-content {
  background: var(--paper);
}
.project-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin: -18px 0 36px;
}
.project-filter {
  appearance: none;
  min-height: 38px;
  padding: 8px 18px;
  border: 1px solid #d9d0c4;
  background: #fff;
  color: #4a5054;
  font: 700 11px/1.2 "Manrope", sans-serif;
  letter-spacing: .015em;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.project-filter:hover {
  transform: translateY(-2px);
  border-color: var(--red);
  color: var(--red);
}
.project-filter.is-active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.project-card {
  position: relative;
  min-height: 280px;
  aspect-ratio: 1.22 / 1;
  overflow: hidden;
  background: #d8d3cb;
  box-shadow: 0 12px 30px rgba(24,28,31,.08);
  transition: transform .28s ease, box-shadow .28s ease, opacity .25s ease;
  transition-delay: var(--delay, 0ms);
}
.project-card.is-hidden {
  display: none;
}
.project-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 45px rgba(24,28,31,.16);
}
.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}
.project-card:hover img {
  transform: scale(1.055);
}
.project-card-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 44px 21px 20px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(13,19,23,.91));
  transform: translateY(12px);
  transition: transform .3s ease;
}
.project-card:hover .project-card-overlay {
  transform: translateY(0);
}
.project-card-overlay span {
  display: block;
  margin-bottom: 7px;
  color: #e5bf72;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.project-card-overlay h2 {
  margin: 0;
  font: 600 25px/1.02 "Cormorant Garamond", serif;
}
.projects-cta {
  padding: 62px 0;
  color: #fff;
  background: linear-gradient(105deg, #1b242a, #303b43);
}
.projects-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 55px;
}
.projects-cta h2 {
  margin: 0 0 10px;
  font: 600 clamp(37px, 4vw, 54px)/.98 "Cormorant Garamond", serif;
}
.projects-cta p {
  max-width: 800px;
  margin: 0;
  color: rgba(255,255,255,.68);
}
.projects-cta .button {
  min-width: 210px;
}

/* Preserve each manufacturer's original brand colours. */
.brand-logo-card img {
  filter: none;
}

@media (max-width: 1120px) {
  .projects-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .projects-grid { grid-template-columns: repeat(2, 1fr); }
  .projects-cta-inner { grid-template-columns: 1fr; gap: 25px; }
  .projects-cta .button { justify-self: start; }
}

@media (max-width: 680px) {
  .projects-page-hero { min-height: 245px; }
  .project-filters { justify-content: flex-start; margin-top: -10px; }
  .project-filter { flex: 1 1 calc(50% - 9px); }
  .projects-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 300px; }
}

/* Blog page */
.blog-page-hero {
  min-height: 315px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background-image: var(--blog-hero-image);
  background-size: cover;
  background-position: center 46%;
}
.blog-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.36));
}
.blog-content-section { background: var(--paper); }
.blog-category-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin: -18px 0 38px;
}
.blog-category-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border: 1px solid #d9d0c4;
  background: #fff;
  color: #4a5054;
  font-size: 11px;
  font-weight: 700;
  transition: transform .2s ease, border-color .2s ease, color .2s ease, background .2s ease;
}
.blog-category-nav a:hover { transform: translateY(-2px); border-color: var(--red); color: var(--red); }
.blog-category-nav a.is-active { background: var(--red); color: #fff; border-color: var(--red); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(24,28,31,.055);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  transition-delay: var(--delay, 0ms);
}
.blog-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: #d5c7b3; }
.blog-card-image { display: block; aspect-ratio: 1.48 / 1; overflow: hidden; background: #ddd7ce; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .blog-card-image img { transform: scale(1.05); }
.blog-card-body { display: flex; flex: 1; flex-direction: column; padding: 26px 26px 28px; }
.blog-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 13px; color: #8a8e90; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.blog-card-meta span { color: var(--red); }
.blog-card h2 { margin: 0 0 13px; font: 600 29px/1.04 "Cormorant Garamond", serif; color: #252a2e; }
.blog-card h2 a:hover { color: var(--red); }
.blog-card p { margin: 0 0 21px; color: var(--muted); font-size: 13px; }
.blog-card .text-link { margin-top: auto; }
.blog-pagination { margin-top: 45px; }
.blog-pagination ul, .blog-pagination .nav-links { display: flex; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.blog-pagination .page-numbers { min-width: 40px; height: 40px; display: inline-grid; place-items: center; border: 1px solid var(--line); background: #fff; color: #4d5357; font-size: 12px; font-weight: 800; }
.blog-pagination .page-numbers.current, .blog-pagination a.page-numbers:hover { border-color: var(--red); background: var(--red); color: #fff; }
.blog-empty { padding: 60px; text-align: center; border: 1px solid var(--line); background: #fff; }
.blog-empty h2 { margin: 0 0 10px; font: 600 38px/1 "Cormorant Garamond", serif; }
.blog-empty p { margin: 0; color: var(--muted); }
.blog-cta { padding: 62px 0; color: #fff; background: linear-gradient(105deg, #1b242a, #303b43); }
.blog-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: center; }
.blog-cta h2 { margin: 0 0 10px; font: 600 clamp(37px, 4vw, 54px)/.98 "Cormorant Garamond", serif; }
.blog-cta p { max-width: 780px; margin: 0; color: rgba(255,255,255,.68); }
.blog-cta .button { min-width: 210px; }
.blog-archive-heading { max-width: 780px; margin: -15px auto 38px; text-align: center; color: var(--muted); }

/* Single article */
.article-hero {
  min-height: 470px;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background-image: var(--article-hero-image);
  background-size: cover;
  background-position: center;
}
.article-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,17,20,.15), rgba(12,17,20,.86));
}
.article-hero-inner { position: relative; z-index: 2; max-width: 980px; padding: 90px 0 62px; }
.article-kicker { margin-bottom: 15px; color: var(--gold); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.article-hero h1 { max-width: 920px; margin: 0; font: 600 clamp(48px, 6vw, 76px)/.94 "Cormorant Garamond", serif; letter-spacing: -.025em; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 22px; color: rgba(255,255,255,.72); font-size: 12px; }
.article-content-section { background: var(--paper); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 72px; align-items: start; }
.article-content { max-width: 820px; color: #3d4347; font-size: 16px; }
.article-content > :first-child { margin-top: 0; }
.article-content p { margin: 0 0 22px; }
.article-content h2 { margin: 42px 0 15px; font: 600 40px/1.02 "Cormorant Garamond", serif; color: #252a2e; }
.article-content h3 { margin: 32px 0 12px; font: 600 30px/1.05 "Cormorant Garamond", serif; color: #252a2e; }
.article-content ul, .article-content ol { margin: 0 0 24px; padding-left: 22px; }
.article-content li { margin: 8px 0; }
.article-content blockquote { margin: 34px 0; padding: 25px 28px; border-left: 4px solid var(--gold-dark); background: var(--cream); font: 600 25px/1.25 "Cormorant Garamond", serif; color: #343a3e; }
.article-content img { margin-block: 32px; }
.article-sidebar { position: sticky; top: 115px; }
.article-sidebar-card { padding: 30px; background: var(--cream); border: 1px solid var(--line); box-shadow: 0 15px 35px rgba(24,28,31,.07); }
.article-sidebar-card h2 { margin: 12px 0 13px; font: 600 31px/1.02 "Cormorant Garamond", serif; }
.article-sidebar-card p { margin: 0 0 20px; color: var(--muted); font-size: 13px; }
.article-sidebar-card .button { width: 100%; margin-bottom: 15px; }
.related-articles-section { padding-top: 70px; background: var(--cream); border-top: 1px solid var(--line); }
.related-articles-section .section-heading { margin-bottom: 32px; }
.related-articles-section .section-heading h2 { font-size: 48px; }
.related-articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.related-article-card { overflow: hidden; border: 1px solid var(--line); background: #fff; }
.related-article-image { display: block; aspect-ratio: 1.55 / 1; overflow: hidden; }
.related-article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.related-article-card:hover img { transform: scale(1.05); }
.related-article-card > div { padding: 23px; }
.related-article-card time { color: #8a8e90; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.related-article-card h3 { margin: 10px 0 18px; font: 600 27px/1.05 "Cormorant Garamond", serif; }
.related-article-card h3 a:hover { color: var(--red); }

@media (max-width: 1020px) {
  .blog-grid, .related-articles-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 1fr; gap: 42px; }
  .article-sidebar { position: static; }
  .article-sidebar-card { max-width: 650px; }
}

@media (max-width: 680px) {
  .blog-page-hero { min-height: 245px; }
  .blog-category-nav { justify-content: flex-start; margin-top: -10px; }
  .blog-category-nav a { flex: 1 1 calc(50% - 9px); }
  .blog-grid, .related-articles-grid { grid-template-columns: 1fr; }
  .blog-card h2 { font-size: 27px; }
  .blog-card-meta { align-items: flex-start; flex-direction: column; gap: 5px; }
  .blog-cta-inner { grid-template-columns: 1fr; gap: 25px; }
  .blog-cta .button { justify-self: start; }
  .article-hero { min-height: 430px; }
  .article-hero-inner { padding: 100px 0 45px; }
  .article-hero h1 { font-size: 46px; }
  .article-content { font-size: 15px; }
  .article-content h2 { font-size: 34px; }
  .article-sidebar-card { padding: 24px; }
  .related-articles-section .section-heading h2 { font-size: 40px; }
}


/* Contact page */
.contact-page-hero {
  min-height: 315px;
  position: relative;
  display: grid;
  place-items: center;
  background-image: var(--contact-hero-image);
  background-size: cover;
  background-position: center 54%;
  overflow: hidden;
  color: #fff;
}
.contact-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.36));
}
.contact-page-main { background: var(--paper); }
.contact-page-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 74px;
  align-items: start;
}
.contact-page-copy h2,
.contact-form-heading h2 {
  margin: 0 0 18px;
  color: #252a2e;
  font: 600 clamp(43px, 5vw, 62px)/.96 "Cormorant Garamond", serif;
}
.contact-page-copy > p,
.contact-form-heading p { margin: 0; color: var(--muted); }
.contact-methods { display: grid; gap: 12px; margin: 31px 0 27px; }
.contact-method {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  align-items: center;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--line);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
a.contact-method:hover { transform: translateX(5px); border-color: #d2c0a8; box-shadow: 0 12px 28px rgba(24,28,31,.07); }
.contact-method-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cream);
  color: var(--red);
  border: 1px solid #eadfd2;
  font-size: 18px;
  font-weight: 900;
}
.contact-method small { display: block; margin-bottom: 2px; color: var(--gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact-method strong { display: block; color: #282d31; font: 600 23px/1.08 "Cormorant Garamond", serif; }
.contact-action-row { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-action-row .button { min-width: 148px; }
.contact-form-panel { background: #fff; border: 1px solid var(--line); padding: 38px; box-shadow: var(--shadow); }
.contact-form-heading { margin-bottom: 27px; }
.contact-form-heading h2 { font-size: clamp(38px, 4vw, 52px); }
.contact-form-panel input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.contact-form-panel textarea,
.contact-form-panel select {
  width: 100%;
  min-height: 50px;
  border: 1px solid #ddd8cf;
  border-radius: 2px;
  background: #fbfaf7;
  padding: 13px 14px;
  color: var(--text);
  outline: none;
}
.contact-form-panel textarea { min-height: 145px; resize: vertical; }
.contact-form-panel input:focus,
.contact-form-panel textarea:focus,
.contact-form-panel select:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(217,178,111,.18); }
.contact-form-panel label { display: grid; gap: 7px; color: #4f5457; font-size: 12px; font-weight: 700; }
.contact-native-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-native-form .full-field,
.contact-native-form .button { grid-column: 1 / -1; }
.contact-native-form .button { width: 100%; }
.contact-form-panel .wpcf7-form p { margin: 0 0 16px; }
.contact-form-panel .wpcf7-form label { display: grid; gap: 7px; }
.contact-form-panel .wpcf7-form-control-wrap { display: block; }
.contact-form-panel .wpcf7-submit {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 2px;
  background: var(--red);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-form-panel .wpcf7-submit:hover { transform: translateY(-2px); background: var(--red-dark); box-shadow: 0 10px 25px rgba(0,0,0,.13); }
.contact-form-panel .wpcf7-spinner { margin: 12px auto 0; display: block; }
.contact-form-panel .wpcf7-not-valid-tip { margin-top: 5px; color: var(--red); font-size: 11px; }
.contact-form-panel .wpcf7-response-output { margin: 18px 0 0 !important; padding: 12px 14px !important; font-size: 12px; }
.contact-help-section { background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-help-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.contact-help-card { background: #fff; padding: 31px 28px; }
.contact-help-card span { display: block; margin-bottom: 11px; color: var(--gold-dark); font: 700 24px/1 "Cormorant Garamond", serif; }
.contact-help-card h2 { margin: 0 0 9px; color: #252a2e; font: 600 27px/1.05 "Cormorant Garamond", serif; }
.contact-help-card p { margin: 0; color: var(--muted); font-size: 13px; }
.contact-service-area { padding: 62px 0; background: #1b2329; color: #fff; }
.contact-service-area-inner { display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: center; }
.contact-service-area h2 { margin: 0 0 10px; font: 600 clamp(36px, 4vw, 52px)/.98 "Cormorant Garamond", serif; }
.contact-service-area p { margin: 0; max-width: 820px; color: rgba(255,255,255,.68); }
.contact-service-area .button { min-width: 190px; }
.cf7-setup-note { margin: 0 0 18px; padding: 12px 14px; border-left: 3px solid var(--gold-dark); background: var(--cream); color: #5d5142; font-size: 12px; }

@media (max-width: 980px) {
  .contact-page-grid { grid-template-columns: 1fr; gap: 45px; }
  .contact-help-grid { grid-template-columns: 1fr; }
  .contact-service-area-inner { grid-template-columns: 1fr; gap: 25px; }
  .contact-service-area .button { justify-self: start; }
}

@media (max-width: 680px) {
  .contact-page-hero { min-height: 245px; }
  .contact-form-panel { padding: 24px 20px; }
  .contact-native-form { grid-template-columns: 1fr; }
  .contact-native-form .full-field,
  .contact-native-form .button { grid-column: auto; }
  .contact-method strong { font-size: 21px; }
  .contact-action-row .button { width: 100%; }
}

/* Content enrichment v1.7.0 + full project gallery v1.7.2 */
.content-intro-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 54px;
}
.content-intro-grid h2 {
  margin: 0;
  color: #252a2e;
  font: 600 clamp(43px, 5vw, 66px)/.95 "Cormorant Garamond", serif;
}
.content-intro-copy p {
  margin: 0 0 15px;
  color: var(--muted);
}
.content-intro-copy p:last-child { margin-bottom: 0; }

.services-detail-grid-expanded {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}
.service-detail-card-expanded {
  display: flex;
  flex-direction: column;
}
.service-detail-card-expanded .service-detail-image { aspect-ratio: 16 / 8.5; }
.service-detail-card-expanded .service-detail-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 34px 31px 32px;
}
.service-detail-card-expanded .service-detail-body h2 {
  margin-bottom: 14px;
  font-size: 34px;
}
.service-detail-card-expanded .service-detail-body > p.service-lead {
  min-height: 0;
  margin: 0 0 18px;
  color: #3f4549;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}
.service-paragraphs { margin-bottom: 20px; }
.service-paragraphs p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}
.service-paragraphs p:last-child { margin-bottom: 0; }
.service-detail-body h3 {
  margin: 0 0 12px;
  color: #2b3034;
  font: 700 20px/1.1 "Cormorant Garamond", serif;
}
.service-detail-card-expanded .service-detail-body ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 20px;
  margin-bottom: 23px;
}
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
}
.service-tags span {
  padding: 7px 10px;
  border: 1px solid #ded4c7;
  background: var(--cream);
  color: #5b5145;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .02em;
}
.service-note {
  margin: 0 0 22px !important;
  padding: 14px 16px;
  border-left: 3px solid var(--gold-dark);
  background: #f8f4ed;
  color: #655b50 !important;
  font-size: 12px !important;
  line-height: 1.7;
}
.service-detail-card-expanded .text-link { margin-top: auto; }

.service-method-section,
.roof-warning-section,
.price-factors-section,
.project-approach-section,
.blog-topics-section,
.contact-inspection-section {
  background: var(--cream);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.project-approach-section,
.blog-topics-section,
.contact-inspection-section { background: var(--paper); }

.info-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.info-card-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.info-card-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.info-card {
  min-height: 100%;
  padding: 29px 25px;
  background: #fff;
  transition: transform .24s ease, box-shadow .24s ease;
  transition-delay: var(--delay, 0ms);
}
.info-card:hover {
  position: relative;
  z-index: 2;
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(24, 28, 31, .1);
}
.info-card > span {
  display: block;
  margin-bottom: 14px;
  color: var(--gold-dark);
  font: 700 24px/1 "Cormorant Garamond", serif;
}
.info-card h3 {
  margin: 0 0 10px;
  color: #252a2e;
  font: 600 27px/1.05 "Cormorant Garamond", serif;
}
.info-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.faq-section { background: var(--paper); }
.faq-section-home,
.price-faq-section,
.contact-faq-section { border-top: 1px solid var(--line); }
.faq-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 70px;
  align-items: start;
}
.faq-heading {
  position: sticky;
  top: 115px;
}
.faq-heading h2 {
  margin: 0 0 17px;
  color: #252a2e;
  font: 600 clamp(43px, 5vw, 62px)/.96 "Cormorant Garamond", serif;
}
.faq-heading p { margin: 0; color: var(--muted); }
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.faq-item summary {
  position: relative;
  padding: 22px 52px 22px 0;
  color: #292e32;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 5px;
  top: 17px;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #dfd4c6;
  color: var(--red);
  font-size: 19px;
  line-height: 1;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p {
  max-width: 850px;
  margin: -3px 52px 22px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.prices-cards-section .section-heading { margin-bottom: 50px; }
.price-factor-grid .info-card { padding-left: 21px; padding-right: 21px; }
.project-approach-section .content-intro-grid,
.blog-topics-section .content-intro-grid,
.contact-inspection-section .content-intro-grid { margin-bottom: 46px; }
.contact-page-copy > p + p { margin-top: 14px; }

@media (max-width: 1100px) {
  .content-intro-grid { gap: 48px; }
  .services-detail-grid-expanded { grid-template-columns: 1fr; }
  .info-card-grid,
  .price-factor-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .info-card-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-layout { grid-template-columns: .85fr 1.15fr; gap: 45px; }
}

@media (max-width: 820px) {
  .content-intro-grid,
  .faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .content-intro-grid { margin-bottom: 40px; }
  .faq-heading { position: static; }
  .info-card-grid,
  .price-factor-grid,
  .info-card-grid-four,
  .info-card-grid-three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 580px) {
  .service-detail-card-expanded .service-detail-body { padding: 29px 23px 27px; }
  .service-detail-card-expanded .service-detail-body h2 { font-size: 31px; }
  .service-detail-card-expanded .service-detail-body ul { grid-template-columns: 1fr; }
  .info-card-grid,
  .price-factor-grid,
  .info-card-grid-four,
  .info-card-grid-three { grid-template-columns: 1fr; }
  .faq-item summary { padding-right: 47px; }
  .faq-item p { margin-right: 0; }
}
