/*
Theme Name: DaniCrete V0 Home
Description: DaniCrete V0 home design packaged as a WordPress theme.
Author: DaniCrete
Version: 1.0.0
Text Domain: danicrete-v0-home
*/
:root {
  --dc-gold: #e5a927;
  --dc-dark: #0a0a0a;
  --dc-silver: #d8dde3;
}

html {
  scroll-behavior: smooth;
}

body.dc-v0-page {
  margin: 0;
  background: var(--dc-dark);
}

body.dc-v0-page,
body.dc-v0-page * {
  box-sizing: border-box;
}

.dc-v0-home {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  overflow-x: hidden;
  background: var(--dc-dark);
  color: #fff;
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.dc-v0-home a {
  color: inherit;
  text-decoration: none;
}

.dc-v0-home button,
.dc-v0-home a {
  -webkit-tap-highlight-color: transparent;
}

.dc-container {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.dc-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

/* HERO */
.dc-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.dc-hero-bg {
  position: absolute;
  inset: 0;
  background-color: var(--dc-dark);
  background-image: var(--dc-hero-image);
  background-repeat: no-repeat;
  background-size: 92%;
  background-position: 54% 42%;
  filter: brightness(1.18) saturate(1.18) contrast(1.05) sepia(.16);
}

.dc-sky,
.dc-house-glow,
.dc-hero-scrim-x,
.dc-hero-scrim-y,
.dc-top-band {
  position: absolute;
  pointer-events: none;
}

.dc-sky-one {
  inset: 0 0 auto;
  height: 52%;
  background: linear-gradient(180deg, rgba(18,32,66,.7) 0%, rgba(46,58,102,.45) 18%, rgba(214,120,40,.5) 46%, rgba(255,183,77,.4) 66%, transparent 100%);
  mix-blend-mode: multiply;
}

.dc-sky-two {
  inset: 0 0 auto;
  height: 50%;
  background: linear-gradient(180deg, rgba(255,150,45,.4) 20%, rgba(255,190,90,.3) 45%, transparent 100%);
  mix-blend-mode: overlay;
}

.dc-sky-three {
  inset: 0 0 auto;
  height: 48%;
  background: linear-gradient(115deg, transparent 0%, rgba(255,205,120,.4) 22%, transparent 38%, rgba(255,175,75,.34) 58%, transparent 74%, rgba(255,215,140,.3) 90%);
  mix-blend-mode: soft-light;
}

.dc-house-glow-one {
  inset: auto 0 0;
  height: 62%;
  background: radial-gradient(120% 95% at 58% 100%, rgba(255,205,110,.55), rgba(229,169,39,.2) 45%, transparent 74%);
  mix-blend-mode: soft-light;
}

.dc-house-glow-two {
  inset: auto 0 0;
  height: 62%;
  background: radial-gradient(90% 70% at 58% 95%, rgba(255,215,130,.3), transparent 65%);
  mix-blend-mode: screen;
}

.dc-house-glow-three {
  inset: auto 0 0;
  height: 55%;
  background: linear-gradient(to top, rgba(229,169,39,.22), rgba(229,169,39,.08), transparent);
}

.dc-hero-scrim-x {
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,.4), rgba(0,0,0,.05), transparent);
}

.dc-hero-scrim-y {
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 52%, var(--dc-dark) 100%);
}

.dc-top-band {
  inset: 0 0 auto;
  height: 280px;
  background: linear-gradient(to bottom, var(--dc-dark) 0%, var(--dc-dark) 70%, rgba(10,10,10,.85) 82%, transparent 100%);
}

.dc-hero-content {
  position: relative;
  z-index: 2;
}

.dc-topbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.dc-phone-pill {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(229,169,39,.7);
  border-radius: 999px;
  background: rgba(0,0,0,.3);
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(6px);
  transition: .25s ease;
}

.dc-phone-pill .dc-icon {
  width: 20px;
  height: 20px;
  color: var(--dc-silver);
}

.dc-phone-text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
  transition: max-width .3s ease, opacity .3s ease, margin .3s ease;
}

.dc-phone-pill.is-revealed .dc-phone-text {
  max-width: 145px;
  opacity: 1;
  margin-right: 4px;
}

