/* Dark premium tech theme overrides loaded last. */
:root {
  --primary: #c89b3c;
  --primary-light: #e0b84c;
  --primary-dark: #a57f2f;
  --primary-accent: #c89b3c;
  --amber-accent: #e0b84c;

  --white: #ffffff;
  --gray-50: #1a1f2b;
  --gray-100: #0f1115;
  --gray-200: #151922;
  --gray-300: #232938;
  --gray-400: #2e3546;
  --gray-500: #7a8394;
  --gray-600: #b0b7c3;
  --gray-700: #b0b7c3;
  --gray-800: #ffffff;

  --card-surface: #1a1f2b;
  --card-border: rgba(200, 155, 60, 0.25);
  --card-border-strong: rgba(224, 184, 76, 0.5);
  --shadow-sm: 0 10px 24px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 16px 34px rgba(0, 0, 0, 0.42);
  --shadow-lg: 0 24px 52px rgba(0, 0, 0, 0.5);
  --surface-primary: #0f1115;
  --surface-secondary: #151922;
  --surface-card: #1a1f2b;
  --text-primary: #ffffff;
  --text-secondary: #b0b7c3;
  --text-muted: #7a8394;
  --accent-gold: #c89b3c;
  --accent-gold-hover: #e0b84c;
  --accent-gold-soft: rgba(200, 155, 60, 0.25);
}

html,
body {
  background:
    radial-gradient(
      circle at 85% -10%,
      rgba(200, 155, 60, 0.08) 0%,
      rgba(200, 155, 60, 0) 34%
    ),
    #0f1115;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
}

p,
li,
small,
label {
  color: #b0b7c3;
}

a {
  color: #ffffff;
}

a:hover {
  color: #e0b84c;
}

main {
  background: transparent;
}

.section-ivory,
.section-soft,
#case-studies,
#latest-blogs,
#services,
#gallery,
#awards,
#reviews,
.about-preview,
.gallery-page-shell,
.contact-grid-section,
.contact-page .process-section,
.contact-page .find-us-section,
.team-section,
#lead {
  background: #151922;
  border-top: 1px solid rgba(200, 155, 60, 0.12);
  border-bottom: 1px solid rgba(200, 155, 60, 0.12);
}

/* Header and navigation */
.header {
  border-bottom: 1px solid rgba(200, 155, 60, 0.22);
  background: rgba(15, 17, 21, 0.82);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.45);
}

.announcement-bar {
  background: linear-gradient(90deg, #151922, #1a1f2b);
  border-top: 1px solid rgba(200, 155, 60, 0.2);
  border-bottom: 1px solid rgba(200, 155, 60, 0.2);
}

.announcement-text {
  color: #ffffff;
}

.announcement-cta {
  background: rgba(200, 155, 60, 0.16);
  color: #ffffff;
  border: 1px solid rgba(200, 155, 60, 0.34);
}

.announcement-cta:hover,
.announcement-cta:focus-visible {
  background: rgba(200, 155, 60, 0.24);
  color: #ffffff;
}

.logo img,
.footer-logo {
  filter: brightness(0) invert(1);
}

.brand-name,
.nav-links a {
  color: #ffffff;
}

.nav-links a::after {
  background: linear-gradient(90deg, #c89b3c, #e0b84c);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #e0b84c;
}

.nav .nav-cta,
.btn-primary,
.hero .hero-btn-primary,
.contact-page .step-number {
  background: #c89b3c;
  color: #0f1115;
  border-color: rgba(224, 184, 76, 0.6);
  box-shadow: 0 10px 26px rgba(200, 155, 60, 0.2);
}

.nav .nav-cta:hover,
.btn-primary:hover,
.hero .hero-btn-primary:hover {
  background: #e0b84c;
  color: #0f1115;
  box-shadow: 0 14px 28px rgba(200, 155, 60, 0.28);
}

.btn.btn-secondary,
.nav .nav-admin,
.hero .hero-btn.btn-secondary {
  background: transparent;
  color: #c89b3c;
  border-color: rgba(200, 155, 60, 0.45);
}

.btn.btn-secondary:hover,
.nav .nav-admin:hover,
.hero .hero-btn.btn-secondary:hover {
  background: rgba(200, 155, 60, 0.12);
  color: #e0b84c;
  border-color: rgba(224, 184, 76, 0.62);
  box-shadow:
    0 0 0 1px rgba(200, 155, 60, 0.35),
    0 0 18px rgba(200, 155, 60, 0.2);
}

.menu-toggle {
  border: 1px solid rgba(200, 155, 60, 0.32);
  background: rgba(21, 25, 34, 0.88);
}

.menu-toggle span {
  background: #ffffff;
}

@media (max-width: 1140px) {
  .nav {
    background: linear-gradient(
      180deg,
      rgba(15, 17, 21, 0.98),
      rgba(21, 25, 34, 0.98)
    );
    border-left: 1px solid rgba(200, 155, 60, 0.26);
    box-shadow: -16px 0 36px rgba(0, 0, 0, 0.45);
  }

  .nav-links a {
    border: 1px solid rgba(200, 155, 60, 0.2);
    background: rgba(26, 31, 43, 0.74);
  }

  .nav-actions {
    border-top: 1px solid rgba(200, 155, 60, 0.2);
  }
}

/* Hero and image overlays */
.hero::before,
.inner-page-hero::before,
.project-hero {
  background: linear-gradient(
    122deg,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.72) 46%,
    rgba(15, 17, 21, 0.6) 100%
  );
}

.hero::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.58) 100%
  );
}

