/* ==========================================================
   Desert Scenes Landscape & Aquascapes, St. George UT
   Theme sampled from the Desert Scenes logo
   ========================================================== */
:root {
  /* sampled from logo */
  --maroon:      #573939;  /* "DESERT SCENES" lettering */
  --mauve:       #936A5B;  /* frame lines, laurels */
  --rust:        #82594A;
  --clay:        #AA745E;
  --sand:        #E6BB87;  /* banner tags + ribbon */
  --sand-dark:   #BC8E58;  /* ribbon shading */
  --sand-light:  #F7D1A2;
  --stone:       #D3C7AF;  /* cream offset shadow */
  --cream:       #FEFBF6;
  --horn:        #776C66;
  --horn-dark:   #5E5A57;
  /* derived */
  --maroon-deep: #3F2929;
  --parchment:   #F6EEE2;
  --line:        #E4D8C4;
  --white:       #FFFFFF;
  --water:       #5F8580;
  --water-bg:    #EAF0EC;

  --radius: 12px;
  --shadow: 0 10px 28px rgba(87, 57, 57, .09);
  --font-head: "Bitter", Georgia, serif;
  --font-label: "Cinzel", "Times New Roman", serif;
  --font-accent: "Rye", Georgia, serif;
  --font-body: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.65;
  color: var(--maroon);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: var(--rust); }
h1, h2, h3 { font-family: var(--font-head); font-weight: 700; line-height: 1.15; margin: 0 0 .5em; color: var(--maroon); }
h1 { font-size: clamp(2.1rem, 4.4vw, 3.1rem); font-weight: 800; letter-spacing: -.01em; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); }
h3 { font-size: 1.3rem; }
p  { margin: 0 0 1em; }
address { font-style: normal; }

.container { width: min(1140px, 100% - 2.5rem); margin-inline: auto; }
.muted { color: var(--horn); font-size: .95rem; }

/* ---------- Ribbon labels (echo the EST. / 2017 tags) ---------- */
.ribbon {
  display: inline-block; margin: 0 0 1rem;
  font-family: var(--font-label); font-weight: 700; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--maroon); background: var(--sand);
  padding: .4rem 1.6rem .35rem;
  clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 14px 100%, 0 50%);
}
.ribbon-dark { background: var(--sand); color: var(--maroon); }

/* ---------- Flourish divider (skull between rules) ---------- */
.flourish { display: flex; align-items: center; justify-content: center; gap: .9rem; margin: .25rem auto 1.25rem; max-width: 280px; }
.flourish span { flex: 1; height: 5px; border-top: 1px solid var(--mauve); border-bottom: 1px solid var(--mauve); opacity: .7; }
.flourish img { width: 44px; height: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; text-decoration: none; font-weight: 700; letter-spacing: .02em;
  padding: .85rem 1.6rem; border-radius: 6px; border: 2px solid transparent;
  transition: background .2s, color .2s, border-color .2s, transform .2s;
  cursor: pointer; font-family: inherit; font-size: 1rem; text-align: center;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--sand); color: var(--maroon); border-color: var(--sand-dark); box-shadow: 0 3px 0 var(--sand-dark); }
.btn-primary:hover { background: var(--maroon); color: var(--cream); border-color: var(--maroon); box-shadow: 0 3px 0 var(--maroon-deep); }
.btn-ghost { border-color: var(--maroon); color: var(--maroon); background: transparent; }
.btn-ghost:hover { background: var(--maroon); color: var(--cream); }
.btn-small { padding: .5rem 1.1rem; font-size: .95rem; background: var(--sand); border-color: var(--sand-dark); box-shadow: 0 2px 0 var(--sand-dark); }
.btn-small:hover { background: var(--maroon); border-color: var(--maroon); }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(254, 251, 246, .96);
  backdrop-filter: blur(8px);
  border-bottom: 4px double var(--stone);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 84px; }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; color: var(--maroon); }
