/*
Theme Name: Signs Corner Elementor
Theme URI: https://signscorner.com.au/
Author: Codex
Description: WordPress conversion of the Signs Corner website, prepared for Elementor editing.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: signs-corner-elementor
*/

:root {
  --sc-dark: #0a0a0a;
  --sc-red: #e31e24;
  --sc-gray: #52525b;
  --sc-light: #fafafa;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--sc-dark);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.sc-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.sc-topbar {
  background: var(--sc-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-bottom: 1px solid #27272a;
}

.sc-topbar .sc-container,
.sc-header .sc-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sc-topbar .sc-container {
  min-height: 36px;
}

.sc-topbar a,
.sc-footer a {
  transition: color .2s ease;
}

.sc-topbar a:hover,
.sc-footer a:hover,
.sc-menu a:hover,
.sc-menu .current-menu-item > a {
  color: var(--sc-red);
}

.sc-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
}

.sc-header .sc-container {
  min-height: 82px;
}

.sc-logo img {
  width: auto;
  height: 64px;
  display: block;
}

.sc-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sc-quote-link,
.sc-button .elementor-button,
.sc-quote-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border: 0;
  border-radius: 4px;
  background: var(--sc-red);
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  box-shadow: 0 12px 24px rgba(227, 30, 36, .16);
  transition: transform .2s ease, background .2s ease;
  cursor: pointer;
}

.sc-quote-link:hover,
.sc-button .elementor-button:hover,
.sc-quote-form button:hover {
  background: #bd151b;
  color: #fff;
  transform: translateY(-1px);
}

.sc-page-main {
  min-height: 50vh;
}

.sc-footer {
  background: #1a1a1a;
  color: #fff;
  border-top: 4px solid var(--sc-red);
  padding: 64px 0 28px;
}

.sc-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 44px;
}

.sc-footer h3 {
  display: inline-block;
  margin: 0 0 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid #3f3f46;
  color: #fff;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sc-footer p,
.sc-footer li {
  color: #a1a1aa;
  font-size: 14px;
  line-height: 1.8;
}

.sc-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sc-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid #27272a;
  color: #71717a;
  font-size: 12px;
}

.sc-hero {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}

.sc-hero::after {
  content: "";
  position: absolute;
  left: -4vw;
  right: -4vw;
  bottom: -46px;
  height: 94px;
  background: #fff;
  transform: rotate(-2.5deg);
  transform-origin: left top;
}

.sc-section-dark {
  background: var(--sc-dark);
  color: #fff;
}

.sc-kicker {
  color: var(--sc-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.sc-hero-title {
  max-width: 620px;
  margin: 18px 0 22px;
  color: var(--sc-dark);
  font-size: clamp(48px, 6.4vw, 76px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sc-hero-title span {
  color: var(--sc-red);
}

.sc-search-quote {
  display: grid;
  grid-template-columns: 1fr auto;
  width: min(520px, 100%);
  margin-top: 34px;
  padding: 8px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .16);
}

.sc-search-quote input {
  min-width: 0;
  border: 0;
  padding: 0 18px;
  color: #71717a;
  font: inherit;
  outline: 0;
}

.sc-search-quote a {
  min-height: 48px;
  padding: 14px 30px;
  border-radius: 4px;
  background: var(--sc-red);
  color: #fff;
  font-weight: 900;
}

.sc-ai-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: var(--sc-red);
  color: #fff;
  box-shadow: 0 14px 28px rgba(15, 23, 42, .22);
  font-size: 24px;
}

.sc-card {
  overflow: hidden;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.sc-card:hover {
  border-color: var(--sc-red);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
  transform: translateY(-3px);
}

.sc-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.sc-card-body {
  padding: 24px;
}

.sc-card h3 {
  margin: 0 0 10px;
  color: var(--sc-dark);
  font-size: 21px;
  line-height: 1.2;
}

.sc-card p {
  margin: 0 0 18px;
  color: #52525b;
  line-height: 1.7;
}

.sc-card a {
  color: var(--sc-red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.sc-gallery-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  background: #f4f4f5;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .12);
}

.sc-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.sc-gallery-card:hover img {
  transform: scale(1.05);
}

.sc-gallery-card figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  text-align: center;
  opacity: 0;
  background: rgba(10, 10, 10, .9);
  transition: opacity .25s ease;
}

.sc-gallery-card:hover figcaption {
  opacity: 1;
}

.sc-gallery-card span {
  color: var(--sc-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sc-gallery-card h3 {
  margin: 10px 0;
  color: #fff;
  font-size: 24px;
}

.sc-gallery-card p {
  color: #d4d4d8;
  line-height: 1.6;
}

.sc-process-card {
  min-height: 220px;
  padding: 34px 24px;
  border: 1px solid #27272a;
  border-radius: 8px;
  background: rgba(39, 39, 42, .44);
  text-align: center;
}

.sc-process-card strong {
  display: block;
  color: rgba(113, 113, 122, .5);
  font-size: 56px;
  line-height: 1;
}

.sc-process-card h3 {
  margin: 8px 0 10px;
  color: #fff;
}

.sc-process-card p {
  color: #a1a1aa;
}

.sc-quote-form {
  padding: 36px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.sc-quote-form label {
  display: block;
  margin-bottom: 8px;
  color: #3f3f46;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.sc-quote-form input,
.sc-quote-form select,
.sc-quote-form textarea {
  width: 100%;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid #e4e4e7;
  border-radius: 4px;
  background: #fafafa;
  font: inherit;
}

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

.sc-quote-form .sc-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sc-notice {
  padding: 14px 16px;
  margin-bottom: 18px;
  border-left: 4px solid var(--sc-red);
  background: #fff1f2;
}

@media (max-width: 900px) {
  .sc-container {
    width: min(100% - 32px, 1180px);
  }

  .sc-topbar .sc-container {
    justify-content: center;
    text-align: center;
  }

  .sc-topbar-right {
    display: none;
  }

  .sc-header .sc-container {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .sc-menu {
    flex-wrap: wrap;
    gap: 14px 20px;
  }

  .sc-quote-link {
    width: 100%;
  }

  .sc-footer-grid {
    grid-template-columns: 1fr;
  }

  .sc-footer-bottom,
  .sc-quote-form .sc-form-grid {
    display: block;
  }

  .sc-search-quote {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sc-hero {
    min-height: 560px;
  }
}
