/* Scope: homepage only */
body.dreamyhome26-home{
  --dh26-bg:#fff;
  --dh26-ink:#050505;
  --dh26-muted:#757575;
  --dh26-line:#e7e7e7;

  --dh26-ui:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  --dh26-edit:'Playfair Display',Georgia,'Times New Roman',serif;

  --dh26-ease:cubic-bezier(0.23,1,0.32,1);
  --dh26-shadow-ground:radial-gradient(closest-side, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0) 100%);

  --dh26-max:1400px;
  --dh26-pad-x:16px;
  --dh26-pad-y:86px;

  --dh26-hero-min:420px;
  --dh26-hero-h:44vh;

  --dh26-pill:999px;
  --dh26-card:18px;
}

/* Reset-ish inside our module */
body.dreamyhome26-home .dreamyhome26{
  font-family:var(--dh26-ui);
  color:var(--dh26-ink);
  background:var(--dh26-bg);
}
body.dreamyhome26-home .dreamyhome26 img{ display:block; width:100%; height:auto; }
body.dreamyhome26-home .dreamyhome26 a{ color:inherit; text-decoration:none; }

body.dreamyhome26-home .dreamyhome26-container{
  width:100%;
  max-width:var(--dh26-max);
  margin:0 auto;
  padding:0 var(--dh26-pad-x);
}

/* Reveal */
body.dreamyhome26-home .dreamyhome26-reveal{
  opacity:0;
  transform: translateY(14px);
  transition: opacity .75s var(--dh26-ease), transform .75s var(--dh26-ease);
}
body.dreamyhome26-home .dreamyhome26-reveal--in{
  opacity:1;
  transform: translateY(0);
}

/* SR only */
body.dreamyhome26-home .dreamyhome26-sr-only{
  position:absolute !important;
  width:1px; height:1px;
  padding:0; margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

/* HERO */
body.dreamyhome26-home .dreamyhome26-hero{
  position:relative;
  height:var(--dh26-hero-h);
  min-height:var(--dh26-hero-min);
  display:grid;
  place-items:center;
  overflow:hidden;
}
body.dreamyhome26-home .dreamyhome26-hero-bg{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
  transform:scale(1.02);
  filter:brightness(.92);
}
body.dreamyhome26-home .dreamyhome26-hero-bg--fallback{
  background:
    radial-gradient(900px 380px at 50% 35%, rgba(0,0,0,0.18), rgba(0,0,0,0)),
    linear-gradient(135deg, #1a1a1a, #0f0f0f);
  width:100%; height:100%;
}
body.dreamyhome26-home .dreamyhome26-hero:before{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(1200px 520px at 50% 35%, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.08) 45%, rgba(0,0,0,0.45) 100%),
    linear-gradient(to bottom, rgba(0,0,0,0.20), rgba(0,0,0,0.40));
  z-index:1;
}
body.dreamyhome26-home .dreamyhome26-hero-content{
  position:relative;
  z-index:2;
  text-align:center;
  padding:22px;
  max-width:860px;
  color:#fff;
}
body.dreamyhome26-home .dreamyhome26-hero-kicker{
  font-size:.72rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:rgba(255,255,255,.80);
  margin-bottom:14px;
}
body.dreamyhome26-home .dreamyhome26-hero-title{
  font-family:var(--dh26-edit);
  font-size:clamp(2.6rem,5vw,4.1rem);
  line-height:1.02;
  font-weight:400;
  margin:0 0 14px;
  text-shadow:0 18px 55px rgba(0,0,0,.25);
}
body.dreamyhome26-home .dreamyhome26-hero-sub{
  font-size:1.02rem;
  line-height:1.6;
  color:rgba(255,255,255,.84);
  max-width:560px;
  margin:0 auto 26px;
}
body.dreamyhome26-home .dreamyhome26-hero-actions{
  display:inline-flex;
  gap:12px;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
}
body.dreamyhome26-home .dreamyhome26-btn-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 20px;
  border-radius:var(--dh26-pill);
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.92);
  color:#0b0b0b;
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:800;
  box-shadow:0 20px 55px rgba(0,0,0,.18);
  transition:transform .25s var(--dh26-ease), background .25s var(--dh26-ease);
}
body.dreamyhome26-home .dreamyhome26-btn-primary:hover{ transform:translateY(-1px); background:rgba(255,255,255,.98); }