.hero-content,
.hero-proof-grid span,
.hero-trust-strip li {
  background: linear-gradient(
    160deg,
    rgba(15, 17, 21, 0.86) 0%,
    rgba(26, 31, 43, 0.78) 100%
  );
  border: 1px solid rgba(200, 155, 60, 0.25);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.45);
}

.hero-kicker,
.hero-cta-microcopy,
.hero-urgency,
.inner-page-breadcrumb li,
.inner-page-breadcrumb a,
.project-meta {
  color: #b0b7c3;
}

.hero h1,
.inner-page-hero h1,
.project-title {
  color: #ffffff;
}

.hero .hero-subheading,
.inner-page-hero p {
  color: #b0b7c3;
}

/* Cards and panels */
.service-card,
.post-card,
.post-grid .post-card.blog-card,
.award-card,
.review-card,
.stat,
.about-grid,
.team-member,
.contact-info-card,
.contact-side-note,
.contact-page .process-step,
.reviews-wrap,
.home-gallery-item,
.gallery-item,
.lead-trust-panel,
#quote-form,
.project-content img,
.admin .card,
.admin .sidebar,
.awards-pagination,
.award-modal-inner,
.home-gallery-empty,
.awards-empty,
.post-grid-empty,
.reviews-empty {
  background: #1a1f2b;
  border-color: rgba(200, 155, 60, 0.25);
  box-shadow: var(--shadow-sm);
}

.service-card:hover,
.post-card:hover,
.post-grid .post-card.blog-card:hover,
.award-card:hover,
.review-card:hover,
.stat:hover,
.home-gallery-item:hover,
.gallery-item:hover,
.team-member:hover {
  transform: translateY(-4px);
  border-color: rgba(224, 184, 76, 0.55);
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.5),
    0 0 24px rgba(200, 155, 60, 0.16);
}

.award-card::before,
.stat::before,
.contact-info-card::before,
.about-content h2::after,
.contact-page .contact-form-wrapper h2::after,
.lead-trust-heading::after {
  background: linear-gradient(90deg, #c89b3c, #e0b84c);
}

.reviews-wrap::before,
.post-card::before,
.contact-page .contact-form:before,
#quote-form::before {
  background: linear-gradient(
    145deg,
    rgba(200, 155, 60, 0.08),
    rgba(200, 155, 60, 0)
  );
}

.review-card::before {
  color: rgba(200, 155, 60, 0.26);
}

/* Text hierarchy */
.section-head h2,
.about-content h2,
.about-preview-content h2,
.contact-page .contact-form-wrapper h2,
.contact-info-card h3,
.team-member h3,
.post-body h3,
.service-card h3,
.award-body h3,
.review-name,
.lead-trust-heading,
.gallery-missing-inner strong,
.project-content h2,
.admin .admin-title,
.admin .admin-post-card .admin-post-body h3 {
  color: #ffffff;
}

.lead-text,
.about-content p,
.about-preview-content p,
.contact-page .contact-intro,
.contact-blurb,
.contact-page .process-step p,
.project-overview,
.post-body p,
.service-card p,
.award-body p,
.review-text,
.footer-brand-copy,
.gallery-missing-inner span,
.home-gallery-empty p,
.awards-empty p,
.reviews-summary,
.form-required-note,
.contact-page .form-required-note,
.contact-page .form-privacy-note,
.admin .help-text,
.admin .admin-post-card .admin-post-body p,
.admin .page-info {
  color: #b0b7c3;
}

.stat-number,
.achievement strong,
.team-photo.no-thumb .initial,
.project-back,
.contact-info-list a,
.reviews-summary-stars,
.review-stars .star.filled,
.award-featured-pill,
.hero-trust-strip li::before,
.lead-trust-list li::before,
.values-list li::before {
  color: #e0b84c;
}

/* Form controls */
.form-control,
#quote-form input,
#quote-form textarea,
#quote-form select,
.contact-page .contact-form input,
.contact-page .contact-form textarea,
.contact-page .contact-form select,
.admin .form-control,
.admin input,
.admin textarea,
.admin .editor-card .ql-toolbar,
.admin .editor-card .ql-container,
.admin .content-editor,
.admin .content-editor .ql-toolbar,
.admin .content-editor .ql-container,
.toolbar .form-control {
  background: #151922;
  color: #ffffff;
  border-color: rgba(200, 155, 60, 0.26);
}

.form-control::placeholder,
#quote-form input::placeholder,
#quote-form textarea::placeholder,
.contact-page .contact-form input::placeholder,
.contact-page .contact-form textarea::placeholder,
.admin input::placeholder,
.admin textarea::placeholder {
  color: #7a8394;
}