.brand-logo { width: 110px; height: auto; flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; padding-left: .75rem; border-left: 1px solid var(--stone); }
.brand-name { font-family: var(--font-head); font-weight: 800; font-size: 1.25rem; letter-spacing: .01em; }
.brand-sub { font-family: var(--font-label); font-weight: 700; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--mauve); margin-top: .2rem; }
.site-nav { display: flex; align-items: center; gap: 1.75rem; }
.site-nav a { color: var(--maroon); text-decoration: none; font-weight: 600; font-size: 1rem; }
.site-nav a:not(.btn):hover { color: var(--rust); text-decoration: underline; text-decoration-color: var(--sand); text-decoration-thickness: 3px; text-underline-offset: 6px; }
.site-nav a.btn-small { color: var(--maroon); }
.site-nav a.btn-small:hover { color: var(--cream); }
.nav-toggle, .nav-toggle-label { display: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative; text-align: center;
  background:
    radial-gradient(900px 420px at 50% 0%, rgba(247, 209, 162, .45), transparent 70%),
    linear-gradient(180deg, var(--cream) 0%, #FAF1E4 100%);
  padding: 1.5rem 0 0;
}
.hero-inner { display: flex; flex-direction: column; align-items: center; }
.hero-logo { width: min(380px, 86vw); height: auto; margin-bottom: 1.1rem; filter: drop-shadow(0 6px 14px rgba(87, 57, 57, .12)); }
.hero h1 { max-width: 28ch; }
.lead { font-size: 1.15rem; color: var(--rust); max-width: 52rem; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .9rem; margin: .5rem 0 .9rem; }
.hero-contact { color: var(--horn); font-size: 1rem; margin-bottom: 1.5rem; }
.hero-contact a { font-weight: 700; text-decoration: none; color: var(--maroon); }
.hero-scene { line-height: 0; }
.hero-scene svg { width: 100%; height: 220px; }

/* ---------- Sections ---------- */
.section { padding: 5rem 0; }
.section-alt { background: var(--parchment); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { text-align: center; max-width: 42rem; margin: 0 auto 3rem; }
.section-head h2 { margin-bottom: .35rem; }
.section-head p:last-child { color: var(--rust); }

/* ---------- Cards / Services ---------- */
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.card {
  position: relative;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.9rem; box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s;
}
.card::after { /* thin inset frame, like the badge border */
  content: ""; position: absolute; inset: 6px; border: 1px solid rgba(211, 199, 175, .6); border-radius: 8px; pointer-events: none;
}
.card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(87, 57, 57, .13); }
.card p { color: var(--rust); margin: 0; font-size: 1rem; }
.card h3 { margin-bottom: .45rem; }
.card-icon {
  width: 54px; height: 54px; border-radius: 10px; margin-bottom: 1.1rem;
  background: linear-gradient(135deg, var(--sand-light), var(--sand));
  display: grid; place-items: center;
}
.card-icon svg { width: 27px; height: 27px; fill: none; stroke: var(--maroon); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card-icon-lg { width: 66px; height: 66px; }
.card-icon-lg svg { width: 33px; height: 33px; }
.card-tag {
  font-family: var(--font-label); font-size: .74rem !important; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--mauve) !important; margin: 0 0 .3rem !important;
}
.card-lead {
  grid-column: 1 / -1;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 2.5rem; align-items: center;
  padding: 2.4rem;
  background: linear-gradient(120deg, #FFF7EC 0%, var(--white) 70%);
  border-color: var(--sand);
  border-top: 5px solid var(--sand);
}
.card-lead h3 { font-size: 1.85rem; }
.checklist { list-style: none; margin: 0; padding: 1.5rem 1.75rem; background: var(--parchment); border: 1px solid var(--line); border-radius: 10px; display: grid; gap: .6rem; }
.checklist li { position: relative; padding-left: 1.8rem; font-weight: 600; color: var(--maroon); }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: .32em; width: 17px; height: 17px; border-radius: 50%;
  background: var(--maroon) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.5l2.5 2.5L12 5.5' fill='none' stroke='%23E6BB87' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% no-repeat;
}
.card-water { background: linear-gradient(140deg, var(--water-bg) 0%, var(--white) 75%); border-color: #CFDCD6; }
.card-icon-water { background: linear-gradient(135deg, #D6E4DF, #AFC8C1); }
.card-icon-water svg { stroke: #3F625D; }
.card-tag-water { color: var(--water) !important; }

/* ---------- Audience + steps ---------- */
.audience { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 3.5rem; scroll-margin-top: 100px; }
.audience-card { background: var(--white); border: 1px solid var(--line); border-left: 5px solid var(--maroon); border-radius: var(--radius); padding: 1.75rem; box-shadow: var(--shadow); }
.audience-card:last-child { border-left-color: var(--sand); }
.audience-card p { margin: 0; color: var(--rust); }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.step { text-align: center; padding: 0 .5rem; }
.step-num {
  display: inline-grid; place-items: center; width: 58px; height: 58px; border-radius: 50%;
  background: var(--maroon); color: var(--sand); font-family: var(--font-accent); font-size: 1.5rem;
  margin-bottom: 1rem; box-shadow: 0 0 0 4px var(--parchment), 0 0 0 6px var(--sand);
}
.step p { color: var(--rust); margin: 0; }

/* ---------- Service area ---------- */
.area-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.area-list { list-style: none; padding: 0; margin: 1.25rem 0 1.5rem; display: flex; flex-wrap: wrap; gap: .6rem; }
.area-list li {
  background: var(--white); border: 1px solid var(--stone); border-radius: 6px;
  padding: .4rem 1rem .4rem 2rem; font-weight: 600; position: relative;
}
.area-list li::before {
  content: ""; position: absolute; left: .85rem; top: 50%; width: 9px; height: 9px; margin-top: -4.5px;
  transform: rotate(45deg); background: var(--sand-dark);
}
.area-art svg { width: 100%; height: auto; border-radius: 18px; box-shadow: var(--shadow); }

/* ---------- Reviews placeholder ---------- */
.reviews { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; max-width: 900px; margin: 0 auto; }
.review { margin: 0; padding: 2rem; border-radius: var(--radius); background: var(--cream); }
.placeholder-box { border: 2px dashed var(--sand-dark); color: var(--horn); }
.review p { font-family: var(--font-head); font-size: 1.2rem; color: var(--rust); }
.review cite { font-style: normal; font-weight: 700; font-size: .95rem; color: var(--horn-dark); }

/* ---------- Contact ---------- */
.contact {
  background:
    radial-gradient(700px 380px at 0% 100%, rgba(170, 116, 94, .35), transparent 65%),
    var(--maroon);
  color: #F1E4D2;
  border-top: 6px double var(--sand);
}
.contact h2 { color: var(--cream); }
.contact-inner { display: grid; grid-template-columns: 1fr 1.15fr; gap: 3.5rem; align-items: start; }
.contact-list { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 1rem; }
.contact-list li { display: flex; align-items: center; gap: .85rem; }
.contact-list svg { width: 22px; height: 22px; fill: none; stroke: var(--sand); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.contact-list a { color: var(--cream); text-decoration: none; font-weight: 700; }
.contact-list a:hover { text-decoration: underline; text-decoration-color: var(--sand); }
.contact-list address { color: var(--cream); font-weight: 600; line-height: 1.45; }

.quote-form {
  background: var(--cream); color: var(--maroon); border-radius: 14px; padding: 2rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .28), inset 0 0 0 1px var(--stone); display: grid; gap: 1rem;
  border-top: 6px solid var(--sand);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.quote-form label { display: grid; gap: .35rem; font-weight: 700; font-size: .92rem; color: var(--maroon); }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%; font: inherit; font-weight: 400; font-size: 1rem; color: var(--maroon);
  padding: .7rem .85rem; border: 1px solid var(--stone); border-radius: 8px; background: var(--white);
}
.quote-form ::placeholder { color: #9C8F87; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus {
  outline: none; border-color: var(--sand-dark); box-shadow: 0 0 0 3px rgba(230, 187, 135, .45);
}

/* ---------- Footer ---------- */
.site-footer { background: var(--parchment); color: var(--rust); padding: 3rem 0 1.5rem; font-size: .98rem; border-top: 4px double var(--stone); }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--line); align-items: start; }
.footer-logo { width: 150px; margin-bottom: .75rem; }
.footer-brand { font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; color: var(--maroon); margin-bottom: .3rem; }
.footer-links, .footer-contact { display: grid; gap: .45rem; align-content: start; }
.site-footer a { color: var(--maroon); text-decoration: none; font-weight: 600; }
.site-footer a:hover { color: var(--rust); text-decoration: underline; text-decoration-color: var(--sand); }
.footer-contact address { color: var(--maroon); margin-bottom: .25rem; }
.footer-bottom { padding-top: 1.25rem; font-size: .88rem; color: var(--horn); }
.footer-bottom p { margin: 0; }

/* ==========================================================
   Responsive
   ========================================================== */
@media (max-width: 960px) {
  .area-inner, .contact-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .card-lead { grid-template-columns: 1fr; gap: 1.5rem; }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 2.5rem; }
}

@media (max-width: 900px) {
  .nav-toggle-label {
    display: flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; cursor: pointer; border-radius: 8px; border: 1px solid var(--stone);
  }
  .nav-toggle-label span, .nav-toggle-label span::before, .nav-toggle-label span::after {
    display: block; width: 22px; height: 2px; background: var(--maroon); border-radius: 2px; position: relative;
  }
  .nav-toggle-label span::before, .nav-toggle-label span::after { content: ""; position: absolute; left: 0; }
  .nav-toggle-label span::before { top: -7px; }
  .nav-toggle-label span::after  { top: 7px; }
  .site-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--cream); border-bottom: 4px double var(--stone);
    padding: .5rem 1.25rem 1.25rem;
    display: none;
  }
  .site-nav a { padding: .8rem 0; border-bottom: 1px solid var(--line); }
  .site-nav a.btn-small { margin-top: 1rem; border-bottom: 2px solid var(--sand-dark); padding: .8rem; }
  .nav-toggle:checked ~ .site-nav { display: flex; }
}