body.dreamyhome26-home .dreamyhome26-btn-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:var(--dh26-pill);
  border:1px solid rgba(255,255,255,.35);
  background:rgba(0,0,0,.16);
  color:rgba(255,255,255,.92);
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:800;
  transition:transform .25s var(--dh26-ease), background .25s var(--dh26-ease);
}
body.dreamyhome26-home .dreamyhome26-btn-ghost:hover{ transform:translateY(-1px); background:rgba(0,0,0,.22); }

body.dreamyhome26-home .dreamyhome26-scroll-cue{
  position:absolute;
  bottom:16px;
  left:50%;
  transform:translateX(-50%);
  z-index:3;
  width:22px; height:34px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.35);
  background:rgba(0,0,0,.12);
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding-top:6px;
  opacity:.78;
}
body.dreamyhome26-home .dreamyhome26-scroll-dot{
  width:4px; height:4px;
  border-radius:999px;
  background:rgba(255,255,255,.85);
  animation: dh26dot 1.6s var(--dh26-ease) infinite;
}
@keyframes dh26dot{
  0%{ transform:translateY(0); opacity:.85; }
  70%{ transform:translateY(10px); opacity:.45; }
  100%{ transform:translateY(10px); opacity:.2; }
}

/* Ribbon */
body.dreamyhome26-home .dreamyhome26-ribbon{
  border-bottom:1px solid var(--dh26-line);
  background:var(--dh26-bg);
  overflow:hidden;
}
body.dreamyhome26-home .dreamyhome26-ribbon-track{
  display:flex;
  gap:40px;
  padding:14px 0;
  will-change:transform;
  animation: dh26marquee 30s linear infinite;
}
body.dreamyhome26-home .dreamyhome26-ribbon:hover .dreamyhome26-ribbon-track{ animation-play-state:paused; }
body.dreamyhome26-home .dreamyhome26-ribbon-item{
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.22em;
  color:var(--dh26-muted);
  white-space:nowrap;
}
body.dreamyhome26-home .dreamyhome26-ribbon-item b{ color:var(--dh26-ink); font-weight:600; }
@keyframes dh26marquee{ 0%{ transform:translateX(0);} 100%{ transform:translateX(-50%);} }

/* Section header */
body.dreamyhome26-home .dreamyhome26-section{ padding: var(--dh26-pad-y) 0; }
body.dreamyhome26-home .dreamyhome26-section-header{ text-align:center; margin-bottom:46px; }
body.dreamyhome26-home .dreamyhome26-eyebrow{
  font-size:.70rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--dh26-muted);
  margin-bottom:12px;
  display:block;
}
body.dreamyhome26-home .dreamyhome26-h2{
  font-family:var(--dh26-edit);
  font-size:clamp(2.0rem,3.3vw,2.7rem);
  font-weight:400;
  line-height:1.08;
  margin:0 0 12px;
}
body.dreamyhome26-home .dreamyhome26-lead{
  color:var(--dh26-muted);
  font-size:1rem;
  line-height:1.7;
  max-width:640px;
  margin:0 auto;
}

/* Buttons */
body.dreamyhome26-home .dreamyhome26-center-actions{
  display:flex;
  justify-content:center;
  margin-top:52px;
}
body.dreamyhome26-home .dreamyhome26-btn-outline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:var(--dh26-pill);
  border:1px solid rgba(0,0,0,.18);
  background:transparent;
  color:var(--dh26-ink);
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:800;
  transition:transform .25s var(--dh26-ease), border-color .25s var(--dh26-ease), background .25s var(--dh26-ease);
}
body.dreamyhome26-home .dreamyhome26-btn-outline:hover{
  transform:translateY(-1px);
  border-color:rgba(0,0,0,.28);
  background:rgba(0,0,0,.02);
}