#quote-form input:focus,
#quote-form textarea:focus,
#quote-form select:focus,
.contact-page .contact-form input:focus,
.contact-page .contact-form textarea:focus,
.contact-page .contact-form select:focus,
.form-control:focus,
.admin .form-control:focus,
.admin input:focus,
.admin textarea:focus {
  border-color: #e0b84c;
  box-shadow:
    0 0 0 3px rgba(200, 155, 60, 0.25),
    0 0 16px rgba(200, 155, 60, 0.18);
  background: #151922;
  outline: none;
}

.contact-page .form-status,
.admin .toast.success,
.admin .toast.error {
  color: #ffffff;
  background: rgba(26, 31, 43, 0.92);
  border-color: rgba(200, 155, 60, 0.3);
}

/* Footer */
.site-footer {
  background: linear-gradient(180deg, #0f1115 0%, #151922 68%, #0f1115 100%);
  color: #b0b7c3;
  border-top: 1px solid rgba(200, 155, 60, 0.24);
  box-shadow: 0 -10px 26px rgba(0, 0, 0, 0.35);
}

.site-footer h4,
.footer-contact-block strong,
.footer-hours-list li span:first-child {
  color: #ffffff;
}

.site-footer p,
.site-footer a,
.site-footer li,
.site-footer small,
.footer-credit {
  color: #7a8394;
}

.site-footer a:hover,
.footer-nav-block a:hover,
.footer-credit a:hover {
  color: #e0b84c;
  border-bottom-color: rgba(200, 155, 60, 0.45);
}

.site-footer .footer-credit a,
.site-footer .footer-credit a:link,
.site-footer .footer-credit a:visited {
  color: var(--primary);
}

.site-footer .footer-credit a:hover,
.site-footer .footer-credit a:focus-visible {
  color: var(--primary-light);
}

.footer-actions .btn {
  background: transparent;
  border-color: rgba(200, 155, 60, 0.38);
  color: #c89b3c;
}

.footer-actions .btn:hover {
  background: rgba(200, 155, 60, 0.12);
  color: #e0b84c;
}

.footer-bottom,
.footer-nav-block,
.footer-contact-block {
  border-top-color: rgba(200, 155, 60, 0.18);
}

/* Admin area */
.admin {
  background: #0f1115;
}

.admin .list-item:hover {
  background: #151922;
}

.admin .list-item.selected {
  background: #232938;
}

.admin label,
.admin .list-item .title,
.admin .subtitle strong {
  color: #ffffff;
}

.admin .list-item .subtitle,
.admin .no-thumb-badge {
  color: #b0b7c3;
}

/* Motion and subtle futurism */
.hero-content,
.section-head,
.service-card,
.post-card,
.award-card,
.review-card,
.contact-info-card,
.site-footer .footer-top > * {
  animation: premium-fade-up 520ms ease both;
}

@keyframes premium-fade-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-content,
  .section-head,
  .service-card,
  .post-card,
  .award-card,
  .review-card,
  .contact-info-card,
  .site-footer .footer-top > * {
    animation: none;
  }
}

/* Strong mobile readability over images */
@media (max-width: 768px) {
  .hero::before,
  .inner-page-hero::before,
  .project-hero {
    background: linear-gradient(
      120deg,
      rgba(0, 0, 0, 0.82) 0%,
      rgba(0, 0, 0, 0.76) 52%,
      rgba(15, 17, 21, 0.68) 100%
    );
  }

  .hero-content,
  .hero-proof-grid span,
  .hero-trust-strip li {
    background: rgba(15, 17, 21, 0.88);
  }

  .btn,
  .nav .btn,
  .contact-action-buttons .btn,
  .footer-actions .btn {
    min-height: 46px;
  }
}

/* Visual consistency and polish pass */
:root {
  --ui-radius-card: 20px;
  --ui-radius-control: 12px;
  --ui-elev-rest: 0 12px 26px rgba(0, 0, 0, 0.36);
  --ui-elev-hover: 0 18px 36px rgba(0, 0, 0, 0.46);
  --ui-focus-ring: 0 0 0 3px rgba(200, 155, 60, 0.24);
}

body {
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 1180px;
}

.home-section,
.about-story-section,
.team-section,
.contact-grid-section,
.contact-page .process-section,
.contact-page .find-us-section,
.find-us-section,
.gallery-page-shell,
.about-preview,
#lead,
.cta-section {
  padding-top: clamp(3.4rem, 6vw, 5.5rem);
  padding-bottom: clamp(3.4rem, 6vw, 5.5rem);
}

.section-head,
.gallery-page-head,
.contact-page .contact-form-wrapper {
  gap: clamp(0.75rem, 1.4vw, 1rem);
}

.section-head h2,
.about-preview-content h2,
.find-us-title,
.cta-section h2,
.contact-page .process-section h2,
.contact-page .find-us-title {
  color: var(--text-primary);
  letter-spacing: -0.024em;
  line-height: 1.15;
}

.lead-text,
.about-preview-content p,
.hero .hero-subheading,
.contact-page .contact-intro,
.contact-blurb,
.footer-brand-copy,
.project-overview,
.site-footer p,
.site-footer li,
.site-footer small {
  color: var(--text-secondary);
  line-height: 1.68;
}

