:root{
  --bg:#fbfaf8;
  --paper:#ffffff;
  --ink:#10100f;
  --muted:#68645e;
  --line:#e8e1d8;
  --soft:#f3eee7;
  --rose:#d9448f;
  --rose-soft:#f9e8f1;
  --copper:#bd704d;
  --copper-dark:#8f4f35;
  --charcoal:#14151a;
  --shadow:0 24px 70px rgba(45,35,26,.10);
  --shadow-soft:0 14px 38px rgba(45,35,26,.075);
  --wrap:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:radial-gradient(circle at 78% 4%,rgba(217,68,143,.10),transparent 28%),radial-gradient(circle at 4% 18%,rgba(189,112,77,.11),transparent 30%),var(--bg);color:var(--ink);line-height:1.4}
a{color:inherit}.wrap{width:min(var(--wrap),calc(100% - 40px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;width:min(1280px,calc(100% - 24px));min-height:74px;margin:10px auto 0;padding:10px 18px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border:1px solid rgba(232,225,216,.84);border-radius:16px;box-shadow:0 12px 34px rgba(45,35,26,.06)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--charcoal),#38312c);color:#fff;font-weight:900;letter-spacing:-.06em;box-shadow:0 14px 28px rgba(20,21,26,.16)}.brand-copy{display:flex;flex-direction:column;line-height:1.1}.brand-copy strong{font-size:19px;letter-spacing:-.045em}.brand-copy small{margin-top:4px;color:var(--muted);font-size:12px}.nav-links{display:flex;align-items:center;gap:10px}.nav-links a{padding:10px 13px;border-radius:999px;text-decoration:none;color:#4d4944;font-size:13px;font-weight:750;border:1px solid transparent}.nav-links a:hover{background:#fff;border-color:var(--line);box-shadow:var(--shadow-soft)}.hero{min-height:calc(100vh - 96px);padding:84px 0 72px;display:grid;grid-template-columns:.96fr 1.04fr;gap:64px;align-items:center}.eyebrow{margin:0 0 18px;display:flex;align-items:center;gap:9px;color:var(--copper-dark);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.eyebrow span{width:7px;height:7px;border-radius:999px;background:linear-gradient(135deg,var(--copper),var(--rose))}h1,h2,h3,p{margin-top:0}h1{max-width:12ch;margin-bottom:24px;font-size:clamp(48px,7vw,86px);line-height:.89;letter-spacing:-.075em}h2{margin-bottom:18px;font-size:clamp(30px,4vw,52px);line-height:.98;letter-spacing:-.065em}.lead{max-width:62ch;margin-bottom:16px;color:#48443f;font-size:19px;line-height:1.62}.statement{max-width:64ch;margin-bottom:0;color:var(--muted);font-size:16px;line-height:1.72}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:14px 19px;border-radius:999px;text-decoration:none;font-weight:850;border:1px solid var(--line);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.button:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.button.primary{background:var(--charcoal);border-color:var(--charcoal);color:#fff}.button.secondary{background:rgba(255,255,255,.78);color:var(--ink)}.hero-panel{position:relative;min-height:610px;border:1px solid var(--line);border-radius:36px;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(243,238,231,.78));box-shadow:var(--shadow);overflow:hidden}.hero-panel::before{content:"";position:absolute;inset:28px;border:1px solid rgba(255,255,255,.9);border-radius:28px}.hero-panel::after{content:"";position:absolute;right:-90px;top:-90px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(217,68,143,.22),transparent 68%)}.panel-card{position:absolute;width:min(70%,340px);padding:24px;border-radius:28px;border:1px solid rgba(232,225,216,.86);background:rgba(255,255,255,.86);backdrop-filter:blur(10px);box-shadow:0 22px 54px rgba(45,35,26,.10)}.panel-card span{display:inline-flex;margin-bottom:28px;color:var(--copper-dark);font-size:12px;font-weight:900;letter-spacing:.14em}.panel-card strong{display:block;margin-bottom:8px;font-size:26px;line-height:1.02;letter-spacing:-.045em}.panel-card p{margin:0;color:var(--muted);line-height:1.55}.panel-main{left:44px;top:52px}.panel-soft{right:44px;top:226px;background:linear-gradient(145deg,#fff,var(--rose-soft))}.panel-dark{left:86px;bottom:54px;background:linear-gradient(145deg,#1b1c22,#090a0d);color:#fff;border-color:rgba(255,255,255,.12)}.panel-dark p{color:#c9c9cc}.panel-dark span{color:#f0b894}.intro{padding:34px 0 48px}.intro p{margin:0 auto;max-width:920px;text-align:center;font-size:clamp(27px,3.4vw,45px);line-height:1.08;letter-spacing:-.055em;color:#211f1d}.verticals{padding:70px 0}.section-head{max-width:760px;margin-bottom:30px}.vertical-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.vertical-card{position:relative;min-height:520px;padding:30px;border:1px solid var(--line);border-radius:32px;background:#fff;text-decoration:none;box-shadow:var(--shadow-soft);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.vertical-card::before{content:"";position:absolute;inset:auto -18% -34% auto;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,var(--glow),transparent 66%);opacity:.9}.vertical-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:rgba(189,112,77,.34)}.style-card{--glow:rgba(217,68,143,.18);background:linear-gradient(180deg,#fff,#fff7fb)}.realestate-card{--glow:rgba(189,112,77,.20);background:linear-gradient(180deg,#fff,#fff8ef)}.card-topline{display:flex;justify-content:space-between;gap:18px;margin-bottom:76px;color:var(--muted);font-weight:850}.card-topline small{padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.66);font-size:12px;color:#4d4944}.vertical-card h3{max-width:10ch;margin-bottom:18px;font-size:clamp(38px,4.6vw,62px);line-height:.93;letter-spacing:-.07em}.vertical-card p{max-width:60ch;color:#56514b;font-size:17px;line-height:1.65}.card-meta{display:flex;gap:9px;flex-wrap:wrap;margin-top:26px}.card-meta span{padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.76);border:1px solid rgba(232,225,216,.8);color:var(--muted);font-size:12px;font-weight:800}.card-link{position:absolute;left:30px;bottom:30px;display:inline-flex;gap:8px;align-items:center;color:var(--copper-dark);font-size:14px}.method{padding:42px 0 84px}.method h2{max-width:760px}.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.method-grid article{padding:24px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.72);box-shadow:0 12px 30px rgba(45,35,26,.05)}.method-grid span{display:block;margin-bottom:12px;font-size:13px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--copper-dark)}.method-grid p{margin:0;color:var(--muted);line-height:1.65}.footer{padding:28px 0 42px;display:flex;justify-content:space-between;gap:24px;border-top:1px solid var(--line);color:var(--muted)}.footer strong{display:block;margin-bottom:7px;color:var(--ink)}.footer p{margin:0}.footer nav{display:flex;gap:18px;flex-wrap:wrap}.footer a{text-decoration:none;font-weight:800;color:#4d4944}@media(max-width:980px){.hero{grid-template-columns:1fr;min-height:0;padding-top:56px}.hero-panel{min-height:520px}.vertical-grid,.method-grid{grid-template-columns:1fr}.vertical-card{min-height:440px}.card-topline{margin-bottom:48px}}@media(max-width:640px){.wrap{width:min(var(--wrap),calc(100% - 28px))}.site-header{align-items:flex-start;flex-direction:column}.nav-links{width:100%;justify-content:space-between}.hero{padding:42px 0 54px;gap:36px}h1{font-size:46px}.lead{font-size:17px}.button{width:100%}.hero-panel{min-height:560px;border-radius:28px}.panel-card{width:calc(100% - 44px);left:22px!important;right:auto!important}.panel-main{top:28px}.panel-soft{top:210px}.panel-dark{bottom:28px}.vertical-card{min-height:470px;padding:24px;border-radius:26px}.vertical-card h3{font-size:40px}.footer{flex-direction:column}.footer nav{display:grid;gap:10px}}

/* Align mother index type scale with verticals */
h1{font-size:50px!important;line-height:.97!important;letter-spacing:-.045em!important;margin-bottom:20px!important;max-width:12ch!important}h2{font-size:30px!important;line-height:1.05!important;letter-spacing:-.04em!important;margin-bottom:26px!important}.lead{font-size:17px!important;line-height:1.52!important;max-width:56ch!important}.statement{font-size:16px!important;line-height:1.62!important}.intro p{font-size:30px!important;line-height:1.05!important;letter-spacing:-.04em!important;max-width:860px}.vertical-card h3{font-size:42px!important;line-height:.97!important;letter-spacing:-.045em!important}.vertical-card p{font-size:17px!important;line-height:1.55!important}.panel-card strong{font-size:24px!important}.panel-card p,.method-grid p{font-size:14px!important;line-height:1.55!important}.section-head{max-width:760px}.button{font-size:13px!important}.card-link{font-size:13px!important}@media(max-width:760px){h1{font-size:34px!important;max-width:14ch!important}h2,.intro p{font-size:26px!important}.vertical-card h3{font-size:34px!important}.lead,.vertical-card p{font-size:16px!important}}

/* Align mother index vertical spacing with Real Estate */
.hero{padding:32px 0 82px!important;min-height:auto!important}.intro{padding:62px 0!important}.verticals{padding:62px 0!important}.method{padding:62px 0!important}.section-head{margin-bottom:20px!important}.vertical-grid{gap:18px!important}.method-grid{gap:18px!important}.footer{margin-top:0!important;padding:28px 0 42px!important}@media(max-width:760px){.hero{padding:32px 0 58px!important}.intro,.verticals,.method{padding:46px 0!important}}

/* Reduce gap after centered intro statement */
.intro{padding-bottom:31px!important}.verticals{padding-top:31px!important}
@media(max-width:760px){.intro{padding-bottom:23px!important}.verticals{padding-top:23px!important}}

/* Header logo, contact and Instagram follow block */
.brand-logo{height:46px;width:auto;object-fit:contain;display:block}.brand-mark{display:none}.nav-contact{background:var(--charcoal)!important;color:#fff!important;border-color:var(--charcoal)!important;box-shadow:0 10px 22px rgba(20,21,26,.12)}.nav-contact:hover{background:#2f2925!important;color:#fff!important}.hero-actions-row{display:flex;align-items:flex-start;gap:18px;flex-wrap:wrap;margin-top:34px}.hero-actions-row .hero-actions{margin-top:0!important;margin-bottom:0}.instagram-follow{min-width:220px;padding:14px 16px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.78);box-shadow:var(--shadow-soft)}.instagram-follow>span{display:block;margin-bottom:10px;color:var(--muted);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.instagram-buttons{display:flex;gap:9px;flex-wrap:wrap}.ig-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:10px 13px;border-radius:999px;text-decoration:none;font-size:13px;font-weight:850;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.ig-button:hover{transform:translateY(-2px)}.ig-style{color:#fff;background:linear-gradient(135deg,#ff3aa7,#1d1d24);box-shadow:0 12px 26px rgba(255,58,167,.20)}.ig-realestate{color:#fff;background:linear-gradient(135deg,#bd704d,#d9448f);box-shadow:0 12px 26px rgba(189,112,77,.22)}.ig-style:hover{box-shadow:0 18px 36px rgba(255,58,167,.28)}.ig-realestate:hover{box-shadow:0 18px 36px rgba(189,112,77,.30)}@media(max-width:760px){.brand-logo{height:42px}.hero-actions-row{display:block}.instagram-follow{margin-top:14px}.instagram-buttons{display:grid;grid-template-columns:1fr 1fr}.nav-contact{width:100%;text-align:center}}

/* Move Instagram follow actions into main navigation */
.nav-instagram{display:flex;align-items:center;gap:7px;margin-left:2px;padding-left:10px;border-left:1px solid var(--line)}.nav-instagram>span{color:var(--muted);font-size:11px;font-weight:900;letter-spacing:.1em}.nav-instagram .ig-button{min-height:34px;padding:8px 11px;font-size:12px}.hero-actions{margin-top:34px!important}.hero-actions-row,.instagram-follow{display:none!important}@media(max-width:980px){.nav-links{flex-wrap:wrap;justify-content:flex-end}.nav-instagram{width:100%;justify-content:flex-end;border-left:0;padding-left:0;margin-top:4px}}@media(max-width:640px){.nav-instagram{justify-content:space-between}.nav-instagram .ig-button{flex:1}.nav-instagram>span{display:none}}

/* Instagram nav label/icons */
.nav-instagram>span{white-space:nowrap}.nav-instagram .ig-button{color:#fff!important;gap:6px}.ig-mini{width:15px;height:15px;display:block;flex:0 0 auto;color:#fff}
@media(max-width:640px){.nav-instagram>span{display:block;width:100%;margin-bottom:4px;text-align:right}}

/* Hero/intro refinements */
.nav-instagram>span{font-size:13px!important;font-weight:750!important;letter-spacing:0!important;text-transform:none!important;color:#4d4944!important}.intro{padding-top:31px!important}.intro-card{max-width:980px;margin:0 auto;padding:34px 42px;border:1px solid var(--line);border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(255,248,239,.86));box-shadow:0 24px 62px rgba(45,35,26,.08);position:relative;overflow:hidden}.intro-card::after{content:"";position:absolute;right:-80px;top:-120px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(189,112,77,.18),transparent 68%)}.intro-card p{position:relative;z-index:1}@media(max-width:760px){.intro{padding-top:23px!important}.intro-card{padding:26px 22px;border-radius:24px}}

/* Hero image integration */
.hero{position:relative;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr)!important;overflow:hidden}.hero-copy{position:relative;z-index:2}.hero-media{position:relative;z-index:1;display:block;min-height:560px;border-radius:38px;overflow:hidden;box-shadow:0 30px 90px rgba(45,35,26,.12);border:1px solid rgba(232,225,216,.76);background:#f7f1ea}.hero-media::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(251,249,246,.72) 0%,rgba(251,249,246,.22) 35%,rgba(251,249,246,0) 70%);pointer-events:none}.hero-media img{width:100%;height:100%;min-height:560px;display:block;object-fit:cover;object-position:center right}.hero::after{content:"";position:absolute;z-index:0;left:32%;right:-10%;top:54px;height:70%;border-radius:44px;background:radial-gradient(circle at 68% 42%,rgba(217,68,143,.10),transparent 54%);pointer-events:none}@media(max-width:980px){.hero{grid-template-columns:1fr!important}.hero-media{min-height:430px;margin-top:8px}.hero-media img{min-height:430px;object-position:center}}@media(max-width:760px){.hero{display:flex!important;flex-direction:column}.hero-media{order:2;min-height:520px;border-radius:28px;margin-top:10px}.hero-media::before{background:linear-gradient(180deg,rgba(251,249,246,.10),rgba(251,249,246,0) 42%)}.hero-media img{min-height:520px;object-position:center top}}

/* Integrated hero: image becomes a shared background layer under the text */
.hero{display:block!important;position:relative!important;min-height:650px!important;padding:70px 0 78px!important;border-radius:0;overflow:visible!important}.hero-copy{position:relative!important;z-index:3!important;max-width:560px;padding:34px 0 38px}.hero-media{position:absolute!important;z-index:1!important;inset:28px 0 28px auto!important;width:76%!important;min-height:auto!important;height:calc(100% - 56px)!important;border-radius:42px!important;overflow:hidden!important;box-shadow:0 30px 90px rgba(45,35,26,.12)!important;border:1px solid rgba(232,225,216,.76)!important;background:#f7f1ea!important}.hero-media::before{content:""!important;position:absolute!important;inset:0!important;z-index:2!important;background:linear-gradient(90deg,rgba(251,249,246,1) 0%,rgba(251,249,246,.96) 28%,rgba(251,249,246,.70) 45%,rgba(251,249,246,.18) 68%,rgba(251,249,246,0) 100%)!important;pointer-events:none!important}.hero-media img{width:100%!important;height:100%!important;min-height:0!important;display:block!important;object-fit:cover!important;object-position:center right!important}.hero::before{content:"";position:absolute;z-index:0;left:-4%;right:-4%;top:0;bottom:0;background:radial-gradient(circle at 78% 34%,rgba(217,68,143,.09),transparent 48%),radial-gradient(circle at 54% 72%,rgba(189,112,77,.08),transparent 42%);pointer-events:none}.hero::after{content:""!important;position:absolute!important;z-index:2!important;left:0!important;top:28px!important;bottom:28px!important;width:54%!important;border-radius:42px 0 0 42px!important;background:linear-gradient(90deg,rgba(251,249,246,.98),rgba(251,249,246,.78),rgba(251,249,246,0))!important;pointer-events:none!important}.hero-copy h1,.hero-copy .lead,.hero-copy .statement,.hero-copy .hero-actions{position:relative;z-index:4}@media(max-width:980px){.hero{min-height:0!important;padding:48px 0 58px!important}.hero-copy{max-width:680px;padding:0}.hero-media{position:relative!important;inset:auto!important;width:100%!important;height:460px!important;margin-top:28px!important;border-radius:32px!important}.hero-media::before{background:linear-gradient(180deg,rgba(251,249,246,.08),rgba(251,249,246,0) 48%)!important}.hero::after{display:none!important}}@media(max-width:760px){.hero{padding:36px 0 48px!important}.hero-media{height:520px!important;border-radius:28px!important;margin-top:24px!important}.hero-media img{object-position:center top!important}}

/* Hero balance fix: less wash, stronger copy, calmer visual */
.hero{min-height:620px!important;padding:58px 0 70px!important}.hero-copy{max-width:610px!important;padding:42px 0 40px!important}.hero-copy h1{max-width:13.2ch!important;line-height:.98!important;letter-spacing:-.042em!important}.hero-copy .lead{max-width:58ch!important;color:#3f3b36!important;font-size:18px!important;line-height:1.58!important;margin-bottom:18px!important}.hero-copy .statement{max-width:58ch!important;color:#625d56!important}.hero-copy .hero-actions{margin-top:28px!important}.hero-media{width:68%!important;inset:34px 0 34px auto!important;height:calc(100% - 68px)!important;border-radius:36px!important}.hero-media::before{background:linear-gradient(90deg,rgba(251,249,246,.96) 0%,rgba(251,249,246,.86) 18%,rgba(251,249,246,.36) 38%,rgba(251,249,246,0) 62%)!important}.hero::after{width:46%!important;top:34px!important;bottom:34px!important;background:linear-gradient(90deg,rgba(251,249,246,.96),rgba(251,249,246,.45),rgba(251,249,246,0))!important}.hero-media img{object-position:center right!important}@media(max-width:980px){.hero{padding:48px 0 58px!important}.hero-copy{max-width:680px!important;padding:0!important}.hero-media{width:100%!important;height:430px!important;inset:auto!important;border-radius:32px!important}.hero-media::before{background:linear-gradient(180deg,rgba(251,249,246,.06),rgba(251,249,246,0) 44%)!important}}@media(max-width:760px){.hero-copy h1{max-width:13ch!important}.hero-copy .lead{font-size:16px!important}.hero-media{height:500px!important;border-radius:28px!important}}

/* Hero optical refinement: hierarchy, contrast and center integration */
.hero-copy{max-width:660px!important}.hero-copy h1{font-size:48px!important;max-width:15.8ch!important;line-height:1!important;letter-spacing:-.04em!important;margin-bottom:22px!important}.hero-copy .lead{font-size:18px!important;line-height:1.6!important;color:#332f2b!important;max-width:60ch!important}.hero-copy .statement{font-size:16px!important;line-height:1.62!important;color:#49443e!important;max-width:60ch!important;margin-top:0!important}.hero-copy .hero-actions{margin-top:24px!important}.hero-copy .button{min-height:56px!important;padding:16px 24px!important;font-size:14px!important}.hero-copy .button.secondary{border-color:rgba(20,21,26,.16)!important;background:rgba(255,255,255,.82)!important}.hero-media{width:71%!important;right:-1.5%!important}.hero-media::before{background:linear-gradient(90deg,rgba(251,249,246,.96) 0%,rgba(251,249,246,.88) 16%,rgba(251,249,246,.28) 34%,rgba(251,249,246,0) 56%)!important}.hero::after{width:42%!important;background:linear-gradient(90deg,rgba(251,249,246,.95),rgba(251,249,246,.30),rgba(251,249,246,0))!important}.hero-media img{object-position:58% center!important}@media(max-width:760px){.hero-copy h1{font-size:34px!important;max-width:14ch!important}.hero-copy .lead{font-size:16px!important}.hero-copy .button{min-height:52px!important;padding:14px 18px!important;font-size:13px!important}.hero-media{right:auto!important;width:100%!important}.hero-media img{object-position:center top!important}}

/* Fix visible seam: image covers the full hero card, overlay protects copy */
.hero{border-radius:42px!important;background:transparent!important}.hero-media{inset:34px 0 34px 0!important;width:100%!important;right:auto!important;left:0!important;height:calc(100% - 68px)!important;border-radius:42px!important}.hero-media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center right!important}.hero-media::before{background:linear-gradient(90deg,rgba(251,250,248,.985) 0%,rgba(251,250,248,.94) 28%,rgba(251,250,248,.68) 45%,rgba(251,250,248,.20) 67%,rgba(251,250,248,0) 100%)!important}.hero::after{display:none!important}.hero-copy{padding-left:0!important;margin-left:0!important}@media(max-width:980px){.hero{border-radius:0!important}.hero-media{position:relative!important;inset:auto!important;width:100%!important;height:430px!important;border-radius:32px!important}.hero-media::before{background:linear-gradient(180deg,rgba(251,250,248,.08),rgba(251,250,248,0) 42%)!important}}@media(max-width:760px){.hero-media{height:500px!important;border-radius:28px!important}.hero-media img{object-position:center top!important}}

/* Hero magic pass: seamless masked artwork over exact site background */
.hero{background:#fbfaf8!important;border-radius:0!important;overflow:visible!important}.hero-media{box-shadow:none!important;border:0!important;background:transparent!important;border-radius:0!important;inset:0 -4% 0 24%!important;width:80%!important;height:100%!important}.hero-media::before{display:none!important}.hero-media img{object-fit:cover!important;object-position:center right!important;filter:saturate(.98) contrast(1.02);-webkit-mask-image:radial-gradient(ellipse at 72% 48%,#000 0%,#000 34%,rgba(0,0,0,.82) 48%,rgba(0,0,0,.42) 63%,transparent 82%),linear-gradient(90deg,transparent 0%,rgba(0,0,0,.15) 18%,#000 42%,#000 100%);-webkit-mask-composite:source-in;mask-image:radial-gradient(ellipse at 72% 48%,#000 0%,#000 34%,rgba(0,0,0,.82) 48%,rgba(0,0,0,.42) 63%,transparent 82%),linear-gradient(90deg,transparent 0%,rgba(0,0,0,.15) 18%,#000 42%,#000 100%);mask-composite:intersect}.hero::before{content:""!important;position:absolute!important;inset:-40px -5% -40px -5%!important;z-index:0!important;background:radial-gradient(circle at 80% 25%,rgba(217,68,143,.08),transparent 38%),radial-gradient(circle at 58% 78%,rgba(189,112,77,.07),transparent 42%)!important;pointer-events:none!important}.hero-copy{z-index:3!important}.hero-copy::before{content:"";position:absolute;z-index:-1;inset:-30px -80px -30px -30px;background:linear-gradient(90deg,#fbfaf8 0%,rgba(251,250,248,.94) 62%,rgba(251,250,248,0) 100%);filter:blur(2px);pointer-events:none}@media(max-width:980px){.hero-media{position:relative!important;inset:auto!important;width:100%!important;height:430px!important;margin-top:28px!important;border-radius:32px!important;overflow:hidden!important}.hero-media img{-webkit-mask-image:linear-gradient(180deg,#000 0%,#000 78%,transparent 100%)!important;mask-image:linear-gradient(180deg,#000 0%,#000 78%,transparent 100%)!important}.hero-copy::before{display:none}}@media(max-width:760px){.hero-media{height:500px!important;border-radius:28px!important}.hero-media img{object-position:center top!important}}

/* Hero image2 final soften: reduce rectangular feel and visual weight */
.hero-media{inset:-10px -7% -34px 28%!important;width:79%!important;height:calc(100% + 44px)!important}.hero-media img{opacity:.88!important;filter:saturate(.95) contrast(.94) brightness(1.03)!important;object-position:62% center!important;-webkit-mask-image:radial-gradient(ellipse at 76% 42%,#000 0%,#000 30%,rgba(0,0,0,.72) 48%,rgba(0,0,0,.30) 66%,transparent 88%),linear-gradient(90deg,transparent 0%,rgba(0,0,0,.08) 24%,rgba(0,0,0,.82) 50%,#000 100%),linear-gradient(180deg,transparent 0%,#000 9%,#000 78%,transparent 100%)!important;-webkit-mask-composite:source-in,source-in!important;mask-image:radial-gradient(ellipse at 76% 42%,#000 0%,#000 30%,rgba(0,0,0,.72) 48%,rgba(0,0,0,.30) 66%,transparent 88%),linear-gradient(90deg,transparent 0%,rgba(0,0,0,.08) 24%,rgba(0,0,0,.82) 50%,#000 100%),linear-gradient(180deg,transparent 0%,#000 9%,#000 78%,transparent 100%)!important;mask-composite:intersect}.hero-copy::before{inset:-36px -120px -36px -34px;background:linear-gradient(90deg,#fbfaf8 0%,rgba(251,250,248,.92) 58%,rgba(251,250,248,.18) 82%,rgba(251,250,248,0) 100%)}@media(max-width:980px){.hero-media{inset:auto!important;width:100%!important;height:430px!important}.hero-media img{opacity:1!important;filter:saturate(.98) contrast(1) brightness(1)!important;-webkit-mask-image:linear-gradient(180deg,#000 0%,#000 80%,transparent 100%)!important;mask-image:linear-gradient(180deg,#000 0%,#000 80%,transparent 100%)!important}}

/* Hero color-match: use the image edge color, not the global page bg */
.hero{--hero-image-bg:#fbf7f3;background:var(--hero-image-bg)!important}.hero-media::before{background:transparent!important}.hero-copy::before{background:linear-gradient(90deg,var(--hero-image-bg) 0%,rgba(251,247,243,.94) 58%,rgba(251,247,243,.18) 82%,rgba(251,247,243,0) 100%)!important}.hero::before{background:radial-gradient(circle at 80% 25%,rgba(217,68,143,.06),transparent 38%),radial-gradient(circle at 58% 78%,rgba(189,112,77,.05),transparent 42%),var(--hero-image-bg)!important}.hero::after{display:none!important}@media(max-width:980px){.hero{background:#fbfaf8!important}.hero-copy::before{display:none!important}}

/* Hero full-bleed color field: remove wrap-edge background seam */
.hero{background:transparent!important;isolation:isolate}.hero::before{content:""!important;position:absolute!important;z-index:-1!important;top:-36px!important;bottom:-36px!important;left:50%!important;right:auto!important;width:100vw!important;transform:translateX(-50%)!important;background:radial-gradient(circle at 80% 25%,rgba(217,68,143,.06),transparent 38%),radial-gradient(circle at 58% 78%,rgba(189,112,77,.05),transparent 42%),#fbf7f3!important;pointer-events:none!important}.hero-copy::before{background:linear-gradient(90deg,#fbf7f3 0%,rgba(251,247,243,.94) 58%,rgba(251,247,243,.18) 82%,rgba(251,247,243,0) 100%)!important}.hero-media{background:transparent!important}@media(max-width:980px){.hero::before{display:none!important}}

/* Hero full-bleed right transition back into page background */
.hero::before{background:linear-gradient(90deg,rgba(251,247,243,1) 0%,rgba(251,247,243,1) 58%,rgba(251,247,243,.82) 76%,rgba(251,250,248,.35) 92%,rgba(251,250,248,0) 100%),radial-gradient(circle at 80% 25%,rgba(217,68,143,.06),transparent 38%),radial-gradient(circle at 58% 78%,rgba(189,112,77,.05),transparent 42%)!important}.hero-media img{-webkit-mask-image:radial-gradient(ellipse at 74% 42%,#000 0%,#000 30%,rgba(0,0,0,.74) 48%,rgba(0,0,0,.30) 66%,transparent 90%),linear-gradient(90deg,transparent 0%,rgba(0,0,0,.08) 24%,rgba(0,0,0,.82) 50%,#000 88%,transparent 100%),linear-gradient(180deg,transparent 0%,#000 9%,#000 78%,transparent 100%)!important;mask-image:radial-gradient(ellipse at 74% 42%,#000 0%,#000 30%,rgba(0,0,0,.74) 48%,rgba(0,0,0,.30) 66%,transparent 90%),linear-gradient(90deg,transparent 0%,rgba(0,0,0,.08) 24%,rgba(0,0,0,.82) 50%,#000 88%,transparent 100%),linear-gradient(180deg,transparent 0%,#000 9%,#000 78%,transparent 100%)!important}

/* Hero image vertical transitions: fade top/bottom into the page */
.hero::before{top:-80px!important;bottom:-90px!important;background:linear-gradient(180deg,rgba(251,250,248,0) 0%,rgba(251,247,243,.94) 14%,rgba(251,247,243,1) 48%,rgba(251,247,243,.88) 82%,rgba(251,250,248,0) 100%),linear-gradient(90deg,rgba(251,247,243,1) 0%,rgba(251,247,243,1) 58%,rgba(251,247,243,.82) 76%,rgba(251,250,248,.35) 92%,rgba(251,250,248,0) 100%),radial-gradient(circle at 80% 25%,rgba(217,68,143,.06),transparent 38%),radial-gradient(circle at 58% 78%,rgba(189,112,77,.05),transparent 42%)!important}.hero-media{inset:-34px -7% -58px 28%!important;height:calc(100% + 92px)!important}.hero-media img{-webkit-mask-image:radial-gradient(ellipse at 74% 42%,#000 0%,#000 30%,rgba(0,0,0,.74) 48%,rgba(0,0,0,.30) 66%,transparent 90%),linear-gradient(90deg,transparent 0%,rgba(0,0,0,.08) 24%,rgba(0,0,0,.82) 50%,#000 88%,transparent 100%),linear-gradient(180deg,transparent 0%,rgba(0,0,0,.32) 7%,#000 18%,#000 70%,rgba(0,0,0,.38) 86%,transparent 100%)!important;mask-image:radial-gradient(ellipse at 74% 42%,#000 0%,#000 30%,rgba(0,0,0,.74) 48%,rgba(0,0,0,.30) 66%,transparent 90%),linear-gradient(90deg,transparent 0%,rgba(0,0,0,.08) 24%,rgba(0,0,0,.82) 50%,#000 88%,transparent 100%),linear-gradient(180deg,transparent 0%,rgba(0,0,0,.32) 7%,#000 18%,#000 70%,rgba(0,0,0,.38) 86%,transparent 100%)!important}@media(max-width:980px){.hero::before{display:none!important}.hero-media{inset:auto!important;height:430px!important}}


/* Unified Aureon navigation: Style bar visual system */
.site-header{min-height:84px!important;width:min(var(--wrap),calc(100% - 36px))!important;margin:0 auto!important;padding:0!important;gap:14px!important;background:rgba(255,255,255,.86)!important;backdrop-filter:blur(10px)!important;border:0!important;border-bottom:1px solid rgba(232,234,240,.75)!important;border-radius:0!important;box-shadow:none!important}.brand{gap:14px!important}.brand-logo{height:60px!important;width:auto!important;object-fit:contain!important}.brand-copy strong{font-weight:800!important;letter-spacing:-.02em!important;font-size:18px!important}.brand-copy small{font-size:12px!important;color:var(--muted)!important;margin-top:1px!important}.nav-links{margin-left:auto!important;display:flex!important;align-items:center!important;gap:12px!important}.nav-links>a{padding:10px 10px!important;border-radius:10px!important;color:var(--muted)!important;font-size:14px!important;font-weight:600!important;border:0!important;box-shadow:none!important}.nav-links>a:hover{background:var(--soft)!important;color:var(--ink)!important}.verticalSwitch{display:flex;align-items:center;gap:6px;padding:5px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.72)}.verticalSwitch a{text-decoration:none;color:var(--muted);font-weight:800;font-size:12px;padding:8px 10px;border-radius:999px;white-space:nowrap}.verticalSwitch a:hover{background:var(--soft);color:var(--ink)}.verticalSwitch a.is-active{background:var(--charcoal);color:#fff}.nav-contact{background:transparent!important;color:var(--muted)!important}.ig-link{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;text-decoration:none;color:var(--copper-dark);border:1px solid rgba(189,112,77,.28);background:linear-gradient(145deg,rgba(255,250,243,.92),rgba(239,226,211,.72));box-shadow:0 8px 18px rgba(189,112,77,.12)}.ig-link:hover{transform:translateY(-1px);border-color:rgba(189,112,77,.48);background:#fff5ec;box-shadow:0 12px 26px rgba(189,112,77,.18)}.ig-icon{width:18px;height:18px;display:block}@media(max-width:1120px){.verticalSwitch{display:none}}@media(max-width:760px){.site-header{width:calc(100% - 28px)!important}.brand-copy small{display:none}.nav-links{gap:6px!important}.nav-links>a{font-size:12px!important;padding:8px!important}}

/* Match Style header geometry: full-width bar, constrained content only */
.site-header{width:100%!important;max-width:none!important;margin:0!important;padding:0 max(18px,calc((100vw - var(--wrap)) / 2))!important;border-left:0!important;border-right:0!important}
@media(max-width:760px){.site-header{width:100%!important;padding-left:14px!important;padding-right:14px!important}}

/* Mother index vertical cards polish */
.vertical-card{display:flex!important;flex-direction:column!important;min-height:500px!important;padding:32px!important;border-color:rgba(232,225,216,.72)!important;box-shadow:0 16px 44px rgba(45,35,26,.065)!important}.vertical-card::before{width:360px!important;height:360px!important;inset:auto -22% -42% auto!important;opacity:.58!important;filter:blur(8px)!important}.vertical-card:hover{box-shadow:0 24px 62px rgba(45,35,26,.10)!important}.card-topline{margin-bottom:58px!important}.vertical-card h3{max-width:13ch!important;margin-bottom:20px!important;line-height:1!important;letter-spacing:-.04em!important}.realestate-card h3{max-width:11.5ch!important}.vertical-card p{max-width:54ch!important;color:#5f5a54!important;line-height:1.58!important}.card-meta{margin-top:auto!important;margin-bottom:44px!important;padding-top:26px!important}.card-meta span{background:rgba(255,255,255,.64)!important;color:#746d65!important;font-size:11px!important;letter-spacing:.01em!important}.card-link{bottom:32px!important;left:32px!important;font-size:13px!important;font-weight:900!important;color:#8f4f35!important}.style-card{background:linear-gradient(180deg,#fff 0%,#fffafb 74%,#fff6fb 100%)!important}.realestate-card{background:linear-gradient(180deg,#fff 0%,#fffcf8 74%,#fff7ee 100%)!important}@media(max-width:980px){.vertical-card{min-height:440px!important}.card-topline{margin-bottom:42px!important}.card-meta{margin-bottom:40px!important}}@media(max-width:760px){.vertical-card{padding:26px!important;min-height:430px!important}.vertical-card h3{max-width:12ch!important}.realestate-card h3{max-width:11ch!important}.card-link{left:26px!important;bottom:26px!important}.card-meta{margin-bottom:38px!important}}

/* Mother index vertical card images */
.vertical-card-media{position:relative;margin:0 0 28px;aspect-ratio:16/10;border-radius:24px;overflow:hidden;border:1px solid rgba(232,225,216,.72);background:#f3eee7;box-shadow:0 16px 34px rgba(45,35,26,.07)}.vertical-card-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,0) 62%,rgba(255,255,255,.18) 100%);pointer-events:none}.vertical-card-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.style-card .vertical-card-media img{object-position:center 42%}.realestate-card .vertical-card-media img{object-position:center 50%}.vertical-card .card-topline{margin-bottom:22px!important}.vertical-card h3{margin-top:0!important}.vertical-card{min-height:640px!important}.card-meta{margin-top:auto!important}@media(max-width:980px){.vertical-card{min-height:560px!important}.vertical-card-media{aspect-ratio:16/9;margin-bottom:24px}}@media(max-width:760px){.vertical-card{min-height:540px!important}.vertical-card-media{border-radius:20px}}