/* Moods */
body.dreamyhome26-home .dreamyhome26-moods{ padding:54px 0 0; }
body.dreamyhome26-home .dreamyhome26-moods-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
  flex-wrap:wrap;
}
body.dreamyhome26-home .dreamyhome26-moods-title{
  margin:0;
  font-family:var(--dh26-edit);
  font-weight:400;
  line-height:1.08;
  font-size:clamp(1.6rem,2.6vw,2.1rem);
}
body.dreamyhome26-home .dreamyhome26-moods-sub{
  margin:0;
  color:var(--dh26-muted);
  line-height:1.6;
  max-width:560px;
  font-size:.98rem;
}
body.dreamyhome26-home .dreamyhome26-moods-row{
  display:flex;
  gap:14px;
  overflow-x:auto;
  padding:10px 0 8px;
  scrollbar-width:none;
  scroll-snap-type:x mandatory;
}
body.dreamyhome26-home .dreamyhome26-moods-row::-webkit-scrollbar{ display:none; }

body.dreamyhome26-home .dreamyhome26-mood-card{
  flex:0 0 86%;
  max-width:420px;
  scroll-snap-align:start;
  border-radius:var(--dh26-card);
  overflow:hidden;
  border:1px solid rgba(0,0,0,.08);
  background:#f6f6f6;
  box-shadow:0 18px 55px rgba(0,0,0,.06);
  position:relative;
  transform:translateY(0);
  transition:transform .35s var(--dh26-ease), box-shadow .35s var(--dh26-ease), border-color .35s var(--dh26-ease);
}
body.dreamyhome26-home .dreamyhome26-mood-card:hover{
  transform:translateY(-2px);
  border-color:rgba(0,0,0,.14);
  box-shadow:0 22px 70px rgba(0,0,0,.10);
}
body.dreamyhome26-home .dreamyhome26-mood-media{ position:relative; height:260px; }
body.dreamyhome26-home .dreamyhome26-mood-media img{ width:100%; height:100%; object-fit:cover; filter:contrast(1.02) brightness(.96); }
body.dreamyhome26-home .dreamyhome26-mood-media:after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(to bottom, rgba(0,0,0,.06), rgba(0,0,0,.45));
}
body.dreamyhome26-home .dreamyhome26-mood-fallback{
  width:100%; height:100%;
  background: radial-gradient(900px 320px at 50% 30%, rgba(255,255,255,0.06), rgba(0,0,0,0)),
              linear-gradient(135deg, #1b1b1b, #0f0f0f);
}
body.dreamyhome26-home .dreamyhome26-mood-body{
  position:absolute;
  inset:auto 16px 14px 16px;
  z-index:2;
  color:#fff;
}
body.dreamyhome26-home .dreamyhome26-mood-kicker{
  font-size:.70rem;
  letter-spacing:.20em;
  text-transform:uppercase;
  color:rgba(255,255,255,.84);
  margin-bottom:8px;
}
body.dreamyhome26-home .dreamyhome26-mood-name{
  margin:0 0 10px;
  font-family:var(--dh26-edit);
  font-weight:400;
  font-size:1.6rem;
  line-height:1.05;
  text-shadow:0 18px 55px rgba(0,0,0,.25);
}
body.dreamyhome26-home .dreamyhome26-mood-cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:var(--dh26-pill);
  background:rgba(255,255,255,.88);
  color:#0b0b0b;
  border:1px solid rgba(255,255,255,.22);
  font-size:.70rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:900;
}
body.dreamyhome26-home .dreamyhome26-mood-cta span{ transition: transform .3s var(--dh26-ease); }
body.dreamyhome26-home .dreamyhome26-mood-card:hover .dreamyhome26-mood-cta span{ transform: translateX(3px); }