@media (max-width: 640px) {
  body { font-size: 17px; }
  .section { padding: 3.75rem 0; }
  .header-inner { height: 72px; }
  .brand { gap: .55rem; }
  .brand-logo { width: 84px; }
  .brand-text { padding-left: .55rem; }
  .brand-name { font-size: 1.08rem; }
  .brand-sub { font-size: .58rem; letter-spacing: .1em; }
  .hero { padding-top: 1.5rem; }
  .hero-scene svg { height: 115px; }
  .hero .ribbon { font-size: .6rem; letter-spacing: .07em; white-space: nowrap; padding-inline: 1.1rem; }
  .lead { font-size: 1.08rem; }
  .services-grid, .audience, .steps, .reviews, .form-row, .footer-inner { grid-template-columns: 1fr; }
  .steps { gap: 2.25rem; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { flex: 1 1 100%; }
  .card-lead { padding: 1.6rem; }
  .card-lead h3 { font-size: 1.5rem; }
  .checklist { padding: 1.25rem; }
  .quote-form { padding: 1.5rem; }
  .section-head { margin-bottom: 2.25rem; }
  .ribbon { font-size: .72rem; letter-spacing: .12em; padding: .38rem 1.3rem .33rem; }
}

/* Honeypot field for FormSubmit (_honey): hidden from people, bots fill it in */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.footer-contact span { color: var(--rust); }
.contact-list a { overflow-wrap: anywhere; }

/* ---------- Thank-you page ---------- */
.thanks-page { min-height: 100vh; display: flex; flex-direction: column; }
.thanks-main { flex: 1; display: grid; place-items: center; text-align: center; padding: 3rem 0 0;
  background: radial-gradient(900px 420px at 50% 0%, rgba(247, 209, 162, .45), transparent 70%), linear-gradient(180deg, var(--cream) 0%, #FAF1E4 100%); }
.thanks-card { max-width: 40rem; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.thanks-card .hero-logo { width: min(300px, 76vw); }
.thanks-card p { color: var(--rust); font-size: 1.15rem; }
.thanks-card .btn { margin-top: .75rem; }
.thanks-main .hero-scene { width: 100%; margin-top: 2.5rem; align-self: end; }
.thanks-page .site-footer { padding: 0 0 1.25rem; }
.thanks-page .footer-bottom { border-top: 0; }
.thanks-main { padding-top: 1.75rem; }
.thanks-card .hero-logo { width: min(240px, 70vw); margin-bottom: .75rem; }
.thanks-card h1 { margin-bottom: .35rem; }
.thanks-card p { margin-bottom: .6rem; }
.thanks-main .hero-scene { margin-top: 1.25rem; }
.thanks-main .hero-scene svg { height: 170px; }