.hero-kicker,
.project-meta,
.inner-page-breadcrumb li,
.inner-page-breadcrumb a,
.post-grid .post-card .post-body .meta,
.award-meta,
.stat-label,
.find-us-card .find-us-microcopy,
.contact-page .form-required-note,
.contact-page .form-privacy-note,
.reviews-summary,
.awards-page-info span,
.footer-credit,
.admin .page-info,
.admin .help-text {
  color: var(--text-muted);
}

.service-card,
.post-card,
.post-grid .post-card.blog-card,
.award-card,
.review-card,
.home-gallery-item,
.gallery-item,
.stat,
.achievement,
.about-grid,
.team-member,
.contact-page .contact-form,
#quote-form,
.contact-info-card,
.contact-side-note,
.find-us-card,
.find-us-map .map-frame,
.lead-trust-panel,
.awards-pagination,
.reviews-wrap,
.home-gallery-empty,
.awards-empty,
.post-grid-empty,
.admin .card,
.admin .sidebar,
.admin .login-card,
.admin .content-editor,
.admin .editor-card .ql-toolbar,
.admin .editor-card .ql-container {
  background: linear-gradient(
    180deg,
    rgba(26, 31, 43, 0.98) 0%,
    rgba(21, 25, 34, 0.98) 100%
  );
  border: 1px solid var(--accent-gold-soft);
  border-radius: var(--ui-radius-card);
  box-shadow: var(--ui-elev-rest);
}

.post-body,
.award-body,
.review-card,
.contact-info-card,
.contact-side-note,
.find-us-card,
.admin .card {
  padding: clamp(1rem, 1.7vw, 1.35rem);
}

.service-card:hover,
.post-card:hover,
.post-grid .post-card.blog-card:hover,
.award-card:hover,
.review-card:hover,
.home-gallery-item:hover,
.gallery-item:hover,
.team-member:hover,
.stat:hover,
.achievement:hover,
.contact-info-card:hover,
.find-us-card:hover {
  transform: translateY(-3px);
  border-color: rgba(224, 184, 76, 0.52);
  box-shadow:
    var(--ui-elev-hover),
    0 0 18px rgba(200, 155, 60, 0.14);
}

.service-card .card-thumb,
.post-card .thumb,
.post-grid .post-card.blog-card .thumb,
.home-gallery-item,
.gallery-item,
.award-image-btn,
.award-image-static,
.team-photo,
.about-preview-image img,
.project-content img {
  border-radius: inherit;
  overflow: hidden;
}

