.page-hero { padding: 172px 0 78px; background: var(--forest); color: var(--cream); }
.page-title { max-width: 900px; margin-bottom: 16px; font-size: 58px; }
.page-lead { max-width: 720px; margin: 0; color: rgba(246, 242, 234, 0.72); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; font-size: 12px; letter-spacing: 0.04em; }
.breadcrumb a { color: var(--brass); }
.post-meta { display: flex; flex-wrap: wrap; gap: 10px; color: rgba(246, 242, 234, 0.68); font-size: 13px; }
.services-grid, .news-grid, .products-grid, .testimonials-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.service-card, .news-card, .product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.service-card-image, .news-card-image, .product-card-image { display: block; overflow: hidden; aspect-ratio: 4 / 3; background: var(--paper); }
.service-card-image img, .news-card-image img, .product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 260ms ease; }
.service-card:hover img, .news-card:hover img, .product-card:hover img { transform: scale(1.025); }
.service-card-body, .news-card-body, .product-card-body { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 24px; }
.service-card-title, .news-card-title, .product-card-title { margin-bottom: 12px; font-size: 26px; line-height: 1.08; }
.service-card-excerpt, .news-card-excerpt, .product-card-excerpt { color: var(--muted); }
.service-card-link, .news-card-link, .product-card-link { margin-top: auto; padding-top: 14px; color: var(--deep-gold); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.news-card-date { margin-bottom: 12px; color: var(--muted); font-size: 12px; }
.service-detail-grid, .post-detail-grid, .product-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 64px; align-items: start; }
.service-content, .post-content, .product-content { min-width: 0; }
.service-featured-image, .post-featured-image, .product-featured-image { overflow: hidden; margin-bottom: 38px; border-radius: var(--radius); aspect-ratio: 16 / 9; }
.service-featured-image img, .post-featured-image img, .product-featured-image img { width: 100%; height: 100%; object-fit: cover; }
.service-body, .post-body, .product-body { font-size: 17px; }
.service-body h2, .post-body h2, .product-body h2 { margin: 46px 0 18px; font-size: 38px; }
.service-body h3, .post-body h3, .product-body h3 { margin: 32px 0 14px; font-size: 28px; }
.service-body img, .post-body img, .product-body img { border-radius: var(--radius); }
.service-sidebar, .post-sidebar, .product-sidebar { position: sticky; top: 112px; display: grid; gap: 20px; }
.sidebar-card { padding: 28px; border: 1px solid var(--line); background: var(--paper); }
.sidebar-card h3 { margin-bottom: 14px; font-size: 27px; }
.sidebar-card .button, .sidebar-card .btn-primary { width: 100%; }
.related-services, .related-posts, .related-products { margin-top: 72px; padding-top: 48px; border-top: 1px solid var(--line); }
.related-services > h2, .related-posts > h2, .related-products > h2 { font-size: 36px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.related-card { min-width: 0; }
.related-card-body { min-height: 190px; padding: 24px; }
.related-card-body .service-card-link { margin-top: auto; }
.related-card-image { display: block; overflow: hidden; margin-bottom: 14px; border-radius: var(--radius); aspect-ratio: 16 / 9; }
.related-card-image img { width: 100%; height: 100%; object-fit: cover; }
.related-card-title { font-size: 21px; line-height: 1.1; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 64px; }
.page-contact { padding-top: 48px; }
.contact-info { min-width: 0; }
.contact-info h2, .contact-form h2 { margin-bottom: 22px; font-size: 29px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.contact-item-icon { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; color: var(--deep-gold); font-size: 18px; }
.contact-item-label { margin-bottom: 4px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.contact-item-value { line-height: 1.6; }
.contact-item-value a:hover { color: var(--deep-gold); }
.contact-form { display: grid; gap: 16px; min-width: 0; }
.contact-form > p { margin-top: -8px; color: var(--muted); }
.contact-form .form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-form .form-group { min-width: 0; }
.contact-form .form-input, .contact-form .form-textarea { width: 100%; border: 1px solid var(--line); background: var(--white); color: var(--text); }
.contact-form .form-textarea { min-height: 186px; resize: vertical; }
.contact-form .btn-block { width: 100%; }
.map-wrap { margin-top: 48px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16 / 5; }
.map-wrap iframe { display: block; width: 100%; height: 100%; border: 0; }
.contact-card { padding: 32px; border: 1px solid var(--line); background: var(--paper); }
.contact-list { display: grid; gap: 18px; padding: 0; list-style: none; }
.contact-list strong { display: block; margin-bottom: 4px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.contact-form { display: grid; gap: 16px; }
.about-hero { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(48px, 7vw, 112px); align-items: center; margin-top: 46px; padding: clamp(28px, 5vw, 72px); border-radius: var(--radius); background: var(--paper); }
.about-hero::before { display: none; }
.about-media { overflow: hidden; border-radius: var(--radius); aspect-ratio: 4 / 5; }
.about-media img { width: 100%; height: 100%; object-fit: cover; }
.page-about .about-image { overflow: hidden; margin: 0; aspect-ratio: 1.5 / 1; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: none; }
.page-about .about-image img { width: 100%; height: 100%; object-fit: cover; }
.page-about .about-content { max-width: 680px; padding: 34px 0; }
.page-about .about-content h1 { max-width: 660px; margin-bottom: 20px; font-size: clamp(42px, 4.3vw, 68px); line-height: .98; text-transform: uppercase; }
.page-about .article-body { max-width: 720px; }
.page-about .article-body h2 { margin: 28px 0 10px; font-size: 28px; }
.page-about .article-body p { margin-bottom: 12px; }
.about-promise-grid { display: grid; gap: 38px; margin-top: 116px; padding: 64px clamp(28px, 5vw, 76px); background: var(--forest); color: var(--cream); }
.about-promise-copy { max-width: 760px; }
.about-promise-copy h2 { margin: 14px 0 18px; color: var(--cream); font-size: clamp(34px, 4vw, 58px); line-height: 1.02; }
.about-promise-copy p:not(.eyebrow) { color: rgba(246,242,234,.72); font-size: 16px; }
.about-pillar-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.about-pillar-list article { min-width: 0; padding: 26px 22px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.035); }
.about-pillar-list span { color: var(--deep-gold); font-size: 13px; letter-spacing: .12em; }
.about-pillar-list h3 { margin: 48px 0 14px; color: var(--cream); font-size: 20px; line-height: 1.15; }
.about-pillar-list p { margin: 0; color: rgba(246,242,234,.68); font-size: 14px; }
.about-quote { margin-top: 30px; padding: 34px 0 0; border-top: 1px solid var(--line); }
.about-quote p { max-width: 860px; margin: 0; font-family: var(--font-display); font-size: clamp(26px, 3.2vw, 44px); line-height: 1.08; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
.filter-bar input { flex: 1 1 260px; }
.filter-bar select { flex: 0 1 240px; }
.filter-bar .button { flex: 0 0 auto; }
.review-card { display: flex; min-width: 0; height: 100%; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: var(--white); }
.review-stars { color: var(--deep-gold); letter-spacing: 0.12em; }
.review-excerpt { display: -webkit-box; overflow: hidden; flex: 1; -webkit-box-orient: vertical; -webkit-line-clamp: 8; line-clamp: 8; }
.review-author { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 22px; }
.review-avatar { position: relative; display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; overflow: hidden; border-radius: 50%; }
.review-avatar > * { grid-area: 1 / 1; width: 44px; height: 44px; border-radius: 50%; }
.review-avatar__initials { display: grid; place-items: center; background: var(--paper); color: var(--forest); font-weight: 600; }
.review-avatar img { object-fit: cover; }
@media (max-width: 900px) {
  .services-grid, .news-grid, .products-grid, .testimonials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-detail-grid, .post-detail-grid, .product-detail-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .about-hero { grid-template-columns: 1fr; gap: 42px; }
  .about-hero { padding: 28px; }
  .page-about .about-image { max-width: 680px; }
  .service-sidebar, .post-sidebar, .product-sidebar { position: static; }
}
@media (max-width: 560px) {
  .page { padding: 32px 0 64px; }
  .page-title { font-size: 42px; }
  .services-grid, .news-grid, .products-grid, .testimonials-grid, .related-grid { grid-template-columns: 1fr; }
}
.page { padding: 48px 0 88px; }
.page .container { min-width: 0; }
.detail-grid { min-width: 0; }
.btn-outline { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--deep-gold); color: var(--text); font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.btn-outline:hover { background: var(--deep-gold); color: var(--white); }
.page-desc { max-width: 760px; margin-bottom: 26px; color: var(--muted); }
.listing-search { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 16px; }
.listing-search .form-input { min-width: 260px; flex: 1 1 360px; }
.pill-group { display: flex; flex-wrap: wrap; gap: 10px; margin: 12px 0 28px; }
.pill { display: inline-flex; min-height: 38px; align-items: center; padding: 8px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 12px; }
.pill:hover, .pill.active { border-color: var(--deep-gold); background: var(--deep-gold); color: var(--white); }
.product-grid { min-width: 0; }
.product-cat, .news-meta { margin-bottom: 10px; color: var(--deep-gold); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.product-desc { color: var(--muted); }
.cta-banner { margin-top: 54px; padding: 40px; background: var(--forest); color: var(--cream); }
.cta-banner h2 { margin-bottom: 10px; color: var(--cream); font-size: 36px; }
.cta-banner p { color: rgba(246,242,234,.72); }
.news-img { display: block; overflow: hidden; aspect-ratio: 4 / 3; background: var(--paper); }
.news-img img { width: 100%; height: 100%; object-fit: cover; }
.news-body { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 24px; }
.news-body h2 { margin-bottom: 12px; font-size: 26px; line-height: 1.08; }
.news-body p { color: var(--muted); }
.news-card-link { margin-top: auto; color: var(--deep-gold); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.article-container { max-width: 1040px; }
.page-news-detail .page-title { max-width: 900px; margin-bottom: 12px; font-size: clamp(42px, 5vw, 68px); }
.article-featured-image { overflow: hidden; margin: 42px 0 34px; aspect-ratio: 16 / 7; border-radius: var(--radius); background: var(--paper); }
.article-featured-image img { width: 100%; height: 100%; object-fit: cover; }
.article-excerpt { max-width: 820px; margin-bottom: 24px; color: var(--text); font-size: 19px; line-height: 1.7; }
.page-news-detail .article-body { max-width: 820px; font-size: 17px; line-height: 1.8; }
.page-news-detail .article-body h2 { margin: 34px 0 10px; font-size: 31px; }
.page-news-detail .article-body p { margin-bottom: 16px; }
.page-testimonials .section { padding-block: 72px; }
.page-testimonials { padding-bottom: 0; }
.page-testimonials .testimonial-card { display: flex; min-width: 0; height: 100%; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: var(--white); }
.page-testimonials .testimonial-header { display: flex; align-items: center; gap: 14px; }
.page-testimonials .testimonial-avatar { position: relative; display: grid; width: 54px; height: 54px; flex: 0 0 54px; place-items: center; overflow: hidden; border-radius: 50%; background: var(--paper); }
.page-testimonials .testimonial-avatar > * { grid-area: 1 / 1; width: 100%; height: 100%; }
.page-testimonials .testimonial-avatar img { object-fit: cover; }
.avatar-initials { display: grid; place-items: center; color: var(--forest); font-weight: 600; }
.page-testimonials .testimonial-name { margin-bottom: 3px; font: 600 16px/1.2 var(--font-body); }
.page-testimonials .testimonial-role, .page-testimonials .testimonial-source { margin: 0; color: var(--muted); font-size: 12px; }
.page-testimonials .testimonial-rating { display: flex; gap: 2px; margin: 18px 0 12px; color: #c4c4c4; }
.page-testimonials .testimonial-rating .filled { color: var(--deep-gold); }
.page-testimonials .testimonial-content { flex: 1; }.page-testimonials .testimonial-text { color: var(--muted); font-style: italic; }
.testimonials-page-hero { padding: 42px 0 78px; background: var(--cream); }
.testimonials-page-hero .breadcrumb { margin-bottom: 58px; }
.testimonials-page-heading { max-width: 760px; }
.testimonials-page-heading h1 { margin-bottom: 20px; color: var(--text); font-size: clamp(46px, 5vw, 72px); line-height: .98; text-transform: uppercase; }
.testimonials-page-heading > p:last-child { max-width: 540px; margin: 0; color: var(--muted); }
.testimonials-page-list { padding: 82px 0 92px; background: var(--forest); color: var(--cream); }
.testimonials-page-intro { display: flex; align-items: end; justify-content: flex-start; gap: 28px; margin-bottom: 26px; }
.testimonials-page-intro .section-subtitle { margin: 0; color: var(--brass); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.testimonials-page-intro h2 { max-width: 620px; margin: 0; color: var(--cream); font-size: clamp(30px, 3.5vw, 48px); line-height: 1.02; text-transform: uppercase; }
.testimonials-page-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.testimonial-page-card { display: flex; min-width: 0; min-height: 272px; flex-direction: column; padding: 24px; border: 1px solid rgba(201,167,112,.3); border-radius: 5px; background: rgba(255,255,255,.02); }
.testimonial-page-rating { display: flex; gap: 2px; margin-bottom: 18px; color: rgba(246,242,234,.24); }
.testimonial-page-rating .is-filled { color: var(--brass); }
.testimonial-page-text { display: -webkit-box; overflow: hidden; flex: 1; margin: 0; color: rgba(246,242,234,.78); font-size: 14px; font-style: italic; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 7; line-clamp: 7; }
.testimonial-page-expand { align-self: flex-start; margin-top: 10px; padding: 0; border: 0; background: transparent; color: var(--brass); cursor: pointer; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.testimonial-page-author { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 22px; color: var(--brass); }
.testimonial-page-author strong, .testimonial-page-author small { display: block; }
.testimonial-page-author strong { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.testimonial-page-author small { margin-top: 4px; color: rgba(246,242,234,.62); font-size: 10px; }
.testimonial-page-card .review-avatar { background: rgba(255,255,255,.08); }
.testimonial-page-card .review-avatar__initials { background: var(--paper); color: var(--forest); }
.testimonials-page-pagination { margin-top: 38px; }
.testimonials-page-pagination .page-link { border-color: rgba(201,167,112,.3); background: transparent; color: var(--cream); }
.testimonials-page-pagination a.page-link:hover, .testimonials-page-pagination .active .page-link { border-color: var(--brass); background: var(--brass); color: var(--ink); }
.testimonials-page-cta { background: var(--ink); color: var(--cream); }
.testimonials-page-cta-inner { display: flex; min-height: 330px; align-items: center; justify-content: space-between; gap: 32px; }
.testimonials-page-cta .eyebrow { margin-bottom: 16px; }
.testimonials-page-cta h2 { margin: 0; color: var(--cream); font-size: clamp(36px, 4vw, 58px); line-height: .98; text-transform: uppercase; }
.testimonial-page-dialog { width: min(620px, calc(100% - 32px)); padding: 0; border: 1px solid var(--brass); background: var(--forest); color: var(--cream); }
.testimonial-page-dialog::backdrop { background: rgba(10,11,10,.72); }
.testimonial-page-dialog-inner { padding: 36px; }
.testimonial-page-dialog h2 { color: var(--cream); font-size: 32px; }
.testimonial-page-dialog-content { max-height: 45vh; overflow-y: auto; color: rgba(246,242,234,.8); font-style: italic; white-space: pre-wrap; }
.testimonial-page-dialog-close { margin-top: 18px; border-color: var(--brass); color: var(--cream); }
@media (max-width: 900px) {
  .testimonials-page-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .testimonials-page-hero { padding-top: 32px; }
  .testimonials-page-hero .breadcrumb { margin-bottom: 42px; }
  .testimonials-page-heading h1 { font-size: 42px; }
  .testimonials-page-list { padding: 62px 0 70px; }
  .testimonials-page-intro { display: block; }
  .testimonials-page-intro h2 { margin-top: 12px; font-size: 34px; }
  .testimonials-page-grid { grid-template-columns: 1fr; }
  .testimonials-page-cta-inner { min-height: 300px; align-items: flex-start; flex-direction: column; justify-content: center; }
  .testimonial-page-dialog-inner { padding: 28px 22px; }
}
.editorial-page { overflow: hidden; }
.editorial-hero { max-width: 860px; margin-bottom: 52px; }
.editorial-hero-dark { max-width: none; padding: 56px; background: var(--forest); color: var(--cream); }
.editorial-hero-dark .page-title, .editorial-hero-dark .page-lead { color: var(--cream); }
.editorial-grid, .steps-grid, .case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.editorial-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.editorial-card, .step-card { min-width: 0; padding: 30px; border: 1px solid var(--line); background: var(--white); }
.editorial-card h2, .step-card h2, .case-card h2 { margin: 12px 0; font-size: 28px; }
.editorial-card p, .step-card p, .case-card p { color: var(--muted); }
.editorial-index, .step-card > span { color: var(--deep-gold); font: 500 24px var(--font-display); }
.steps-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.step-card { background: var(--paper); }
.case-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.case-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.case-card > div { padding: 26px; }
.case-card .eyebrow { margin-bottom: 4px; }
.faq-list { display: grid; max-width: 900px; gap: 10px; }
.faq-list details { border-bottom: 1px solid var(--line); background: var(--white); }
.faq-list summary { padding: 22px 24px; cursor: pointer; font: 500 24px/1.2 var(--font-display); list-style-position: inside; }
.faq-list details p { max-width: 760px; margin: 0; padding: 0 52px 24px; color: var(--muted); }
.service-guide { margin-top: 72px; padding-top: 48px; border-top: 1px solid var(--line); }
.service-guide > h2 { margin-bottom: 28px; font-size: 42px; }
.service-guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.service-guide-panel { padding: 28px; background: var(--paper); }
.service-guide h3 { margin-bottom: 14px; font-size: 27px; }
.service-guide-panel ul { display: grid; gap: 10px; margin: 0; padding-left: 20px; color: var(--muted); }
.service-process { margin-top: 28px; padding: 28px; background: var(--forest); color: var(--cream); }
.service-process h3 { color: var(--cream); }
.service-process ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.service-process li { display: grid; gap: 10px; color: rgba(246,242,234,.78); }.service-process li span { color: var(--brass); font: 500 24px var(--font-display); }
.service-faq { margin-top: 28px; }.service-faq details { border-bottom: 1px solid var(--line); }.service-faq summary { padding: 16px 0; cursor: pointer; font-weight: 600; }.service-faq details p { margin: 0; padding: 0 0 16px; color: var(--muted); }
.service-guide-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
@media (max-width: 900px) {
  .editorial-grid, .case-grid, .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-process ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .editorial-grid, .editorial-grid-two, .case-grid, .steps-grid { grid-template-columns: 1fr; }
  .editorial-hero-dark { padding: 32px 24px; }
  .editorial-card, .step-card, .case-card > div { padding: 24px; }
  .faq-list summary { padding: 18px; font-size: 21px; }
  .faq-list details p { padding: 0 18px 20px; }
  .service-guide-grid, .service-process ol { grid-template-columns: 1fr; }
  .service-guide > h2 { font-size: 34px; }
  .contact-form .form-row { grid-template-columns: 1fr; }
  .map-wrap { aspect-ratio: 4 / 3; }
  .about-pillar-list { grid-template-columns: 1fr; }
  .page-about .about-image { border-radius: 4px; }
  .about-promise-grid { margin-top: 72px; padding: 42px 22px; }
  .about-quote { padding: 38px 24px; }
}
