:root {
  --cream: #fbf7ee;
  --cream-2: #f6efe2;
  --sand: #eadfcf;
  --seafoam: #8fb8a8;
  --seafoam-dark: #1f6a55;
  --charcoal: #25302f;
  --navy: #102f46;
  --muted: #64706d;
  --line: rgba(37,48,47,.13);
  --white: #fffdf8;
  --shadow: 0 18px 60px rgba(31,42,40,.10);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; background: var(--navy); color: white; padding: 12px 16px; z-index: 99; }
.skip-link:focus { left: 12px; }

.top-strip {
  background: var(--navy);
  color: white;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 40px;
  font-size: 15px;
}

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(251,247,238,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav { display: flex; justify-content: space-between; align-items: center; min-height: 92px; gap: 28px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { width: 62px; height: 62px; border-radius: 999px; object-fit: cover; }
.brand strong { display: block; font-size: clamp(25px, 3vw, 39px); line-height: .9; text-transform: uppercase; letter-spacing: -.04em; color: var(--navy); }
.brand strong span { color: var(--seafoam-dark); }
.brand small { font-size: .52em; letter-spacing: -.02em; }
.brand em { display: block; margin-top: 6px; font-size: 13px; font-style: normal; color: var(--muted); }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }
.nav-links a { text-decoration: none; }
.nav-button { background: var(--seafoam-dark); color: white; padding: 13px 18px; border-radius: 12px; }

.hero { display: grid; grid-template-columns: .95fr 1.05fr; gap: 36px; align-items: center; padding: 76px 0 42px; }
.eyebrow, .section-kicker { color: var(--seafoam-dark); font-weight: 800; margin: 0 0 18px; }
h1, h2, h3 { margin: 0; line-height: 1.05; color: var(--navy); letter-spacing: -.035em; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 7vw, 88px); }
h1 span { color: var(--seafoam-dark); font-style: italic; font-weight: 500; }
.lead { font-size: clamp(19px, 2.2vw, 24px); max-width: 680px; color: #31403e; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin: 30px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 24px; border-radius: 12px; text-decoration: none; font-weight: 900; font-size: 16px; letter-spacing: .01em; }
.button.primary { background: var(--seafoam-dark); color: white; box-shadow: 0 14px 26px rgba(31,106,85,.18); }
.button.secondary { background: transparent; border: 2px solid var(--seafoam-dark); color: var(--seafoam-dark); }
.button.small { min-height: 48px; font-size: 14px; padding-inline: 18px; }
.quote { margin: 22px 0 0; padding-left: 18px; border-left: 5px solid var(--seafoam); font-family: Georgia, serif; color: #35413f; font-size: 21px; max-width: 560px; }
.quote cite { display: block; margin-top: 6px; color: var(--seafoam-dark); font-style: italic; }

.hero-visual { position: relative; min-height: 610px; border-radius: 36px; overflow: hidden; background: linear-gradient(135deg, #fbf7ee 0%, #e4efea 100%); box-shadow: var(--shadow); }
.home-card { position: absolute; inset: 60px 30px auto auto; width: 78%; height: 320px; opacity: .9; }
.home-roof { height: 70px; background: #d8c8b4; clip-path: polygon(5% 100%, 28% 0, 94% 0, 100% 100%); }
.home-body { height: 190px; background: #efe8dd; border: 4px solid rgba(16,47,70,.12); display: flex; align-items: center; justify-content: space-around; padding: 24px; }
.window { width: 78px; height: 70px; background: #d0e3dc; border: 6px solid #f9f7ef; box-shadow: inset 0 0 0 2px rgba(16,47,70,.12); }
.door { width: 70px; height: 120px; background: #9d896e; border: 6px solid #f9f7ef; align-self: flex-end; }
.driveway { width: 280px; height: 92px; background: rgba(218,209,193,.7); transform: skewX(-22deg); margin-left: 120px; }
.hero-portrait { position: absolute; right: 18px; bottom: -18px; width: min(560px, 72%); filter: drop-shadow(0 18px 35px rgba(15,34,32,.20)); }
.clipboard { position: absolute; right: 32px; bottom: 70px; width: 210px; background: #fffaf0; border: 3px solid #795f42; border-radius: 16px; padding: 18px; transform: rotate(2deg); box-shadow: 0 18px 40px rgba(40,30,20,.16); }
.clipboard strong { text-transform: uppercase; color: var(--navy); font-size: 16px; }
.clipboard ul { margin: 12px 0 0; padding-left: 20px; font-size: 15px; }

.trust { display: grid; grid-template-columns: repeat(4,1fr); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); margin-top: 18px; overflow: hidden; }
.trust article { padding: 30px; border-right: 1px solid var(--line); }
.trust article:last-child { border-right: 0; }
.icon, .big-icon, .line-icon, .process-icon { color: var(--seafoam-dark); }
.icon { width: 54px; height: 54px; border-radius: 999px; border: 2px solid var(--seafoam); display: grid; place-items: center; font-weight: 900; font-size: 24px; }
.trust h2 { font-family: inherit; font-size: 19px; margin-top: 16px; letter-spacing: -.02em; }
.trust p { margin-bottom: 0; color: #3f4a48; font-size: 16px; }

.section { padding: 80px 0 24px; text-align: center; }
.section h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 5vw, 56px); }
.section-sub { color: var(--muted); max-width: 760px; margin: 12px auto 36px; font-size: 19px; }
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 30px; }
.price-grid article, .help-grid article, .difference-grid article, .process-grid article, .bottom-cards article { background: var(--white); border: 1px solid var(--line); border-radius: 22px; padding: 32px; box-shadow: 0 12px 40px rgba(31,42,40,.05); }
.big-icon { width: 76px; height: 76px; margin: 0 auto 18px; border-radius: 999px; background: #e5f0eb; display: grid; place-items: center; font-size: 28px; font-weight: 900; }
.price-grid h3, .help-grid h3, .difference-grid h3, .process-grid h3 { text-transform: uppercase; font-size: 21px; letter-spacing: -.02em; }
.price-grid p, .help-grid p, .difference-grid p, .process-grid p { color: #46514f; margin-bottom: 0; }
.real-talk { margin: 26px auto 0; max-width: 930px; background: #e7efe9; color: #244739; border-radius: 14px; padding: 18px 22px; font-weight: 750; }
.help-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; text-align: left; }
.line-icon { font-size: 36px; margin-bottom: 18px; }

.difference { background: linear-gradient(180deg, transparent 0%, #f4ecdf 20%, #f4ecdf 100%); }
.difference-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; text-align: left; }
.difference-grid span { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 999px; background: var(--seafoam-dark); color: white; font-weight: 900; margin-bottom: 18px; }

.process-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; text-align: center; }
.step-number { width: 42px; height: 42px; display: grid; place-items: center; margin: -52px auto 18px; border-radius: 999px; background: var(--seafoam-dark); color: white; font-weight: 900; border: 6px solid var(--cream); }
.process-icon { font-size: 38px; margin-bottom: 18px; }
.process-grid article { margin-top: 34px; }

.bottom-cards { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 20px; padding: 54px 0 80px; }
.bottom-cards article { text-align: left; }
.bottom-cards h2 { font-family: Georgia, serif; font-size: 31px; margin-bottom: 12px; }
.checklist-card { display: grid; grid-template-columns: 150px 1fr; gap: 22px; align-items: center; }
.mini-sheet { background: white; border: 1px solid var(--line); border-radius: 14px; padding: 16px; min-height: 190px; transform: rotate(-3deg); box-shadow: 0 14px 30px rgba(0,0,0,.08); }
.mini-sheet strong { display: block; color: var(--navy); margin-bottom: 18px; }
.mini-sheet span { display: block; height: 9px; background: #dbe6e1; border-radius: 999px; margin: 14px 0; }
.florida-line { margin-top: 24px; color: var(--seafoam-dark); font-weight: 900; font-size: 14px; letter-spacing: .06em; }
.site-footer { background: var(--navy); color: white; padding: 22px 0; font-size: 14px; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; opacity: .92; }

@media (max-width: 980px) {
  .top-strip { display: none; }
  .nav { align-items: flex-start; padding: 18px 0; }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 48px; }
  .hero-visual { min-height: 520px; }
  .trust { grid-template-columns: repeat(2,1fr); }
  .trust article:nth-child(2) { border-right: 0; }
  .price-grid, .help-grid, .difference-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2,1fr); row-gap: 34px; }
  .bottom-cards { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 17px; }
  .wrap { width: min(100% - 26px, 1180px); }
  .brand img { width: 52px; height: 52px; }
  .brand strong { font-size: 25px; }
  .brand em { display: none; }
  h1 { font-size: 49px; }
  .lead { font-size: 19px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 440px; border-radius: 24px; }
  .hero-portrait { width: 82%; right: -28px; }
  .clipboard { right: 12px; bottom: 32px; width: 172px; padding: 13px; }
  .clipboard ul { font-size: 13px; }
  .home-card { opacity: .5; width: 98%; right: -60px; }
  .trust { grid-template-columns: 1fr; }
  .trust article { border-right: 0; border-bottom: 1px solid var(--line); padding: 24px; }
  .trust article:last-child { border-bottom: 0; }
  .section { padding-top: 62px; }
  .section h2 { font-size: 38px; }
  .price-grid article, .help-grid article, .difference-grid article, .process-grid article, .bottom-cards article { padding: 24px; }
  .process-grid { grid-template-columns: 1fr; }
  .checklist-card { grid-template-columns: 1fr; }
}


/* Updated hero slogan styling */
.hero h1 .sold-line{
  color: var(--seafoam-dark);
  font-style: italic;
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
}

.hero h1 .sold-line::before,
.hero h1 .sold-line::after{
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  height: 3px;
  background: var(--seafoam-dark);
  border-radius: 999px;
  opacity: .85;
}

.hero h1 .sold-line::before{
  bottom: 8px;
  transform: rotate(-1.2deg);
}

.hero h1 .sold-line::after{
  bottom: 1px;
  transform: rotate(.8deg);
}

.florida-scene{
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(to bottom, rgba(255,255,255,.08), rgba(255,255,255,.04)),
    url('assets/hero-bg.jpg') center/cover no-repeat;
  border-radius: 32px;
  min-height: 560px;
  box-shadow: var(--shadow);
}

.hero-portrait{
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 370px;
  z-index: 2;
}

.sticky-note{
  position: absolute;
  top: 38px;
  left: 36px;
  background: #f9e27d;
  padding: 18px 20px;
  border-radius: 6px;
  transform: rotate(-2deg);
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  z-index: 3;
}

.sticky-note::before{
  content: "";
  width: 18px;
  height: 18px;
  background: #c43737;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: calc(50% - 9px);
  box-shadow: 0 3px 8px rgba(0,0,0,.2);
}


/* FINAL CUSTOM HERO PRESENTATION */
.hero{
  align-items:center;
}

.hero-scene-custom{
  position:relative;
  min-height:620px !important;
  width:100%;
  display:block !important;
  overflow:visible !important;
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

.hero-scene-custom img{
  position:absolute;
  top:50%;
  right:-7vw;
  transform:translateY(-50%);
  width:min(980px, 64vw);
  height:600px;
  object-fit:cover;
  object-position:center center;
  border-radius:36px 0 0 36px;
  box-shadow:0 30px 90px rgba(13, 31, 45, .18);
  display:block;
}

/* Kill the old stacked-card hero pieces if browser cache or older markup tries to render them */
.hero-bg-image,
.hero-portrait,
.sticky-note,
.hero-card,
.hero-house,
.hero-circle,
.hero-photo-card,
.full-hero-scene{
  display:none !important;
}

/* Keep the handwritten underline under the final line */
.sold-line{
  color:#2f7567;
  font-style:italic;
  position:relative;
  display:inline-block;
  padding-bottom:18px;
}

.sold-line::before,
.sold-line::after{
  content:"";
  position:absolute;
  left:2px;
  right:2px;
  height:3px;
  background:#2f7567;
  border-radius:999px;
  opacity:.9;
}

.sold-line::before{
  bottom:8px;
  transform:rotate(-1.1deg);
}

.sold-line::after{
  bottom:1px;
  transform:rotate(.7deg);
}

@media (max-width: 980px){
  .hero-scene-custom{
    min-height:420px !important;
    margin-top:28px;
    overflow:hidden !important;
    border-radius:28px;
  }

  .hero-scene-custom img{
    position:relative;
    top:auto;
    right:auto;
    transform:none;
    width:100%;
    height:420px;
    border-radius:28px;
  }
}


/* FINAL HERO FIX */
.hero{
  align-items:center !important;
  gap:20px !important;
}

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

.hero-scene-custom{
  position:relative !important;
  min-height:760px !important;
  width:100% !important;
  overflow:visible !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
}

.hero-scene-custom img{
  position:absolute !important;
  right:-180px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  width:1200px !important;
  max-width:none !important;
  height:auto !important;
  border-radius:0 !important;
  object-fit:cover !important;
  box-shadow:none !important;
}

@media (max-width:980px){

  .hero{
    display:block !important;
  }

  .hero-scene-custom{
    min-height:auto !important;
    margin-top:20px !important;
    overflow:hidden !important;
  }

  .hero-scene-custom img{
    position:relative !important;
    right:auto !important;
    top:auto !important;
    transform:none !important;
    width:100% !important;
    border-radius:24px !important;
  }
}


/* FINAL BLENDED HERO ART */
.hero{
  position:relative;
  align-items:center !important;
  overflow:visible;
}

.hero-copy{
  position:relative;
  z-index:3;
}

.hero-blended-art{
  position:absolute !important;
  top:18px;
  right:0;
  bottom:0;
  width:68vw;
  min-height:760px !important;
  background-image:
    linear-gradient(90deg,
      var(--cream) 0%,
      rgba(250,246,237,.95) 8%,
      rgba(250,246,237,.72) 15%,
      rgba(250,246,237,.28) 24%,
      rgba(250,246,237,.06) 32%,
      rgba(250,246,237,0) 40%),
    url("assets/hero-blended-scene.jpg");
  background-size:contain;
  background-position:78% center;
  background-repeat:no-repeat;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
  z-index:1;
  -webkit-mask-image:
    radial-gradient(ellipse at 72% 50%, black 0%, black 68%, rgba(0,0,0,.65) 82%, transparent 100%);
  mask-image:
    radial-gradient(ellipse at 72% 50%, black 0%, black 68%, rgba(0,0,0,.65) 82%, transparent 100%);
}

/* remove old pasted-card image behavior */
.hero-blended-art img,
.hero-scene-custom img,
.hero-final-image,
.full-hero-scene,
.hero-bg-image,
.hero-portrait,
.sticky-note,
.hero-card,
.hero-house,
.hero-circle,
.hero-photo-card{
  display:none !important;
}

.sold-line{
  color:#2f7567;
  font-style:italic;
  position:relative;
  display:inline-block;
  padding-bottom:18px;
}

.sold-line::before,
.sold-line::after{
  content:"";
  position:absolute;
  left:2px;
  right:2px;
  height:3px;
  background:#2f7567;
  border-radius:999px;
  opacity:.9;
}

.sold-line::before{
  bottom:8px;
  transform:rotate(-1.1deg);
}

.sold-line::after{
  bottom:1px;
  transform:rotate(.7deg);
}

@media (max-width:980px){
  .hero{
    display:block !important;
    overflow:hidden;
  }

  .hero-blended-art{
    position:relative !important;
    top:auto;
    right:auto;
    bottom:auto;
    width:100%;
    min-height:420px !important;
    margin-top:24px;
    border-radius:28px !important;
    background-image:url("assets/hero-blended-scene.jpg");
    background-size:cover;
    background-position:center;
    -webkit-mask-image:none;
    mask-image:none;
  }
}


/* FINAL WEBSITE HERO INTEGRATION */
.hero-integrated{
  position:relative !important;
  min-height:760px !important;
  display:grid !important;
  grid-template-columns:minmax(420px, .9fr) minmax(560px, 1.1fr) !important;
  align-items:center !important;
  gap:0 !important;
  padding:72px 0 70px !important;
  overflow:hidden !important;
}

.hero-integrated .hero-copy{
  position:relative !important;
  z-index:5 !important;
  max-width:620px !important;
  padding-left:clamp(28px, 6vw, 88px) !important;
  padding-right:30px !important;
}

.hero-integrated .hero-subhead{
  max-width:520px !important;
}

.hero-art-layer{
  position:absolute !important;
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  width:68% !important;
  background-image:
    linear-gradient(90deg,
      var(--cream) 0%,
      rgba(250,246,237,.96) 6%,
      rgba(250,246,237,.78) 14%,
      rgba(250,246,237,.38) 24%,
      rgba(250,246,237,.10) 34%,
      rgba(250,246,237,0) 46%),
    url("assets/hero-blended-scene.jpg") !important;
  background-size:cover !important;
  background-position:center right !important;
  background-repeat:no-repeat !important;
  z-index:1 !important;
}

.hero-art-layer::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:
    linear-gradient(180deg,
      rgba(250,246,237,.08) 0%,
      rgba(250,246,237,0) 28%,
      rgba(250,246,237,.16) 100%) !important;
  pointer-events:none !important;
}

.hero-integrated .hero-visual,
.hero-integrated .hero-blended-art,
.hero-integrated .hero-scene-custom,
.hero-integrated img{
  display:none !important;
}

.sold-line{
  color:#2f7567 !important;
  font-style:italic !important;
  position:relative !important;
  display:inline-block !important;
  padding-bottom:18px !important;
}

.sold-line::before,
.sold-line::after{
  content:"" !important;
  position:absolute !important;
  left:2px !important;
  right:2px !important;
  height:3px !important;
  background:#2f7567 !important;
  border-radius:999px !important;
  opacity:.9 !important;
}

.sold-line::before{
  bottom:8px !important;
  transform:rotate(-1.1deg) !important;
}

.sold-line::after{
  bottom:1px !important;
  transform:rotate(.7deg) !important;
}

@media (max-width:980px){
  .hero-integrated{
    display:block !important;
    min-height:auto !important;
    padding:48px 22px !important;
  }

  .hero-integrated .hero-copy{
    padding:0 !important;
    max-width:100% !important;
  }

  .hero-art-layer{
    position:relative !important;
    display:block !important;
    width:100% !important;
    height:430px !important;
    margin-top:28px !important;
    border-radius:28px !important;
    background-image:url("assets/hero-blended-scene.jpg") !important;
    background-size:cover !important;
    background-position:center !important;
    overflow:hidden !important;
  }
}


/* HARD FINAL HERO OVERRIDE */
.hero-custom-final{
  position:relative !important;
  display:grid !important;
  grid-template-columns: 45% 55% !important;
  align-items:center !important;
  min-height:760px !important;
  padding:70px 0 72px !important;
  overflow:hidden !important;
  isolation:isolate !important;
}

.hero-custom-final .hero-copy{
  position:relative !important;
  z-index:3 !important;
  padding-left:clamp(34px, 6vw, 90px) !important;
  padding-right:20px !important;
  max-width:640px !important;
}

.hero-custom-final .hero-art-final{
  position:absolute !important;
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  width:66% !important;
  z-index:1 !important;
  background-image:
    linear-gradient(90deg,
      var(--cream) 0%,
      rgba(250,246,237,.98) 4%,
      rgba(250,246,237,.82) 12%,
      rgba(250,246,237,.38) 24%,
      rgba(250,246,237,.08) 38%,
      rgba(250,246,237,0) 52%),
    url("assets/website-hero-art.jpg") !important;
  background-size:cover !important;
  background-position:center right !important;
  background-repeat:no-repeat !important;
}

.hero-custom-final .hero-art-final:before{
  content:"" !important;
  position:absolute !important;
  left:-140px !important;
  top:0 !important;
  bottom:0 !important;
  width:300px !important;
  background:linear-gradient(90deg, var(--cream), rgba(250,246,237,.75), rgba(250,246,237,0)) !important;
  clip-path: polygon(0 0, 78% 0, 100% 9%, 82% 18%, 96% 31%, 76% 44%, 93% 58%, 72% 72%, 90% 87%, 74% 100%, 0 100%) !important;
}

.hero-custom-final .hero-visual,
.hero-custom-final .hero-blended-art,
.hero-custom-final .hero-scene-custom,
.hero-custom-final .hero-final-image-wrap,
.hero-custom-final img{
  display:none !important;
}

.hero-custom-final .sold-line{
  color:#2f7567 !important;
  font-style:italic !important;
  position:relative !important;
  display:inline-block !important;
  padding-bottom:18px !important;
}

.hero-custom-final .sold-line::before,
.hero-custom-final .sold-line::after{
  content:"" !important;
  position:absolute !important;
  left:2px !important;
  right:2px !important;
  height:3px !important;
  background:#2f7567 !important;
  border-radius:999px !important;
}

.hero-custom-final .sold-line::before{
  bottom:8px !important;
  transform:rotate(-1deg) !important;
}

.hero-custom-final .sold-line::after{
  bottom:1px !important;
  transform:rotate(.75deg) !important;
}

@media (max-width:980px){
  .hero-custom-final{
    display:block !important;
    min-height:auto !important;
    padding:44px 22px !important;
  }
  .hero-custom-final .hero-copy{
    padding:0 !important;
  }
  .hero-custom-final .hero-art-final{
    position:relative !important;
    width:100% !important;
    height:430px !important;
    margin-top:26px !important;
    border-radius:28px !important;
    background-image:url("assets/website-hero-art.jpg") !important;
    background-position:center !important;
    background-size:cover !important;
    overflow:hidden !important;
  }
  .hero-custom-final .hero-art-final:before{
    display:none !important;
  }
}


/* TRUE WEBSITE HERO: full scene, blended into the page */
.hero-full-scene{
  position:relative !important;
  display:grid !important;
  grid-template-columns: 42% 58% !important;
  align-items:center !important;
  min-height:760px !important;
  padding:70px 0 72px !important;
  overflow:hidden !important;
  isolation:isolate !important;
  background:var(--cream) !important;
}

.hero-full-scene .hero-copy{
  position:relative !important;
  z-index:4 !important;
  max-width:640px !important;
  padding-left:clamp(34px, 6vw, 90px) !important;
  padding-right:18px !important;
}

.hero-full-art{
  position:absolute !important;
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  width:78% !important;
  z-index:1 !important;
  background-image:
    linear-gradient(90deg,
      var(--cream) 0%,
      rgba(250,246,237,.98) 7%,
      rgba(250,246,237,.82) 15%,
      rgba(250,246,237,.46) 24%,
      rgba(250,246,237,.16) 34%,
      rgba(250,246,237,0) 46%),
    url("assets/website-hero-full-scene.jpg") !important;
  background-size:cover !important;
  background-position:center right !important;
  background-repeat:no-repeat !important;
}

/* irregular torn/faded left edge so it does not look boxed */
.hero-full-art::before{
  content:"" !important;
  position:absolute !important;
  left:-180px !important;
  top:0 !important;
  bottom:0 !important;
  width:360px !important;
  background:linear-gradient(90deg,
    var(--cream) 0%,
    rgba(250,246,237,.92) 35%,
    rgba(250,246,237,.35) 70%,
    rgba(250,246,237,0) 100%) !important;
  clip-path: polygon(
    0 0, 74% 0, 92% 7%, 78% 15%, 96% 26%,
    76% 38%, 91% 50%, 72% 63%, 94% 77%,
    76% 89%, 88% 100%, 0 100%
  ) !important;
  z-index:2 !important;
}

/* remove any old boxed/thumbnail hero pieces */
.hero-full-scene .hero-visual,
.hero-full-scene .hero-blended-art,
.hero-full-scene .hero-scene-custom,
.hero-full-scene .hero-final-image-wrap,
.hero-full-scene img{
  display:none !important;
}

.hero-full-scene .sold-line{
  color:#2f7567 !important;
  font-style:italic !important;
  position:relative !important;
  display:inline-block !important;
  padding-bottom:18px !important;
}

.hero-full-scene .sold-line::before,
.hero-full-scene .sold-line::after{
  content:"" !important;
  position:absolute !important;
  left:2px !important;
  right:2px !important;
  height:3px !important;
  background:#2f7567 !important;
  border-radius:999px !important;
}

.hero-full-scene .sold-line::before{
  bottom:8px !important;
  transform:rotate(-1deg) !important;
}

.hero-full-scene .sold-line::after{
  bottom:1px !important;
  transform:rotate(.75deg) !important;
}

@media (max-width:980px){
  .hero-full-scene{
    display:block !important;
    min-height:auto !important;
    padding:44px 22px !important;
  }

  .hero-full-scene .hero-copy{
    padding:0 !important;
  }

  .hero-full-art{
    position:relative !important;
    width:100% !important;
    height:430px !important;
    margin-top:26px !important;
    border-radius:28px !important;
    background-image:url("assets/website-hero-full-scene.jpg") !important;
    background-position:center !important;
    background-size:cover !important;
    overflow:hidden !important;
  }

  .hero-full-art::before{
    display:none !important;
  }
}


/* FINAL HERO BLEND FIX */
.hero-full-art{
  width:84% !important;
  background-position:center center !important;
  background-image:
    linear-gradient(
      90deg,
      rgba(250,246,237,.98) 0%,
      rgba(250,246,237,.90) 4%,
      rgba(250,246,237,.58) 8%,
      rgba(250,246,237,.18) 12%,
      rgba(250,246,237,0) 18%
    ),
    url("assets/website-hero-full-scene.jpg") !important;
}

.hero-full-art::before{
  width:160px !important;
  left:-70px !important;
  opacity:.45 !important;
  background:linear-gradient(
    90deg,
    rgba(250,246,237,.85) 0%,
    rgba(250,246,237,.22) 60%,
    rgba(250,246,237,0) 100%
  ) !important;
  clip-path:none !important;
}

@media (max-width:980px){
  .hero-full-art{
    background-position:center center !important;
  }
}


/* TRUE FINAL HERO CORRECTION */
.hero-full-scene{
  overflow:hidden !important;
}

.hero-full-art{
  width:88% !important;
  right:-2% !important;
  background-size:cover !important;
  background-position:center center !important;
  background-image:
    linear-gradient(
      90deg,
      rgba(250,246,237,.96) 0%,
      rgba(250,246,237,.55) 5%,
      rgba(250,246,237,.16) 9%,
      rgba(250,246,237,0) 14%
    ),
    url("assets/website-hero-full-scene.jpg") !important;
}

/* remove giant fog effect entirely */
.hero-full-art::before{
  display:none !important;
}

/* preserve full scene */
.hero-copy{
  position:relative !important;
  z-index:5 !important;
}

/* mobile */
@media (max-width:980px){
  .hero-full-art{
    width:100% !important;
    right:0 !important;
    background-position:center center !important;
  }
}


/* HARD FIX: NO WORDS ON WORDS */
.hero-full-scene,
.hero-custom-final,
.hero-integrated{
  position:relative !important;
  overflow:hidden !important;
  background:var(--cream) !important;
}

.hero-full-scene .hero-copy,
.hero-custom-final .hero-copy,
.hero-integrated .hero-copy{
  position:relative !important;
  z-index:10 !important;
  background:linear-gradient(
    90deg,
    rgba(250,246,237,1) 0%,
    rgba(250,246,237,1) 72%,
    rgba(250,246,237,.94) 86%,
    rgba(250,246,237,.72) 94%,
    rgba(250,246,237,0) 100%
  ) !important;
  padding-top:38px !important;
  padding-bottom:38px !important;
  padding-right:72px !important;
  border-radius:0 !important;
}

/* Keep the image as scenery, but do not let it sit under readable text */
.hero-full-art,
.hero-art-final,
.hero-art-layer{
  width:70% !important;
  right:0 !important;
  left:auto !important;
  z-index:1 !important;
  background-image:url("assets/website-hero-full-scene.jpg") !important;
  background-size:cover !important;
  background-position:center right !important;
  background-repeat:no-repeat !important;
}

/* Remove the fog and torn edge overlays that caused text/image collision */
.hero-full-art::before,
.hero-full-art::after,
.hero-art-final::before,
.hero-art-final::after,
.hero-art-layer::before,
.hero-art-layer::after{
  display:none !important;
}

/* No ghosted old image elements */
.hero-visual,
.hero-blended-art,
.hero-scene-custom,
.hero-final-image-wrap,
.hero-bg-image,
.hero-portrait,
.sticky-note,
.full-hero-scene,
.hero-card,
.hero-house,
.hero-circle,
.hero-photo-card{
  display:none !important;
}

@media (max-width:980px){
  .hero-full-scene .hero-copy,
  .hero-custom-final .hero-copy,
  .hero-integrated .hero-copy{
    background:transparent !important;
    padding-right:0 !important;
  }

  .hero-full-art,
  .hero-art-final,
  .hero-art-layer{
    position:relative !important;
    width:100% !important;
    height:430px !important;
    margin-top:26px !important;
    border-radius:28px !important;
    background-position:center center !important;
  }
}


/* ===== VERIFIED FINAL HERO FIX ===== */
.hero-real-final{
  position:relative !important;
  display:grid !important;
  grid-template-columns: minmax(380px, 42%) minmax(620px, 58%) !important;
  align-items:center !important;
  min-height:740px !important;
  padding:64px 0 66px !important;
  overflow:hidden !important;
  background:var(--cream) !important;
  isolation:isolate !important;
}

.hero-real-final .hero-copy{
  position:relative !important;
  z-index:4 !important;
  max-width:640px !important;
  padding-left:clamp(32px, 6vw, 92px) !important;
  padding-right:48px !important;
  background:linear-gradient(
    90deg,
    rgba(250,246,237,1) 0%,
    rgba(250,246,237,1) 72%,
    rgba(250,246,237,.92) 86%,
    rgba(250,246,237,0) 100%
  ) !important;
}

.hero-real-final .hero-image-stage{
  position:absolute !important;
  inset:0 0 0 auto !important;
  width:76% !important;
  z-index:1 !important;
  overflow:hidden !important;
}

.hero-real-final .hero-image-stage::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:linear-gradient(
    90deg,
    var(--cream) 0%,
    rgba(250,246,237,.92) 9%,
    rgba(250,246,237,.52) 18%,
    rgba(250,246,237,.16) 28%,
    rgba(250,246,237,0) 40%
  ) !important;
}

.hero-real-final .hero-image-stage img{
  position:absolute !important;
  top:0 !important;
  right:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
}

/* hide any old hero art fragments still being targeted by previous CSS */
.hero-real-final .hero-visual,
.hero-real-final .hero-full-art,
.hero-real-final .hero-art-final,
.hero-real-final .hero-art-layer,
.hero-real-final .hero-blended-art,
.hero-real-final .hero-scene-custom,
.hero-real-final .hero-final-image-wrap,
.hero-real-final .hero-bg-image,
.hero-real-final .hero-portrait,
.hero-real-final .sticky-note,
.hero-real-final .full-hero-scene,
.hero-real-final .hero-card,
.hero-real-final .hero-house,
.hero-real-final .hero-circle,
.hero-real-final .hero-photo-card{
  display:none !important;
}

.hero-real-final .sold-line{
  color:#2f7567 !important;
  font-style:italic !important;
  position:relative !important;
  display:inline-block !important;
  padding-bottom:18px !important;
}

.hero-real-final .sold-line::before,
.hero-real-final .sold-line::after{
  content:"" !important;
  position:absolute !important;
  left:2px !important;
  right:2px !important;
  height:3px !important;
  background:#2f7567 !important;
  border-radius:999px !important;
}

.hero-real-final .sold-line::before{
  bottom:8px !important;
  transform:rotate(-1deg) !important;
}

.hero-real-final .sold-line::after{
  bottom:1px !important;
  transform:rotate(.75deg) !important;
}

@media (max-width:980px){
  .hero-real-final{
    display:block !important;
    min-height:auto !important;
    padding:44px 22px 34px !important;
  }

  .hero-real-final .hero-copy{
    padding:0 !important;
    max-width:100% !important;
    background:transparent !important;
  }

  .hero-real-final .hero-image-stage{
    position:relative !important;
    width:100% !important;
    height:430px !important;
    margin-top:26px !important;
    border-radius:28px !important;
  }

  .hero-real-final .hero-image-stage::before{
    display:none !important;
  }

  .hero-real-final .hero-image-stage img{
    object-position:center center !important;
  }
}