.service-card .card-thumb img,
.post-card .thumb img,
.home-gallery-item img,
.gallery-item img,
.about-preview-image img,
.team-photo img,
.project-content img {
  filter: saturate(0.9) contrast(1.03) brightness(0.9);
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.service-card:hover .card-thumb img,
.post-card:hover .thumb img,
.home-gallery-item:hover img,
.gallery-item:hover img,
.project-content img:hover {
  filter: saturate(0.98) contrast(1.05) brightness(0.97);
}

.home-gallery-caption,
.gallery-caption {
  background: linear-gradient(
    180deg,
    rgba(15, 17, 21, 0.06),
    rgba(15, 17, 21, 0.9)
  );
  color: #f1f4fb;
}

.home-gallery-item.missing,
.gallery-item.missing,
.home-gallery-empty,
.awards-empty,
.post-grid-empty,
.reviews-empty {
  background: linear-gradient(
    180deg,
    rgba(26, 31, 43, 0.96) 0%,
    rgba(21, 25, 34, 0.96) 100%
  );
  border-style: dashed;
  border-color: rgba(200, 155, 60, 0.35);
}

.reviews-wrap::before,
.contact-page .contact-form:before,
#quote-form::before,
.post-card::before {
  background: linear-gradient(
    145deg,
    rgba(200, 155, 60, 0.06),
    rgba(200, 155, 60, 0)
  );
}

.btn,
.home-gallery-more-btn,
.reviews-google-btn,
.awards-page-btn,
.award-details-btn,
.whatsapp-btn,
.footer-actions .btn,
.admin .toolbar .btn {
  min-height: 46px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.015em;
  padding: 0.78rem 1.35rem;
  transition:
    border-color 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.btn.btn-sm,
.award-order-controls .btn,
.award-main-controls .btn,
.admin .admin-post-card .toolbar .btn {
  min-height: 40px;
  font-size: 0.84rem;
  padding: 0.58rem 0.95rem;
}

.btn.btn-lg,
.hero .hero-btn,
#quote-form .btn,
.cta-section .btn-primary {
  min-height: 52px;
  font-size: 0.96rem;
  padding: 0.9rem 1.6rem;
}

.btn-primary,
.nav .nav-cta,
.hero .hero-btn-primary,
.whatsapp-btn,
#quote-form .btn,
.cta-section .btn-primary {
  background: var(--accent-gold);
  color: #0f1115;
  border-color: rgba(224, 184, 76, 0.58);
  box-shadow: 0 10px 24px rgba(200, 155, 60, 0.24);
}

.btn-primary:hover,
.nav .nav-cta:hover,
.hero .hero-btn-primary:hover,
.whatsapp-btn:hover,
#quote-form .btn:hover,
.cta-section .btn-primary:hover {
  background: var(--accent-gold-hover);
  color: #0f1115;
  box-shadow: 0 14px 30px rgba(200, 155, 60, 0.28);
  transform: translateY(-1px);
}

.btn.btn-secondary,
.nav .nav-admin,
.hero .hero-btn.btn-secondary,
.home-gallery-more-btn,
.reviews-google-btn,
.footer-actions .btn,
.awards-page-btn {
  background: transparent;
  color: var(--accent-gold);
  border-color: rgba(200, 155, 60, 0.42);
  box-shadow: none;
}

.btn.btn-secondary:hover,
.nav .nav-admin:hover,
.hero .hero-btn.btn-secondary:hover,
.home-gallery-more-btn:hover,
.reviews-google-btn:hover,
.footer-actions .btn:hover,
.awards-page-btn:hover {
  color: var(--accent-gold-hover);
  background: rgba(200, 155, 60, 0.1);
  border-color: rgba(224, 184, 76, 0.6);
  box-shadow:
    0 0 0 1px rgba(200, 155, 60, 0.3),
    0 0 14px rgba(200, 155, 60, 0.14);
}

.btn:disabled,
.btn[disabled],
.awards-page-btn:disabled,
.awards-page-btn:disabled:hover {
  opacity: 0.52;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  background: rgba(122, 131, 148, 0.12);
  color: var(--text-muted);
  border-color: rgba(122, 131, 148, 0.28);
}

.form-control,
#quote-form input,
#quote-form textarea,
#quote-form select,
.contact-page .contact-form input,
.contact-page .contact-form textarea,
.contact-page .contact-form select,
.admin .form-control,
.admin input,
.admin textarea,
.admin .content-editor,
.admin .content-editor .ql-toolbar,
.admin .content-editor .ql-container {
  background: var(--surface-secondary);
  color: var(--text-primary);
  border: 1px solid rgba(200, 155, 60, 0.28);
  border-radius: var(--ui-radius-control);
}

#quote-form .form-row,
.contact-page .form-row {
  gap: 0.85rem;
}

.form-control::placeholder,
#quote-form input::placeholder,
#quote-form textarea::placeholder,
.contact-page .contact-form input::placeholder,
.contact-page .contact-form textarea::placeholder,
.admin input::placeholder,
.admin textarea::placeholder {
  color: var(--text-muted);
}

.form-control:focus,
#quote-form input:focus,
#quote-form textarea:focus,
#quote-form select:focus,
.contact-page .contact-form input:focus,
.contact-page .contact-form textarea:focus,
.contact-page .contact-form select:focus,
.admin .form-control:focus,
.admin input:focus,
.admin textarea:focus {
  border-color: var(--accent-gold-hover);
  box-shadow:
    var(--ui-focus-ring),
    0 0 14px rgba(200, 155, 60, 0.15);
  background: var(--surface-secondary);
}

.find-us-map .map-frame,
.contact-page .find-us-map .map-frame,
.contact-page .find-us-card,
.find-us-card {
  border: 1px solid var(--accent-gold-soft);
  box-shadow: var(--ui-elev-rest);
}

.find-us-map .map-link-wrap a,
.find-us-card .contact-links a {
  color: var(--accent-gold);
  border-bottom: 1px solid rgba(200, 155, 60, 0.3);
  text-decoration: none;
}

.find-us-map .map-link-wrap a:hover,
.find-us-card .contact-links a:hover {
  color: var(--accent-gold-hover);
  border-bottom-color: rgba(224, 184, 76, 0.62);
}

.find-us-card .hours h4,
.hours-list li strong,
.award-meta,
.awards-page-info span,
.post-grid .post-card .post-body .meta {
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer {
  padding-top: clamp(3.2rem, 5.2vw, 4.8rem);
  padding-bottom: 1.5rem;
  border-top: 1px solid rgba(200, 155, 60, 0.2);
}

.site-footer .footer-top {
  gap: clamp(1.1rem, 2.4vw, 2.4rem);
}

.site-footer h4 {
  margin-bottom: 0.72rem;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  color: #d9deea;
}

.site-footer a,
.site-footer p,
.site-footer li,
.site-footer small,
.footer-credit {
  color: var(--text-muted);
}

.footer-bottom {
  margin-top: 1.45rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(200, 155, 60, 0.16);
}

.footer-logo {
  opacity: 0.95;
}

.home-gallery-item.skeleton,
.gallery-item.skeleton,
.review-card.skeleton,
.admin .skeleton .thumb,
.admin .skeleton .line {
  background: linear-gradient(
    90deg,
    rgba(35, 41, 56, 0.92),
    rgba(46, 53, 70, 0.9),
    rgba(35, 41, 56, 0.92)
  );
  background-size: 200% 100%;
}

.award-modal {
  background: rgba(8, 10, 14, 0.78);
}

.award-modal-inner,
.lightbox-img,
.lightbox-caption,
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  border-color: rgba(200, 155, 60, 0.3);
}

.admin .list-item {
  border-radius: 10px;
}

.admin .list-item.selected {
  background: #232938;
  border: 1px solid rgba(200, 155, 60, 0.24);
}

@media (max-width: 900px) {
  .home-section,
  .about-story-section,
  .team-section,
  .contact-grid-section,
  .contact-page .process-section,
  .contact-page .find-us-section,
  .find-us-section,
  .gallery-page-shell,
  .about-preview,
  #lead,
  .cta-section {
    padding-top: clamp(2.8rem, 7vw, 4.1rem);
    padding-bottom: clamp(2.8rem, 7vw, 4.1rem);
  }

  .service-card,
  .post-card,
  .post-grid .post-card.blog-card,
  .award-card,
  .review-card,
  .home-gallery-item,
  .gallery-item,
  .contact-info-card,
  .contact-side-note,
  .find-us-card,
  .find-us-map .map-frame,
  #quote-form,
  .contact-page .contact-form {
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.34);
  }
}

@media (max-width: 768px) {
  .btn,
  .home-gallery-more-btn,
  .reviews-google-btn,
  .awards-page-btn,
  .award-details-btn,
  .whatsapp-btn,
  .footer-actions .btn,
  .admin .toolbar .btn {
    min-height: 45px;
  }

  .post-body,
  .award-body,
  .review-card,
  .contact-info-card,
  .contact-side-note,
  .find-us-card,
  .admin .card {
    padding: 0.95rem;
  }

  .section-head h2,
  .about-preview-content h2,
  .find-us-title,
  .cta-section h2,
  .contact-page .process-section h2,
  .contact-page .find-us-title {
    font-size: clamp(1.55rem, 7vw, 2.05rem);
  }

  .site-footer .footer-top {
    gap: 1.2rem;
  }
}

/* Targeted section polish: Services, Awards, Contact/FindUs */
.home-section#services .section-head,
.home-section#awards .section-head,
.find-us-section .container,
.contact-page .find-us-section .container {
  gap: clamp(0.85rem, 1.5vw, 1.15rem);
}

.home-section#services .section-head h2,
.home-section#awards .section-head h2,
.find-us-title,
.contact-page .find-us-title {
  max-width: 17ch;
}

.services-grid {
  gap: clamp(1.05rem, 2vw, 1.45rem);
  margin-top: clamp(0.4rem, 1vw, 0.85rem);
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.service-card .card-thumb {
  height: clamp(200px, 24vw, 234px);
  border-top-left-radius: var(--ui-radius-card);
  border-top-right-radius: var(--ui-radius-card);
}

.service-card h3 {
  margin: 1.1rem 1.15rem 0.55rem;
  color: var(--text-primary);
  font-size: clamp(1.12rem, 1.8vw, 1.26rem);
  line-height: 1.3;
}

.service-card p {
  margin: 0 1.15rem;
  color: var(--text-secondary);
  line-height: 1.66;
  font-size: 0.95rem;
}

.service-card .service-common-problems {
  margin: 0.72rem 1.15rem 0;
  padding-top: 0.58rem;
  border-top: 1px solid rgba(200, 155, 60, 0.18);
  color: var(--text-muted);
  font-size: 0.76rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-card .service-microcopy {
  margin: 0.35rem 1.15rem 0;
  color: var(--text-muted);
}

.service-card .card-actions {
  margin-top: auto;
  padding: 1rem 1.15rem 1.2rem;
  border-top: 1px solid rgba(200, 155, 60, 0.16);
}

.service-card .card-actions .btn {
  width: 100%;
  justify-content: center;
  min-height: 44px;
}

.awards-scroll,
.awards-grid {
  gap: clamp(1rem, 1.8vw, 1.28rem);
}

.award-card {
  border-radius: var(--ui-radius-card);
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(22, 26, 36, 0.96) 0%,
    rgba(16, 20, 28, 0.98) 100%
  );
}

.award-image-btn,
.award-image-static {
  padding: 0.78rem;
  background: linear-gradient(
    180deg,
    rgba(36, 42, 57, 0.94) 0%,
    rgba(27, 32, 44, 0.96) 100%
  );
  border-bottom: 1px solid rgba(200, 155, 60, 0.2);
  min-height: 328px;
  display: grid;
  place-items: center;
  position: relative;
}

.award-image-btn::before,
.award-image-static::before {
  content: "";
  position: absolute;
  inset: 0.6rem;
  border-radius: 12px;
  border: 1px solid rgba(200, 155, 60, 0.2);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

.award-image-btn img,
.award-image-static img {
  max-height: 288px;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: saturate(1.01) contrast(1.03) brightness(1.04);
}

.award-card:hover .award-image-btn img,
.award-card:hover .award-image-static img {
  filter: saturate(1.03) contrast(1.05) brightness(1.06);
}

.award-placeholder,
.award-modal-placeholder {
  background: linear-gradient(
    180deg,
    rgba(26, 31, 43, 0.98) 0%,
    rgba(21, 25, 34, 0.96) 100%
  );
  border-bottom: 1px solid rgba(200, 155, 60, 0.16);
}

.award-placeholder-label,
.award-modal-placeholder-label {
  color: var(--text-muted);
}

.award-body {
  padding: 1rem 1rem 1.05rem;
  gap: 0.56rem;
}

.award-body h3 {
  overflow-wrap: anywhere;
  margin: 0;
}

.award-meta {
  color: var(--text-muted);
  letter-spacing: 0.08em;
  margin: 0;
}

.award-meta span:last-child {
  border-left-color: rgba(200, 155, 60, 0.24);
}

.award-body p,
.award-excerpt {
  color: var(--text-secondary);
  line-height: 1.62;
  margin: 0;
}

.award-excerpt {
  min-height: 2.9rem;
}

.award-card-actions {
  gap: 0.7rem;
  padding-top: 0.16rem;
}

.award-featured-pill {
  background: linear-gradient(135deg, #b88b34, #d8aa48);
  color: #11141a;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}

.awards-pagination {
  padding: 0.78rem 0.95rem;
}

.award-details-btn {
  width: fit-content;
}

.award-card--admin .award-body {
  padding-bottom: 0.9rem;
}

.award-card--admin .award-image-static,
.award-card--admin .award-image-btn {
  min-height: 276px;
}

.home-section#awards .award-image-btn,
.home-section#awards .award-image-static,
.awards-scroll .award-image-btn,
.awards-scroll .award-image-static {
  min-height: 336px;
}

/* Home page lead/contact form refinement */
#lead {
  position: relative;
  padding-top: clamp(4.2rem, 6.7vw, 6.1rem);
  padding-bottom: clamp(4rem, 6.3vw, 5.8rem);
  background:
    radial-gradient(
      circle at 14% 8%,
      rgba(200, 155, 60, 0.08) 0%,
      rgba(200, 155, 60, 0) 36%
    ),
    radial-gradient(
      circle at 85% 82%,
      rgba(200, 155, 60, 0.07) 0%,
      rgba(200, 155, 60, 0) 40%
    ),
    #151922;
}

#lead .container {
  gap: clamp(1.35rem, 2.25vw, 2rem);
}

#lead .contact-form-wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  gap: clamp(0.88rem, 1.5vw, 1.25rem);
}

#lead .lead-microcopy {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(200, 155, 60, 0.86);
  text-align: center;
}

#lead .contact-form-wrapper h2 {
  margin: 0;
  text-align: center;
  color: var(--text-primary);
  font-size: clamp(1.95rem, 3.35vw, 2.75rem);
  line-height: 1.14;
  letter-spacing: -0.024em;
}