/* Optional tasteful fallback tones per family slug */
body.dreamyhome26-home .dreamyhome26-mood--woody .dreamyhome26-mood-fallback{
  background: radial-gradient(900px 320px at 50% 30%, rgba(255,255,255,0.05), rgba(0,0,0,0)),
              linear-gradient(135deg, #2b241d, #12100e);
}
body.dreamyhome26-home .dreamyhome26-mood--floral .dreamyhome26-mood-fallback{
  background: radial-gradient(900px 320px at 50% 30%, rgba(255,255,255,0.10), rgba(0,0,0,0)),
              linear-gradient(135deg, #2a1d26, #110d10);
}
body.dreamyhome26-home .dreamyhome26-mood--fresh .dreamyhome26-mood-fallback{
  background: radial-gradient(900px 320px at 50% 30%, rgba(255,255,255,0.10), rgba(0,0,0,0)),
              linear-gradient(135deg, #12302a, #0a1210);
}
body.dreamyhome26-home .dreamyhome26-mood--fruity .dreamyhome26-mood-fallback{
  background: radial-gradient(900px 320px at 50% 30%, rgba(255,255,255,0.10), rgba(0,0,0,0)),
              linear-gradient(135deg, #332015, #120c09);
}

@media(min-width:900px){
  body.dreamyhome26-home .dreamyhome26-moods{ padding:70px 0 0; }
  body.dreamyhome26-home .dreamyhome26-moods-row{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    overflow:visible;
    scroll-snap-type:none;
    padding:0;
  }
  body.dreamyhome26-home .dreamyhome26-mood-card{ max-width:none; flex:initial; }
  body.dreamyhome26-home .dreamyhome26-mood-media{ height:340px; }
}

/* Product grid */
body.dreamyhome26-home .dreamyhome26-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:40px 12px;
}
@media(min-width:768px){
  body.dreamyhome26-home .dreamyhome26-grid{ grid-template-columns:repeat(4,1fr); gap:80px 40px; }
}
body.dreamyhome26-home .dreamyhome26-card{ text-align:center; }
body.dreamyhome26-home .dreamyhome26-stage{
  position:relative;
  width:100%;
  aspect-ratio:3/4;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  margin-bottom:16px;
}
body.dreamyhome26-home .dreamyhome26-halo{
  position:absolute;
  inset:10% 10% 16%;
  background:radial-gradient(circle at 50% 40%, rgba(0,0,0,0.06), rgba(0,0,0,0));
  opacity:.9;
  filter:blur(10px);
  transition:opacity .7s var(--dh26-ease);
}
body.dreamyhome26-home .dreamyhome26-artifact{
  width:86%;
  max-height:92%;
  object-fit:contain;
  z-index:2;
  transform:translateY(0);
  transition:transform .85s var(--dh26-ease);
  will-change:transform;
}
body.dreamyhome26-home .dreamyhome26-img-fallback{
  width:86%;
  height:80%;
  border-radius:18px;
  background: linear-gradient(135deg, rgba(0,0,0,.04), rgba(0,0,0,.01));
}
body.dreamyhome26-home .dreamyhome26-shadow{
  position:absolute;
  bottom:0;
  width:62%;
  height:16px;
  background:var(--dh26-shadow-ground);
  opacity:.45;
  filter:blur(5px);
  transition:transform .85s var(--dh26-ease), opacity .85s var(--dh26-ease);
}
@media(hover:hover){
  body.dreamyhome26-home .dreamyhome26-card:hover .dreamyhome26-artifact{ transform:translateY(-12px); }
  body.dreamyhome26-home .dreamyhome26-card:hover .dreamyhome26-shadow{ transform:scaleX(.72) translateY(2px); opacity:.22; }
  body.dreamyhome26-home .dreamyhome26-card:hover .dreamyhome26-halo{ opacity:1; }
}
body.dreamyhome26-home .dreamyhome26-meta{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
}
body.dreamyhome26-home .dreamyhome26-cat{
  font-size:.62rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#9a9a9a;
  font-weight:800;
}
body.dreamyhome26-home .dreamyhome26-title{
  font-family:var(--dh26-edit);
  font-size:1.12rem;
  font-weight:500;
  margin:0;
}
body.dreamyhome26-home .dreamyhome26-price{
  font-size:.92rem;
  font-weight:700;
  color:var(--dh26-ink);
  margin-top:2px;
}

/* Proof */
body.dreamyhome26-home .dreamyhome26-proof{
  padding:46px 0;
  border-top:1px solid var(--dh26-line);
  border-bottom:1px solid var(--dh26-line);
  background:linear-gradient(to bottom, rgba(0,0,0,0.00), rgba(0,0,0,0.015));
}
body.dreamyhome26-home .dreamyhome26-proof-inner{ display:flex; flex-direction:column; gap:18px; }
body.dreamyhome26-home .dreamyhome26-proof-top{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
body.dreamyhome26-home .dreamyhome26-proof-label{
  font-size:.70rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--dh26-muted);
}
body.dreamyhome26-home .dreamyhome26-proof-quote{
  color:var(--dh26-muted);
  font-size:.98rem;
  line-height:1.6;
  max-width:760px;
}
body.dreamyhome26-home .dreamyhome26-logos{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
body.dreamyhome26-home .dreamyhome26-logo-chip{
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background:rgba(255,255,255,.70);
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:10px 12px;
  color:rgba(0,0,0,.70);
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:.70rem;
  font-weight:800;
}
@media(min-width:768px){
  body.dreamyhome26-home .dreamyhome26-logos{ grid-template-columns:repeat(6,1fr); }
  body.dreamyhome26-home .dreamyhome26-logo-chip{ min-height:62px; }
}

/* Split sections */
body.dreamyhome26-home .dreamyhome26-split{
  border-top:1px solid var(--dh26-line);
  border-bottom:1px solid var(--dh26-line);
}
body.dreamyhome26-home .dreamyhome26-split-inner{ display:grid; grid-template-columns:1fr; }
@media(min-width:900px){
  body.dreamyhome26-home .dreamyhome26-split-inner{ grid-template-columns:1.1fr 0.9fr; min-height:72vh; }
  body.dreamyhome26-home .dreamyhome26-split--reverse .dreamyhome26-split-inner{ grid-template-columns:0.9fr 1.1fr; }
}
body.dreamyhome26-home .dreamyhome26-split-media{ background:#f4f4f4; overflow:hidden; }
body.dreamyhome26-home .dreamyhome26-split-media img{ width:100%; height:100%; object-fit:cover; transform:scale(1.01); }
body.dreamyhome26-home .dreamyhome26-split-text{ display:flex; align-items:center; padding:64px 18px; }
@media(min-width:900px){ body.dreamyhome26-home .dreamyhome26-split-text{ padding:84px 42px; } }
body.dreamyhome26-home .dreamyhome26-copy{ max-width:520px; margin:0 auto; }
body.dreamyhome26-home .dreamyhome26-h3{
  font-family:var(--dh26-edit);
  font-size:clamp(2.0rem,3vw,2.6rem);
  font-weight:400;
  line-height:1.05;
  margin:0 0 18px;
}
body.dreamyhome26-home .dreamyhome26-p{
  color:var(--dh26-muted);
  font-size:1rem;
  line-height:1.75;
  margin:0 0 26px;
}
body.dreamyhome26-home .dreamyhome26-link{
  display:inline-flex;
  gap:10px;
  align-items:center;
  font-size:.72rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:900;
  padding-bottom:4px;
  border-bottom:1px solid rgba(0,0,0,.75);
}
body.dreamyhome26-home .dreamyhome26-link span{ transition:transform .3s var(--dh26-ease); }
body.dreamyhome26-home .dreamyhome26-link:hover span{ transform:translateX(4px); }

/* Ritual */
body.dreamyhome26-home .dreamyhome26-ritual{ padding: var(--dh26-pad-y) 0; }
body.dreamyhome26-home .dreamyhome26-ritual-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  margin-top:34px;
}
@media(min-width:900px){
  body.dreamyhome26-home .dreamyhome26-ritual-grid{ grid-template-columns:repeat(3,1fr); gap:18px; }
}
body.dreamyhome26-home .dreamyhome26-ritual-card{
  border-radius:var(--dh26-card);
  border:1px solid rgba(0,0,0,.08);
  background:rgba(255,255,255,.72);
  box-shadow:0 18px 55px rgba(0,0,0,.06);
  overflow:hidden;
  transition:transform .35s var(--dh26-ease), box-shadow .35s var(--dh26-ease), border-color .35s var(--dh26-ease);
}
body.dreamyhome26-home .dreamyhome26-ritual-card:hover{
  transform:translateY(-2px);
  border-color:rgba(0,0,0,.14);
  box-shadow:0 22px 70px rgba(0,0,0,.10);
}
body.dreamyhome26-home .dreamyhome26-ritual-media{ height:210px; background:#f4f4f4; }
body.dreamyhome26-home .dreamyhome26-ritual-media img{ width:100%; height:100%; object-fit:cover; filter:contrast(1.02) brightness(.98); }
body.dreamyhome26-home .dreamyhome26-ritual-body{ padding:18px 16px 20px; }
body.dreamyhome26-home .dreamyhome26-step{ display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:10px; }
body.dreamyhome26-home .dreamyhome26-step-num{
  width:34px; height:34px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:rgba(255,255,255,.85);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}
body.dreamyhome26-home .dreamyhome26-step-tag{
  font-size:.70rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--dh26-muted);
  font-weight:900;
}
body.dreamyhome26-home .dreamyhome26-ritual-title{
  margin:0 0 10px;
  font-family:var(--dh26-edit);
  font-weight:400;
  font-size:1.45rem;
  line-height:1.08;
}
body.dreamyhome26-home .dreamyhome26-ritual-text{
  margin:0;
  color:var(--dh26-muted);
  line-height:1.7;
  font-size:.98rem;
}

/* Invite */
body.dreamyhome26-home .dreamyhome26-invite{
  padding:64px 0;
  border-top:1px solid var(--dh26-line);
  background:
    radial-gradient(900px 320px at 50% 30%, rgba(0,0,0,0.04), rgba(0,0,0,0.00)),
    linear-gradient(to bottom, rgba(0,0,0,0.01), rgba(0,0,0,0.00));
}
body.dreamyhome26-home .dreamyhome26-invite-shell{
  border-radius:24px;
  border:1px solid rgba(0,0,0,.10);
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(10px);
  box-shadow:0 24px 70px rgba(0,0,0,.08);
  overflow:hidden;
}
body.dreamyhome26-home .dreamyhome26-invite-inner{ display:grid; grid-template-columns:1fr; }
@media(min-width:900px){ body.dreamyhome26-home .dreamyhome26-invite-inner{ grid-template-columns:1.05fr 0.95fr; } }
body.dreamyhome26-home .dreamyhome26-invite-media{ background:#f4f4f4; min-height:260px; }
body.dreamyhome26-home .dreamyhome26-invite-media img{ width:100%; height:100%; object-fit:cover; filter:contrast(1.02) brightness(.95); }
body.dreamyhome26-home .dreamyhome26-invite-copy{ padding:26px 18px 22px; display:flex; align-items:center; }
@media(min-width:900px){ body.dreamyhome26-home .dreamyhome26-invite-copy{ padding:40px 34px; } }

body.dreamyhome26-home .dreamyhome26-invite-form{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}
body.dreamyhome26-home .dreamyhome26-field{
  flex:1 1 240px;
  min-width:220px;
  padding:14px 14px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.12);
  background:rgba(255,255,255,.92);
  font-family:var(--dh26-ui);
  font-size:.95rem;
}
body.dreamyhome26-home .dreamyhome26-field::placeholder{ color:rgba(0,0,0,.40); }
body.dreamyhome26-home .dreamyhome26-submit{
  flex:0 0 auto;
  padding:14px 16px;
  border-radius:var(--dh26-pill);
  border:1px solid rgba(0,0,0,.16);
  background:var(--dh26-ink);
  color:#fff;
  font-family:var(--dh26-ui);
  font-size:.72rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:900;
  cursor:pointer;
  transition:transform .25s var(--dh26-ease), background .25s var(--dh26-ease);
}
body.dreamyhome26-home .dreamyhome26-submit:hover{ transform:translateY(-1px); background:#101010; }
body.dreamyhome26-home .dreamyhome26-fineprint{
  margin:12px 0 0;
  color:rgba(0,0,0,.52);
  font-size:.86rem;
  line-height:1.5;
}