.dc-menu-button {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--dc-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.dc-icon-menu {
  width: 32px;
  height: 32px;
  stroke-width: 2.5;
}

.dc-logo-wrap {
  display: flex;
  justify-content: center;
  margin-top: -98px;
}

.dc-logo {
  display: block;
  width: 230px;
  max-width: 65vw;
  height: auto;
  object-fit: contain;
  filter:
    contrast(1.55)
    saturate(1.7)
    brightness(1.18)
    drop-shadow(0 2px 6px rgba(0,0,0,.95))
    drop-shadow(0 0 18px rgba(0,0,0,.8));
}

.dc-hero-copy {
  max-width: 576px;
  padding-top: 4px;
  padding-bottom: 32px;
}

.dc-kicker {
  max-width: 255px;
  margin: 0;
  color: var(--dc-gold);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.dc-title {
  margin: 12px 0 0;
  font-size: clamp(30px, 8.7vw, 60px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.025em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 2px 14px rgba(0,0,0,.8);
}

.dc-title span {
  color: var(--dc-gold);
}

.dc-subtitle {
  max-width: 448px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.85);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  text-shadow: 0 2px 10px rgba(0,0,0,.8);
}

.dc-cta-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
}

.dc-btn {
  display: flex;
  width: 152px;
  max-width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: .2s ease;
}

.dc-btn .dc-icon {
  width: 20px;
  height: 20px;
}

.dc-btn-gold {
  background: var(--dc-gold);
  color: var(--dc-dark) !important;
  box-shadow: 0 8px 24px rgba(229,169,39,.3);
}

.dc-btn-gold:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.dc-btn-outline {
  border: 1.5px solid var(--dc-gold);
  color: var(--dc-gold) !important;
}

.dc-btn-outline:hover {
  background: rgba(229,169,39,.15);
}

/* SERVICES */
.dc-services {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 896px;
  margin: 0 auto;
  padding: 0 16px;
}

.dc-service-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dc-service-card {
  display: grid;
  grid-template-columns: 40% 1fr;
  overflow: hidden;
  border: 1px solid rgba(229,169,39,.5);
  border-radius: 16px;
  background: rgba(0,0,0,.4);
  box-shadow: 0 10px 30px rgba(0,0,0,.5);
  transition: .3s ease;
}

.dc-service-card:hover {
  border-color: var(--dc-gold);
  box-shadow: 0 0 30px rgba(229,169,39,.25);
}

.dc-card-image {
  position: relative;
  min-height: 140px;
  overflow: hidden;
}

.dc-card-image img {
  width: 100%;
  height: 100%;
  min-height: 140px;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .5s ease;
}

.dc-service-card:hover .dc-card-image img {
  transform: scale(1.05);
}

.dc-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 20px 16px;
}

.dc-card-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dc-card-heading .dc-icon {
  width: 24px;
  height: 24px;
  color: var(--dc-gold);
}

.dc-card-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.dc-gold-rule {
  display: block;
  width: 40px;
  height: 2px;
  border-radius: 999px;
  background: var(--dc-gold);
}

.dc-card-body p {
  margin: 0;
  color: rgba(255,255,255,.75);
  font-size: 12px;
  line-height: 1.65;
}

.dc-explore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--dc-gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.dc-explore .dc-icon {
  width: 16px;
  height: 16px;
}

/* TRUST BAR */
.dc-trust {
  width: 100%;
  max-width: 1152px;
  margin: 32px auto 0;
  padding: 0 20px 40px;
}

.dc-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 32px;
}

.dc-trust-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0 4px;
  text-align: center;
}

.dc-trust-item + .dc-trust-item {
  border-left: 1px solid rgba(255,255,255,.1);
}

.dc-trust-item .dc-icon {
  width: 24px;
  height: 24px;
  color: var(--dc-gold);
}

.dc-trust-item span {
  color: rgba(255,255,255,.85);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .025em;
  text-transform: uppercase;
}

/* DRAWER */
.dc-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 99990;
  background: rgba(0,0,0,.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity .3s ease;
}

.dc-drawer-overlay.is-open {
  opacity: 1;
}

.dc-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 80%;
  max-width: 340px;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-left: 1px solid rgba(229,169,39,.4);
  background: rgba(10,10,12,.98);
  padding: 24px 28px 32px;
  backdrop-filter: blur(18px);
  transform: translateX(100%);
  visibility: hidden;
  transition: transform .3s ease, visibility .3s ease;
}