#lead .contact-intro {
  margin: 0;
  max-width: 70ch;
  margin-inline: auto;
  text-align: center;
  color: var(--text-secondary);
  font-size: clamp(0.98rem, 1.42vw, 1.08rem);
  line-height: 1.72;
}

#lead .form-required-note {
  margin: 0;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

#lead .contact-form-wrapper > .form-required-note:first-of-type {
  margin-top: -0.22rem;
}

#lead .contact-form-wrapper > .form-required-note:nth-of-type(2) {
  margin-top: -0.24rem;
  color: rgba(176, 183, 195, 0.84);
}

#quote-form {
  width: 100%;
  max-width: 820px;
  margin: clamp(0.8rem, 1.5vw, 1.2rem) auto 0;
  padding: clamp(1.55rem, 2.7vw, 2.2rem) clamp(1.35rem, 2.2vw, 1.9rem);
  border-radius: 22px;
  border: 1px solid rgba(200, 155, 60, 0.28);
  background: linear-gradient(
    180deg,
    rgba(27, 33, 45, 0.98) 0%,
    rgba(20, 25, 35, 0.98) 100%
  );
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(200, 155, 60, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

#quote-form::before {
  background: linear-gradient(
    145deg,
    rgba(200, 155, 60, 0.07),
    rgba(200, 155, 60, 0) 64%
  );
}

#quote-form .form-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.3vw, 1rem);
}

#quote-form input,
#quote-form textarea,
#quote-form select {
  min-height: 50px;
  border: 1px solid rgba(200, 155, 60, 0.24);
  border-radius: 12px;
  background: rgba(15, 20, 30, 0.88);
  color: var(--text-primary);
  font-size: 0.95rem;
  line-height: 1.4;
}

#quote-form textarea {
  min-height: 150px;
}

#quote-form input::placeholder,
#quote-form textarea::placeholder {
  color: rgba(122, 131, 148, 0.95);
}

#quote-form select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: auto;
  background-image: none;
  background-position: initial;
  background-size: auto;
  background-repeat: repeat;
  padding-right: 0.95rem;
}

#quote-form input:hover,
#quote-form textarea:hover,
#quote-form select:hover {
  border-color: rgba(200, 155, 60, 0.38);
}

#quote-form input:focus,
#quote-form textarea:focus,
#quote-form select:focus {
  border-color: rgba(224, 184, 76, 0.85);
  box-shadow:
    0 0 0 3px rgba(200, 155, 60, 0.22),
    0 0 14px rgba(200, 155, 60, 0.14);
  background: rgba(16, 21, 31, 0.94);
}

#quote-form .btn {
  margin-top: 0.12rem;
  min-height: 50px;
  width: 100%;
  max-width: none;
  justify-self: stretch;
  border-radius: 999px;
  background: var(--accent-gold);
  color: #101318;
  border: 1px solid rgba(224, 184, 76, 0.62);
  box-shadow: 0 12px 24px rgba(200, 155, 60, 0.24);
}