.dc-drawer.is-open {
  transform: translateX(0);
  visibility: visible;
}

.dc-drawer-head {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dc-drawer-brand {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .03em;
}

.dc-drawer-brand span {
  color: var(--dc-gold);
}

.dc-drawer-close {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--dc-gold);
  cursor: pointer;
}

.dc-drawer-close .dc-icon {
  width: 28px;
  height: 28px;
}

.dc-drawer-nav {
  display: flex;
  flex-direction: column;
}

.dc-drawer-nav a {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding: 16px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: color .2s ease;
}

.dc-drawer-nav a:hover {
  color: var(--dc-gold);
}

.dc-drawer-nav .dc-icon {
  width: 20px;
  height: 20px;
  color: var(--dc-gold);
}

.dc-drawer-email {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  color: rgba(255,255,255,.7) !important;
  font-size: 13px;
}

.dc-drawer-email .dc-icon {
  width: 16px;
  height: 16px;
  color: var(--dc-gold);
}

body.dc-menu-locked {
  overflow: hidden;
}

/* ANIMATION */
@keyframes dcRiseIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.dc-rise {
  opacity: 0;
  animation: dcRiseIn .7s cubic-bezier(.22,1,.36,1) forwards;
}

.dc-delay-1 { animation-delay: .1s; }
.dc-delay-2 { animation-delay: .18s; }
.dc-delay-3 { animation-delay: .26s; }
.dc-delay-card-2 { animation-delay: .4s; }
.dc-delay-card-3 { animation-delay: .5s; }

@media (prefers-reduced-motion: reduce) {
  .dc-rise {
    opacity: 1;
    animation: none;
  }
  .dc-v0-home *,
  .dc-v0-home *::before,
  .dc-v0-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (min-width: 640px) {
  .dc-logo-wrap { margin-top: -112px; }
  .dc-logo { width: 260px; }
  .dc-card-image,
  .dc-card-image img { min-height: 170px; }
  .dc-card-body { padding: 24px; }
  .dc-card-heading .dc-icon { width: 28px; height: 28px; }
  .dc-card-heading h2 { font-size: 18px; }
  .dc-card-body p,
  .dc-explore { font-size: 14px; }
  .dc-trust-item .dc-icon { width: 28px; height: 28px; }
  .dc-trust-item span { font-size: 12px; }
}

@media (min-width: 768px) {
  .dc-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .dc-logo-wrap { margin-top: -132px; }
  .dc-logo { width: 300px; }

  .dc-hero-copy {
    padding-bottom: 56px;
  }

  .dc-title {
    font-size: 60px;
  }

  .dc-subtitle {
    font-size: 18px;
  }

  .dc-services {
    padding-left: 32px;
    padding-right: 32px;
  }

  .dc-service-stack {
    gap: 24px;
  }

  .dc-card-heading h2 {
    font-size: 20px;
  }

  .dc-trust {
    padding-left: 32px;
    padding-right: 32px;
  }

  .dc-trust-grid {
    padding-top: 40px;
  }

  .dc-trust-item .dc-icon {
    width: 32px;
    height: 32px;
  }
}

/* Match the mobile-first v0 crop more closely */
@media (max-width: 767px) {
  .dc-hero {
    min-height: 720px;
  }

  .dc-hero-bg {
    background-size: auto 100%;
    background-position: 56% 42%;
  }

  .dc-hero-copy {
    position: relative;
  }
}

@media (max-width: 420px) {
  .dc-card-body {
    padding: 18px 13px;
    gap: 10px;
  }

  .dc-card-heading {
    gap: 9px;
  }

  .dc-card-heading h2 {
    font-size: 12px;
  }

  .dc-card-body p {
    font-size: 11px;
  }

  .dc-trust {
    padding-left: 12px;
    padding-right: 12px;
  }

  .dc-trust-item span {
    font-size: 9px;
  }
}

/* WordPress admin bar */
body.admin-bar .dc-drawer {
  top: 32px;
  height: calc(100dvh - 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar .dc-drawer {
    top: 46px;
    height: calc(100dvh - 46px);
  }
}