#quote-form .btn:hover {
  background: var(--accent-gold-hover);
  color: #101318;
  box-shadow: 0 14px 28px rgba(200, 155, 60, 0.28);
}

#quote-form .form-privacy-note {
  margin: 0.08rem 0 0;
  text-align: center;
  font-size: 0.79rem;
  color: rgba(122, 131, 148, 0.96);
}

#quote-form .form-status {
  margin: 0.25rem 0 0;
}

@media (min-width: 992px) {
  #lead .container {
    justify-items: center;
  }

  #lead .contact-form-wrapper {
    width: min(100%, 900px);
  }

  #quote-form {
    width: min(100%, 820px);
    margin-top: clamp(0.85rem, 1.4vw, 1.1rem);
  }
}

.find-us-section,
.contact-page .find-us-section {
  padding-top: clamp(3.3rem, 5.2vw, 4.6rem);
  padding-bottom: clamp(3.3rem, 5.2vw, 4.8rem);
}

.find-us-grid,
.contact-page .find-us-grid {
  gap: clamp(1.15rem, 2vw, 1.8rem);
  align-items: stretch;
}

.find-us-map .map-frame,
.contact-page .find-us-map .map-frame {
  min-height: clamp(290px, 34vw, 420px);
}

.find-us-card,
.contact-page .find-us-card {
  padding: clamp(1.2rem, 2vw, 1.7rem);
  gap: 0.72rem;
}

.find-us-card h3.company-name {
  margin: 0;
  font-size: clamp(1.24rem, 2.1vw, 1.56rem);
  line-height: 1.25;
  color: var(--text-primary);
}

.find-us-card .address,
.find-us-card .contact-links,
.find-us-card .hours-list li {
  color: var(--text-secondary);
  line-height: 1.62;
}

.find-us-card .find-us-locality {
  color: var(--accent-gold-hover);
  font-weight: 700;
}

.find-us-card .find-us-microcopy {
  margin-top: 0;
  font-size: 0.8rem;
}

.find-us-card .hours h4 {
  margin: 0.35rem 0 0.28rem;
  color: var(--text-muted);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
}

.hours-list {
  gap: 0.26rem;
  font-size: 0.9rem;
}

.hours-list li strong {
  color: var(--accent-gold);
}

.find-us-card .cta-row,
.contact-action-buttons,
.service-card .card-actions,
.awards-view-all,
.awards-bottom-actions {
  margin-top: clamp(0.7rem, 1.3vw, 1rem);
}

.find-us-card .cta-row .whatsapp-btn,
.contact-action-buttons .btn {
  width: min(100%, 260px);
  min-height: 46px;
}

@media (max-width: 1024px) {
  .find-us-grid,
  .contact-page .find-us-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .find-us-map .map-frame,
  .contact-page .find-us-map .map-frame {
    min-height: 300px;
  }
}

@media (max-width: 768px) {
  .services-grid,
  .awards-grid,
  .awards-scroll {
    gap: 0.9rem;
  }

  .awards-scroll {
    grid-auto-columns: minmax(250px, 86vw);
  }

  .award-image-btn,
  .award-image-static {
    min-height: 216px;
    padding: 0.88rem 0.88rem 0.78rem;
  }

  .award-image-btn::before,
  .award-image-static::before {
    inset: 0.58rem;
  }

  .award-image-btn img,
  .award-image-static img {
    max-height: 184px;
  }

  .award-body {
    padding: 0.85rem 0.9rem 0.88rem;
    gap: 0.52rem;
  }

  .award-body h3 {
    line-height: 1.3;
  }

  .award-excerpt {
    min-height: 2.6rem;
  }

  #lead {
    padding-top: clamp(3.2rem, 8.6vw, 4rem);
    padding-bottom: clamp(3.2rem, 8.6vw, 4.05rem);
  }

  #lead .contact-form-wrapper {
    gap: 0.8rem;
  }

  #lead .contact-form-wrapper h2 {
    font-size: clamp(1.72rem, 7.1vw, 2.18rem);
  }

  #lead .contact-intro {
    font-size: 0.95rem;
    line-height: 1.62;
  }

  #quote-form {
    margin-top: 0.52rem;
    padding: 1.2rem 1rem 1.25rem;
    border-radius: 18px;
    gap: 0.78rem;
  }

  #quote-form .form-row {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  #quote-form input,
  #quote-form textarea,
  #quote-form select {
    min-height: 46px;
    font-size: 0.92rem;
  }

  #quote-form textarea {
    min-height: 128px;
  }

  #quote-form .btn {
    width: 100%;
    min-height: 48px;
  }

  .service-card .card-thumb {
    height: 188px;
  }

  .service-card h3,
  .service-card p,
  .service-card .service-common-problems,
  .service-card .service-microcopy,
  .service-card .card-actions {
    margin-left: 0.95rem;
    margin-right: 0.95rem;
  }

  .service-card .card-actions {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.95rem;
  }

  .find-us-card,
  .contact-page .find-us-card {
    padding: 1rem;
  }

  .find-us-card .cta-row .whatsapp-btn,
  .contact-action-buttons .btn,
  .service-card .card-actions .btn,
  .awards-page-btn {
    width: 100%;
    max-width: none;
  }
}
