/* ========================================
   WERK SOLUTIONS — Full Rebuild
   Aesthetic: Elevated Organic
   Fonts: Fraunces + DM Sans
   Palette: Sage #2d5a3d + Warm Stone #f5f2ed
   ======================================== */

/* --- TOKENS --- */
:root {
  --bg: #f5f2ed;
  --bg2: #ece8e1;
  --bg3: #e3dfd7;
  --sf: #faf9f7;
  --sf2: #fff;
  --bd: #d8d3cb;
  --bd2: #e8e4dd;
  --ac: #2d5a3d;
  --ac2: #3a7350;
  --ac3: #1e3f2b;
  --acp: #e8f0eb;
  --acp2: #d4e5da;
  --tx: #1a1a18;
  --tx2: #4a4840;
  --txm: #7a7770;
  --txi: #f5f2ed;
  --fd: 'Fraunces', Georgia, serif;
  --fb: 'DM Sans', system-ui, sans-serif;
  --mw: 1400px;
  --gt: clamp(1.25rem, 4vw, 3rem);
  --r: 8px;
  --rl: 16px;
  --rxl: 24px;
  --sh-sm: 0 2px 8px rgba(26,26,24,.05);
  --sh: 0 4px 20px rgba(26,26,24,.08);
  --sh-lg: 0 16px 48px rgba(26,26,24,.1);
  --sh-xl: 0 24px 64px rgba(26,26,24,.14);
  --d: .3s;
  --e: cubic-bezier(.16, 1, .3, 1);
  --text-xs: clamp(.72rem, .9vw, .8rem);
  --text-sm: clamp(.82rem, 1vw, .9rem);
  --text-base: clamp(.95rem, 1.1vw, 1.05rem);
  --text-lg: clamp(1.05rem, 1.4vw, 1.2rem);
  --text-xl: clamp(1.25rem, 2vw, 1.55rem);
  --text-2xl: clamp(1.6rem, 3vw, 2.5rem);
  --text-3xl: clamp(2rem, 4vw, 3.2rem);
  --text-4xl: clamp(2.8rem, 6vw, 5.5rem);
  --text-5xl: clamp(3.5rem, 7.5vw, 7rem)
}

/* --- RESET --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0 }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale }
body { font-family: var(--fb); font-size: var(--text-base); color: var(--tx); background: var(--bg); line-height: 1.65; overflow-x: hidden; display: flex; flex-direction: column; min-height: 100dvh }
main { flex: 1 }
img { max-width: 100%; height: auto; display: block }
a { color: inherit; text-decoration: none }
button { font-family: inherit; cursor: pointer; border: none; background: none }
ul { list-style: none }
.ctn { width: 100%; max-width: var(--mw); margin: 0 auto; padding: 0 var(--gt) }

/* --- SCROLL PROGRESS --- */
.scroll-progress { position: fixed; top: 0; left: 0; width: 0%; height: 3px; background: linear-gradient(90deg, var(--ac3), var(--ac2)); z-index: 1002; transition: none; will-change: width }

/* --- NOISE OVERLAY --- */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  opacity: .03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")
}

/* --- SKIP LINK + A11Y --- */
.skip-link { position: absolute; top: -100%; left: 50%; transform: translateX(-50%); padding: .75rem 1.5rem; background: var(--ac); color: var(--txi); border-radius: var(--r); font-weight: 600; z-index: 9999; transition: top .2s }
.skip-link:focus { top: 1rem }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); border: 0 }
:focus-visible { outline: 3px solid var(--ac); outline-offset: 2px; border-radius: 2px }

/* --- NAV --- */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(245,242,237,.88); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border-bottom: 1px solid transparent; transition: border-color .4s, box-shadow .4s }
nav.sc { border-bottom-color: var(--bd2); box-shadow: 0 1px 3px rgba(26,26,24,.04) }
.ni { display: flex; align-items: center; justify-content: space-between; height: 72px; max-width: var(--mw); margin: 0 auto; padding: 0 var(--gt) }
.nl { display: flex; align-items: center; cursor: pointer; transition: opacity .15s }
.nl:hover { opacity: .8 }
.nl-logo { height: 56px; width: auto; max-height: 56px; display: block }
.nk { display: flex; align-items: center; gap: 2.25rem }
.nk a { font-size: var(--text-sm); font-weight: 500; color: var(--tx2); transition: color .2s; cursor: pointer; position: relative }
.nk a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1.5px; background: var(--ac); transition: width .3s var(--e) }
.nk a:hover::after, .nk a.av::after { width: 100% }
.nk a:hover, .nk a.av { color: var(--ac) }
.nc { padding: .55rem 1.25rem; background: var(--ac); color: var(--txi) !important; border-radius: var(--r); transition: background .2s, transform .2s, box-shadow .2s; white-space: nowrap }
.nc::after { display: none }
.nc:hover { background: var(--ac2); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(45,90,61,.25) }
.mt { display: none; flex-direction: column; gap: 5px; padding: 8px; min-width: 44px; min-height: 44px; align-items: center; justify-content: center }
.mt span { display: block; width: 22px; height: 2px; background: var(--tx); border-radius: 2px; transition: transform var(--d) var(--e), opacity .2s }
.mt.op span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px) }
.mt.op span:nth-child(2) { opacity: 0 }
.mt.op span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px) }

@media (max-width: 768px) {
  .mt { display: flex }
  .nk { position: fixed; top: 72px; left: 0; right: 0; height: calc(100dvh - 72px); flex-direction: column; background: var(--bg); padding: 2.5rem var(--gt); gap: .5rem; transform: translateX(100%); transition: transform .5s var(--e), visibility .5s; visibility: hidden; z-index: 999; overflow-y: auto }
  .nk.op { transform: translateX(0); visibility: visible }
  .nk a { font-size: 1.15rem; padding: .85rem 1rem; border-radius: var(--r); transition: background .2s, color .2s }
  .nk a:hover, .nk a.av { background: var(--bg2); color: var(--ac) }
  .nk a.av { border-left: 3px solid var(--ac); padding-left: calc(1rem - 3px) }
  .nk a::after { display: none }
  .nk .nc { margin-top: 1rem; text-align: center; justify-content: center }
}

/* --- BUTTONS --- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .8rem 1.8rem; border-radius: var(--r); font-size: var(--text-sm); font-weight: 600; letter-spacing: .02em; transition: transform .25s var(--e), box-shadow .25s var(--e), background .2s, color .2s, border-color .2s; cursor: pointer; position: relative; overflow: hidden; min-height: 44px }
.bp { background: var(--ac); color: var(--txi) }
.bp:hover { background: var(--ac2); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(45,90,61,.2) }
.bo { background: transparent; color: var(--ac); border: 1.5px solid var(--ac) }
.bo:hover { background: var(--ac); color: var(--txi); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(45,90,61,.15) }
.btn .ripple { position: absolute; border-radius: 50%; background: rgba(255,255,255,.3); transform: scale(0); animation: rip .6s cubic-bezier(.16, 1, .3, 1); pointer-events: none }
@keyframes rip { to { transform: scale(4); opacity: 0 } }

/* --- REVEAL ANIMATIONS --- */
.rv { opacity: 0; transform: translateY(48px); transition: opacity .9s var(--e), transform .9s var(--e) }
.rv.vi { opacity: 1; transform: translateY(0) }
.rd1 { transition-delay: .12s }
.rd2 { transition-delay: .24s }
.rd3 { transition-delay: .36s }
.rd4 { transition-delay: .48s }
.rd5 { transition-delay: .6s }
.rd6 { transition-delay: .72s }
.rd7 { transition-delay: .84s }

/* Image clip reveal */
.clip-rv { clip-path: inset(100% 0 0 0); transition: clip-path 1.1s var(--e) }
.clip-rv.clip-rv-vi { clip-path: inset(0 0 0 0) }

/* Scale reveal */
.scale-rv { opacity: 0; transform: scale(.88); transition: opacity .9s var(--e), transform .9s var(--e) }
.scale-rv.vi { opacity: 1; transform: scale(1) }

/* Slide from left */
.slide-l { opacity: 0; transform: translateX(-60px); transition: opacity .9s var(--e), transform .9s var(--e) }
.slide-l.vi { opacity: 1; transform: translateX(0) }

/* Slide from right */
.slide-r { opacity: 0; transform: translateX(60px); transition: opacity .9s var(--e), transform .9s var(--e) }
.slide-r.vi { opacity: 1; transform: translateX(0) }

/* --- SECTION UTILITIES --- */
.sl { display: inline-flex; align-items: center; gap: .75rem; font-size: .7rem; font-weight: 600; color: var(--ac); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1.25rem }
.sl::before { content: ''; width: 32px; height: 2px; background: linear-gradient(90deg, var(--ac), var(--ac2)); border-radius: 1px }
.st { font-family: var(--fd); font-size: var(--text-2xl); font-weight: 350; line-height: 1.15; letter-spacing: -.025em; margin-bottom: 1.5rem }
.sd { font-size: var(--text-base); color: var(--tx2); max-width: 620px; line-height: 1.75 }
.page { display: none }
.page.av { display: block }
section { padding: clamp(6rem, 10vw, 10rem) 0 }

/* --- SPOTLIGHT CARDS --- */
.spotlight-card { position: relative }
.spotlight-card::before { content: ''; position: absolute; inset: 0; border-radius: inherit; opacity: 0; transition: opacity .4s; background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(45,90,61,.07), transparent 40%); pointer-events: none; z-index: 1 }
.spotlight-card:hover::before { opacity: 1 }

/* --- HERO --- */
.hero { position: relative; min-height: 100dvh; display: flex; align-items: center; padding-top: 72px; overflow: hidden }
.hbg { position: absolute; inset: 0 }
.hbg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.3); will-change: transform; transform: scale(1.15); transform-origin: center top }
.hov { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(15,15,13,.75) 0%, rgba(45,90,61,.35) 100%) }
.aurora { position: absolute; inset: 0; pointer-events: none; z-index: 1; background: radial-gradient(ellipse 80% 60% at 10% 90%, rgba(139,196,154,.28), transparent), radial-gradient(ellipse 60% 50% at 90% 10%, rgba(45,90,61,.22), transparent), radial-gradient(ellipse 40% 30% at 50% 50%, rgba(165,212,179,.12), transparent); animation: aurora 8s cubic-bezier(.4, 0, .6, 1) infinite alternate }
@keyframes aurora { 0% { opacity: .6; filter: hue-rotate(0deg) } 100% { opacity: 1; filter: hue-rotate(15deg) } }
.hc { position: relative; z-index: 2; max-width: 740px; padding-block: clamp(4rem, 10vw, 8rem) }
.ht { display: inline-flex; align-items: center; gap: .5rem; padding: .3rem 1.1rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 100px; font-size: .72rem; font-weight: 500; color: rgba(255,255,255,.8); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 2.5rem; backdrop-filter: blur(10px) }
.ht .dot { width: 6px; height: 6px; background: #8bc49a; border-radius: 50%; animation: pulse-dot 2s infinite }
@keyframes pulse-dot { 0%, 100% { opacity: 1 } 50% { opacity: .35 } }
.hero h1 { font-family: var(--fd); font-size: clamp(2.8rem, 5.5vw, 5rem); font-weight: 300; color: #fff; line-height: 1.05; letter-spacing: -.035em; margin-bottom: 2rem }
.hero h1 em { font-style: italic; font-weight: 400; color: #a5d4b3 }
.hs { font-size: var(--text-lg); color: rgba(255,255,255,.7); line-height: 1.65; max-width: 520px; margin-bottom: 2.5rem }
.ha { display: flex; gap: 1rem; flex-wrap: wrap }
.hero .bp { background: #fff; color: var(--ac) }
.hero .bp:hover { background: var(--acp); box-shadow: 0 8px 24px rgba(255,255,255,.15) }
.hero .bo { border-color: rgba(255,255,255,.35); color: #fff }
.hero .bo:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.55); color: #fff; box-shadow: none }
.hero-scroll { position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: .5rem; color: rgba(255,255,255,.45); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; animation: hero-scroll-fade 1.2s var(--e) .8s both }
.hero-scroll .line { width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(255,255,255,.4), transparent); animation: scroll-line 2s cubic-bezier(.4, 0, .6, 1) infinite }
@keyframes scroll-line { 0% { transform: scaleY(0); transform-origin: top } 50% { transform: scaleY(1); transform-origin: top } 51% { transform-origin: bottom } 100% { transform: scaleY(0); transform-origin: bottom } }
@keyframes hero-scroll-fade { from { opacity: 0; transform: translateX(-50%) translateY(12px) } to { opacity: 1; transform: translateX(-50%) translateY(0) } }

/* --- ABOUT SPLIT --- */
.abg { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; margin-top: 3rem }
.abi { border-radius: var(--rxl); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--sh-lg); position: relative }
.abi::after { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(45,90,61,.08), transparent 60%); opacity: 0; transition: opacity .5s; pointer-events: none }
.abi:hover::after { opacity: 1 }
.abi img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--e) }
.abi:hover img { transform: scale(1.04) }
.abt h3 { font-family: var(--fd); font-size: var(--text-xl); font-weight: 400; margin-bottom: .75rem; letter-spacing: -.01em }
.abt p { color: var(--tx2); margin-bottom: 1.5rem; line-height: 1.75 }
@media (max-width: 768px) { .abg { grid-template-columns: 1fr; gap: 2rem } }

/* --- PROCESS (connected flow) --- */
.prs-sub { max-width: 52ch; margin-top: .75rem }
.prf { display: flex; align-items: flex-start; gap: 0; margin-top: 3.5rem }
.prs-w { flex: 1; min-width: 0; position: relative }
.prs-dn { margin-top: 3.5rem }
.prs-c { background: var(--sf2); border: 1px solid var(--bd2); border-radius: var(--rl); padding: 2rem 1.5rem; transition: transform .4s var(--e), box-shadow .4s var(--e), border-color .4s; position: relative; overflow: hidden; box-shadow: 0 0 0 1px rgba(45,90,61,.06), 0 4px 20px rgba(45,90,61,.05) }
.prs-n { font-family: var(--fd); font-size: clamp(3.5rem, 6vw, 5.5rem); font-weight: 700; color: var(--ac); opacity: .09; line-height: 1; letter-spacing: -.04em; display: block; margin-bottom: .25rem; transition: opacity .4s }
.prs-ic { width: 44px; height: 44px; border-radius: 10px; background: var(--ac); display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; color: #fff; transition: transform .4s var(--e) }
.prs-c h4 { font-family: var(--fd); font-size: var(--text-lg); font-weight: 500; margin-bottom: .5rem; letter-spacing: -.01em }
.prs-c p { font-size: var(--text-sm); color: var(--tx2); line-height: 1.65 }
.prs-w:hover .prs-c { transform: translateY(-10px); box-shadow: 0 0 0 1px rgba(45,90,61,.25), 0 20px 50px rgba(45,90,61,.16); border-color: var(--acp2) }
.prs-w:hover .prs-n { opacity: .3; color: var(--ac2) }
.prs-w:hover .prs-ic { transform: scale(1.15) rotate(-5deg); box-shadow: 0 4px 16px rgba(45,90,61,.25) }
.prs-a { flex: 0 0 2.5rem; align-self: flex-start; margin-top: 2rem; display: flex; align-items: center; justify-content: center; padding: 1.25rem 0 }
.prs-svg { width: 52px; height: 38px; overflow: visible }
.prs-path { stroke: var(--bd2); stroke-width: 2.5; fill: none; stroke-dasharray: 100; stroke-dashoffset: 100 }
.prs-a.drawn .prs-path { stroke-dashoffset: 0; transition: stroke-dashoffset .65s var(--e), stroke .4s, filter .4s }
.prs-a.flowing .prs-path { stroke: var(--ac); filter: drop-shadow(0 0 5px rgba(45,90,61,.45)); transition: stroke .4s, filter .4s }
.prs-slide-l, .prs-slide-r { opacity: 0; transition: opacity .7s var(--e), transform .7s var(--e) }
.prs-slide-l { transform: translateX(-36px) }
.prs-slide-r { transform: translateX(36px) }
.prs-slide-l.prs-in, .prs-slide-r.prs-in { opacity: 1; transform: translateX(0) }
@keyframes prs-num-flash { 0% { opacity: .09 } 40% { opacity: .4; color: var(--ac2) } 100% { opacity: .15; color: var(--ac) } }
@keyframes prs-ic-pulse { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(45,90,61,.4) } 50% { transform: scale(1.2); box-shadow: 0 0 20px 4px rgba(45,90,61,.3) } 100% { transform: scale(1); box-shadow: none } }
@keyframes prs-card-glow { 0% { border-color: var(--bd2); box-shadow: 0 0 0 1px rgba(45,90,61,.06), 0 4px 20px rgba(45,90,61,.05) } 50% { border-color: var(--ac); box-shadow: 0 0 0 1px rgba(45,90,61,.3), 0 8px 32px rgba(45,90,61,.18) } 100% { border-color: var(--bd2); box-shadow: 0 0 0 1px rgba(45,90,61,.06), 0 4px 20px rgba(45,90,61,.05) } }
.prs-w.prs-activated .prs-n { animation: prs-num-flash .8s var(--e) forwards }
.prs-w.prs-activated .prs-ic { animation: prs-ic-pulse .6s var(--e) }
.prs-w.prs-activated .prs-c { animation: prs-card-glow .9s var(--e) }
@media (max-width: 768px) {
  .prf { flex-direction: column; align-items: stretch }
  .prs-w { width: 100% }
  .prs-dn { margin-top: 0 }
  .prs-a { width: 100%; flex: 0 0 auto; margin-top: 0; padding: .5rem 0; transform: rotate(90deg) }
}

/* --- SERVICES (dark section) --- */
.svs { background: var(--ac3); color: var(--txi); padding: clamp(6rem, 10vw, 10rem) 0; position: relative; overflow: hidden }
.svs::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(139,196,154,.08), transparent 70%); pointer-events: none }
.svs .sl { color: #8bc49a }
.svs .sl::before { background: #8bc49a }
.svs .sd { color: rgba(255,255,255,.65) }
.svg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3rem }
.svi { padding: 2rem; border: 1px solid rgba(255,255,255,.08); border-radius: var(--rl); transition: background .35s, border-color .35s, transform .35s var(--e), box-shadow .35s; box-shadow: 0 0 0 1px rgba(139,196,154,.06), 0 4px 20px rgba(45,90,61,.08) }
.svi:hover { background: rgba(255,255,255,.06); border-color: rgba(139,196,154,.25); transform: translateY(-6px) scale(1.01); box-shadow: 0 20px 50px rgba(45,90,61,.22) }
.sic { margin-bottom: 1.5rem; font-size: 1.3rem; display: flex; align-items: center; justify-content: center }
.svi h4 { font-family: var(--fd); font-size: var(--text-lg); font-weight: 500; margin-bottom: .5rem }
.svi p { font-size: var(--text-sm); color: rgba(255,255,255,.65); line-height: 1.65 }
@media (max-width: 1024px) { .svg { grid-template-columns: repeat(2, 1fr) } }
@media (max-width: 640px) { .svg { grid-template-columns: 1fr } }


/* --- PRODUCT DETAIL --- */
.pd { padding-top: calc(72px + 3rem) }
.pb { display: inline-flex; align-items: center; gap: .5rem; font-size: var(--text-sm); font-weight: 500; color: var(--txm); margin-bottom: 2rem; cursor: pointer; transition: color .2s; min-height: 44px }
.pb:hover { color: var(--ac) }
.pdg { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(2rem, 4vw, 4rem); align-items: start }
.pgm { aspect-ratio: 4/3; border-radius: var(--rl); overflow: hidden; background: var(--bg2); cursor: pointer; box-shadow: var(--sh) }
.pgm img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--e) }
.pgm:hover img, .pgm:focus-visible img { transform: scale(1.03) }
.pgm:focus-visible { outline-offset: 4px }
.pgt { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; margin-top: .5rem }
.pgt img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--r); cursor: pointer; border: 2px solid transparent; transition: border-color .2s, opacity .2s; opacity: .6 }
.pgt img:hover, .pgt img:focus-visible, .pgt img.av { border-color: var(--ac); opacity: 1 }
.pip h1 { font-family: var(--fd); font-size: var(--text-3xl); font-weight: 350; line-height: 1.12; letter-spacing: -.02em; margin-bottom: 1rem }
.pcb { display: inline-block; padding: .3rem 1rem; background: var(--acp); color: var(--ac); font-size: .7rem; font-weight: 600; border-radius: 100px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 1.5rem }
.pdd { color: var(--tx2); line-height: 1.75; margin-bottom: 2rem }
.peq { width: 100%; padding: 1rem 2rem; font-size: var(--text-base) }
@media (max-width: 768px) { .pdg { grid-template-columns: 1fr; gap: 2rem } }

/* --- PROJECTS --- */
.pjg { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 3rem }
a.pjc { display: block; text-decoration: none; color: inherit }
.pjc { position: relative; border-radius: var(--rxl); overflow: hidden; aspect-ratio: 4/3; cursor: pointer }
.pjc img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--e), filter .5s }
.pjc:hover img { transform: scale(1.06); filter: brightness(.85) saturate(1.1) }
.pjo { position: absolute; bottom: 0; left: 0; right: 0; padding: 2rem; background: linear-gradient(transparent, rgba(15,15,13,.8)); color: #fff; transform: translateY(8px); opacity: .85; transition: transform .5s var(--e), opacity .4s }
.pjc:hover .pjo { transform: translateY(0); opacity: 1 }
.pjt { font-family: var(--fd); font-size: var(--text-lg); font-weight: 400; color: #fff; margin-bottom: .25rem; letter-spacing: -.01em }
.pjd { font-size: .72rem; font-weight: 500; color: rgba(255,255,255,.7); letter-spacing: .08em; text-transform: uppercase }
@media (max-width: 640px) { .pjg { grid-template-columns: 1fr } }

/* --- SHOWROOM --- */
.srh { position: relative; min-height: 55vh; display: flex; align-items: center; overflow: hidden; border-radius: var(--rxl); margin-top: 3rem; box-shadow: var(--sh-lg) }
.srh > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.35) }
.src { position: relative; z-index: 1; padding: clamp(2rem, 4vw, 4rem); color: #fff; max-width: 640px }
.src h2 { font-family: var(--fd); font-size: var(--text-3xl); font-weight: 300; line-height: 1.12; margin-bottom: 1.5rem; letter-spacing: -.02em }
.src p { color: rgba(255,255,255,.7); line-height: 1.75 }
.sgg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem }
.sgg img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--r); transition: transform .4s var(--e), box-shadow .3s; cursor: pointer; background: var(--bg2) }
.sgg img:hover, .sgg img:focus-visible { transform: scale(1.03); box-shadow: var(--sh-xl) }
.sgg img:focus-visible { outline-offset: 4px }
.sgv { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1rem }
.sgv video { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: var(--r); display: block; transition: box-shadow .3s }
.sgv video:hover { box-shadow: var(--sh-xl) }
.showroom-cta { text-align: center; margin-top: 3rem; display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap }
.matterport-section { text-align: center }
.matterport-wrap { position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: var(--r); overflow: hidden; margin-top: 2rem; box-shadow: var(--sh) }
.matterport-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0 }
@media (max-width: 768px) { .sgg { grid-template-columns: repeat(2, 1fr) } .sgv { grid-template-columns: 1fr } }

/* --- FINANCE --- */
.fhi { width: 100%; aspect-ratio: 21/9; object-fit: cover; border-radius: var(--rxl); margin-top: 2rem; box-shadow: var(--sh) }
.beg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3rem }
.bec { background: var(--sf2); border: 1px solid var(--bd2); border-radius: var(--rl); padding: 2.25rem; text-align: center; transition: transform .35s var(--e), box-shadow .35s var(--e), border-color .3s }
.bec:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); border-color: var(--acp2) }
.bei { width: 56px; height: 56px; margin: 0 auto 1.5rem; background: var(--acp); border-radius: var(--r); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--ac); transition: background .3s }
.bec:hover .bei { background: var(--acp2) }
.bec h4 { font-family: var(--fd); font-size: var(--text-lg); font-weight: 500; margin-bottom: .5rem }
.bec p { font-size: var(--text-sm); color: var(--tx2); line-height: 1.65 }
@media (max-width: 768px) { .beg { grid-template-columns: 1fr } }

/* --- CONTACT --- */
.cog { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(2rem, 4vw, 4rem); margin-top: 3rem }
.cib h3 { font-family: var(--fd); font-size: var(--text-xl); font-weight: 400; margin-bottom: 1.5rem; letter-spacing: -.01em }
.cd { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem }
.di { width: 44px; height: 44px; flex-shrink: 0; background: var(--acp); border-radius: var(--r); display: flex; align-items: center; justify-content: center; color: var(--ac); transition: background .3s }
.cd:hover .di { background: var(--acp2) }
.dt a { color: var(--ac); font-weight: 500; transition: opacity .2s }
.dt a:hover { opacity: .7 }
.dl { font-size: .7rem; color: var(--txm); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 3px }
.co-map { margin-top: .5rem; border-radius: var(--r); overflow: hidden; box-shadow: var(--sh) }
.fc { background: var(--sf2); border: 1px solid var(--bd2); border-radius: var(--rxl); padding: 2.25rem; box-shadow: var(--sh); transition: box-shadow .4s var(--e) }
.fc:focus-within { box-shadow: var(--sh-lg); border-color: var(--acp2) }
.fr { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem }
.fg { margin-bottom: 1.25rem }
.fg label { display: block; font-size: var(--text-sm); font-weight: 500; margin-bottom: .4rem; color: var(--tx) }
.fg input, .fg textarea { width: 100%; padding: .75rem 1rem; border: 1px solid var(--bd); border-radius: var(--r); font-family: var(--fb); font-size: var(--text-base); color: var(--tx); background: var(--bg); transition: border-color .2s, box-shadow .2s }
.fg input:focus, .fg textarea:focus { outline: none; border-color: var(--ac); box-shadow: 0 0 0 3px var(--acp) }
.fg textarea { min-height: 130px; resize: vertical }
.fs { width: 100%; padding: .9rem 2rem }
.fg input:invalid:not(:placeholder-shown):not(:focus), .fg textarea:invalid:not(:placeholder-shown):not(:focus) { border-color: #c44; box-shadow: 0 0 0 3px rgba(204,68,68,.1) }
.fg .err-msg { display: none; font-size: var(--text-xs); color: #c44; margin-top: .35rem }
.fg input:invalid:not(:placeholder-shown):not(:focus) ~ .err-msg, .fg textarea:invalid:not(:placeholder-shown):not(:focus) ~ .err-msg { display: block }
.form-error { background: #fef2f2; border: 1px solid #fecaca; border-radius: var(--r); padding: 1rem 1.25rem; margin-top: 1rem; color: #991b1b; font-size: var(--text-sm); line-height: 1.6; display: none }
.form-error.vi { display: block; animation: faq-reveal .3s var(--e) }
.form-success { text-align: center; padding: 3rem 1.5rem }
.form-success .tick { width: 64px; height: 64px; border-radius: 50%; background: var(--acp); color: var(--ac); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem }
.form-success h3 { font-family: var(--fd); font-size: var(--text-xl); font-weight: 400; margin-bottom: .75rem }
.form-success p { color: var(--tx2); line-height: 1.7 }
@media (max-width: 768px) { .cog { grid-template-columns: 1fr } .fr { grid-template-columns: 1fr } }

/* --- FAQ ACCORDION --- */
.faq-wrap { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: .75rem }
.faq-item { border: 1px solid var(--bd2); border-radius: var(--rl); padding: 0; background: var(--sf2); transition: border-color .3s var(--e), box-shadow .3s var(--e) }
.faq-item:hover { border-color: var(--acp2) }
.faq-item[open] { border-color: var(--acp2); box-shadow: 0 4px 16px rgba(45,90,61,.06) }
.faq-item summary { font-family: var(--fd); font-size: var(--text-base); font-weight: 500; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.25rem 1.5rem; transition: color .25s var(--e) }
.faq-item summary::-webkit-details-marker { display: none }
.faq-item summary svg { flex-shrink: 0; transition: transform .3s var(--e); color: var(--txm) }
.faq-item[open] summary svg { transform: rotate(180deg); color: var(--ac) }
.faq-item summary:hover { color: var(--ac) }
.faq-item > div { padding: 0 1.5rem 1.25rem; color: var(--tx2); line-height: 1.75; animation: faq-reveal .3s var(--e) }
@keyframes faq-reveal { from { opacity: 0; transform: translateY(-8px) } to { opacity: 1; transform: translateY(0) } }

/* --- CTA BANNER --- */
.ctb { background: var(--bg2); border-radius: var(--rxl); padding: clamp(3rem, 5vw, 5rem); text-align: center; margin: clamp(3rem, 5vw, 5rem) auto; max-width: var(--mw); position: relative; overflow: hidden }
.ctb::before { content: ''; position: absolute; top: -40%; right: -20%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(45,90,61,.06), transparent 70%); pointer-events: none }
.ctb h2 { font-family: var(--fd); font-size: var(--text-2xl); font-weight: 350; margin-bottom: 1rem; letter-spacing: -.02em }
.ctb p { color: var(--tx2); margin-bottom: 1.5rem; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.7 }

/* --- PAGE HERO --- */
.ph { padding-top: calc(72px + clamp(3rem, 5vw, 4.5rem)); padding-bottom: clamp(2rem, 3vw, 3rem) }
.ph h1 { font-family: var(--fd); font-size: var(--text-3xl); font-weight: 300; letter-spacing: -.025em; margin-bottom: 1rem; line-height: 1.1 }

/* --- PROSE (privacy / legal) --- */
.prose { max-width: 800px }
.prose h2 { font-family: var(--fd); font-size: var(--text-xl); font-weight: 500; margin-bottom: 1rem; letter-spacing: -.01em }
.prose p { color: var(--tx2); line-height: 1.75; margin-bottom: 2rem }
.prose ul { color: var(--tx2); line-height: 1.75; margin-bottom: 2rem; padding-left: 1.5rem; list-style: disc }
.prose a { color: var(--ac); font-weight: 500 }

/* --- FINANCE MISC --- */
.fin-narrow { margin-top: 4rem; max-width: 800px }
.fin-actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: flex-start; margin-top: 2rem }
.fin-disc { margin-top: 3rem; max-width: 800px }
.fin-disc-inner { background: var(--bg2); border: 1px solid var(--bd); border-radius: var(--rl); padding: 2rem }
.fin-disc-inner h3 { font-family: var(--fd); font-size: var(--text-lg); font-weight: 500; margin-bottom: 1rem; letter-spacing: -.01em }
.fin-disc-inner p { font-size: var(--text-sm); color: var(--tx2); line-height: 1.75 }

/* --- LIGHTBOX --- */
.lbx { position: fixed; inset: 0; background: rgba(10,10,8,.94); z-index: 2000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .35s; cursor: pointer; backdrop-filter: blur(4px) }
.lbx.av { opacity: 1; pointer-events: all }
.lbx img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: var(--r); box-shadow: var(--sh-xl) }
.lbx-close { position: absolute; top: 1.5rem; right: 1.5rem; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s, transform .2s var(--e); z-index: 1 }
.lbx-close:hover { background: rgba(255,255,255,.2); transform: scale(1.08) }

/* --- FOOTER --- */
footer { background: #0c0c0a; color: var(--txi); padding: clamp(3rem, 5vw, 5rem) 0 2rem }
.ftg { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: clamp(2rem, 4vw, 4rem) }
.ftb { max-width: 380px }
.ftl { margin-bottom: 1.5rem }
.ft-logo { height: 36px; width: auto; display: block; filter: brightness(0) invert(1); opacity: .85 }
.ftb p { font-size: var(--text-sm); color: rgba(255,255,255,.55); line-height: 1.75 }
.ft-social { display: flex; gap: 1rem; margin-top: 1.25rem }
.ft-social a { color: rgba(255,255,255,.45); transition: color .2s, transform .2s var(--e) }
.ft-social a:hover { color: #fff; transform: translateY(-2px) }
.ftc h5 { font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 1.5rem }
.ftc a { display: block; font-size: var(--text-sm); color: rgba(255,255,255,.65); padding: .3rem 0; transition: color .2s; cursor: pointer; position: relative; width: fit-content }
.ftc a::after { content: ''; position: absolute; bottom: 2px; left: 0; width: 0; height: 1px; background: rgba(255,255,255,.4); transition: width .3s var(--e) }
.ftc a:hover { color: #fff }
.ftc a:hover::after { width: 100% }
.fbo { border-top: 1px solid rgba(255,255,255,.06); margin-top: clamp(2rem, 4vw, 3.5rem); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .75rem }
.fbo-left { display: flex; flex-direction: column; gap: .25rem }
.fbo p { font-size: .72rem; color: rgba(255,255,255,.35) }
.fbo a { font-size: .72rem; color: rgba(255,255,255,.4); text-decoration: underline; text-underline-offset: 3px; transition: color .2s }
.fbo a:hover { color: #fff }
@media (max-width: 768px) { .ftg { grid-template-columns: 1fr; gap: 2rem } }

/* --- SCROLL TO TOP --- */
.scroll-top { position: fixed; bottom: 2rem; right: 2rem; width: 44px; height: 44px; background: var(--ac); color: var(--txi); border-radius: 50%; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .35s, transform .35s var(--e); z-index: 999; box-shadow: var(--sh) }
.scroll-top.vi { opacity: 1; pointer-events: all }
.scroll-top:hover { transform: translateY(-3px); background: var(--ac2); box-shadow: 0 6px 20px rgba(45,90,61,.25) }

/* --- CURSOR GLOW (desktop) --- */
.cursor-glow { position: fixed; width: 350px; height: 350px; border-radius: 50%; pointer-events: none; z-index: 0; background: radial-gradient(circle, rgba(45,90,61,.05) 0%, transparent 70%); transform: translate(-50%, -50%); transition: opacity .4s; opacity: 0 }
.cursor-glow.active { opacity: 1 }

/* --- REDUCED MOTION --- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important }
  .rv, .clip-rv, .scale-rv, .slide-l, .slide-r { opacity: 1; transform: none; clip-path: none }
  .cursor-glow { display: none }
  .hbg img { will-change: auto }
  .hero-scroll { display: none }
}

/* ═══════════════════════════════════════════
   PREMIUM ANIMATIONS
   ═══════════════════════════════════════════ */

/* Page transition overlay */
.pg-t {
  position: fixed; inset: 0; background: var(--bg);
  z-index: 9000; pointer-events: none;
  opacity: 0;
  transition: opacity .25s cubic-bezier(.4, 0, 1, 1);
}
.pg-t.in { opacity: 1; pointer-events: all }
.pg-t.out { opacity: 0; transition: opacity .35s cubic-bezier(0, 0, .2, 1) }

/* Hero line stagger */
.hero-h1 { overflow: hidden }
.hero-h1 .hli { white-space: nowrap }
.hl { display: block; overflow: hidden; line-height: 1.12 }
.hli {
  display: block;
  transform: translateY(120%) rotate(2deg);
  opacity: 0;
  transition: transform .85s var(--e), opacity .7s var(--e);
}
.hl:nth-child(1) .hli { transition-delay: .2s }
.hl:nth-child(2) .hli { transition-delay: .35s }
.hl:nth-child(3) .hli { transition-delay: .5s }
.hli.hli-in { transform: translateY(0) rotate(0deg); opacity: 1 }
.hl-fade {
  opacity: 0; transform: translateY(18px);
  transition: opacity .7s var(--e), transform .7s var(--e);
}
.hl-fade:nth-child(2) { transition-delay: .15s }
.hl-fade.hli-in { opacity: 1; transform: translateY(0) }

/* 3D tilt on project cards */
.pjc {
  transform-style: preserve-3d;
  transition: transform .25s cubic-bezier(.25,1,.5,1), box-shadow .3s;
  will-change: transform;
}


/* Shimmer on images while loading */
.pjc > img,
.pgm img,
.srh > img,
.sgg img {
  background: var(--bg2);
}
.pjc::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.06) 50%, transparent 100%);
  background-size: 200% 100%;
  animation: shimmer 1.6s cubic-bezier(.4, 0, .6, 1) infinite;
  transition: opacity .4s;
  pointer-events: none;
}
.pjc.img-loaded::before,
.pjc > img.loaded::before { opacity: 0 }
@keyframes shimmer {
  from { background-position: -200% 0 }
  to { background-position: 200% 0 }
}


/* Services icon upgrade */
.sic {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.1);
  transition: background .3s, transform .3s var(--e), border-color .3s;
}
.svi:hover .sic {
  background: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.2);
  transform: scale(1.1) rotate(-3deg);
}

/* Full-bleed dark CTA upgrade */
.ctb {
  background: var(--tx);
  color: var(--txi);
  border-radius: 0;
  max-width: 100%;
  margin: 0;
  padding: clamp(4rem, 8vw, 7rem) var(--gt);
}
.ctb::before {
  background: radial-gradient(circle at 70% 50%, rgba(45,90,61,.15), transparent 60%);
}
.ctb h2 { color: #fff; font-size: var(--text-3xl); font-weight: 300 }
.ctb p { color: rgba(255,255,255,.7) }
.ctb .btn.bp {
  background: var(--ac); border-color: var(--ac);
  box-shadow: 0 4px 24px rgba(45,90,61,.35);
}
.ctb .btn.bp:hover { background: var(--ac2); border-color: var(--ac2) }

/* Projects filter bar */
.pf-bar { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2.5rem }
.pf-btn { padding: .45rem 1.15rem; border-radius: 2rem; border: 1px solid var(--bd2); background: var(--bg); color: var(--tx2); font-size: var(--text-sm); font-weight: 500; cursor: pointer; transition: border-color .25s var(--e), color .25s var(--e), background .25s var(--e), box-shadow .25s var(--e) }
.pf-btn:hover { border-color: var(--ac); color: var(--ac) }
.pf-btn.av { background: var(--ac); border-color: var(--ac); color: var(--txi); box-shadow: 0 2px 12px rgba(45,90,61,.25) }

/* Smooth section reveal */
@media (prefers-reduced-motion: reduce) {
  .hl .hli, .hl-fade { transform: none !important; opacity: 1 !important; transition: none !important }
  .pjc { transform: none !important; transition: none !important }
  .pg-t { display: none !important }
}

/* ═══════════════════════════════════════════
   MARQUEE STRIP
   ═══════════════════════════════════════════ */
.mq { overflow: hidden; background: var(--ac3); padding: 1.1rem 0; white-space: nowrap }
.mq-track {
  display: inline-flex; align-items: center; gap: 0;
  animation: marquee 40s linear infinite;
  will-change: transform;
}
.mq-track span {
  font-family: var(--fd); font-size: var(--text-xl); font-weight: 300;
  font-style: italic; color: rgba(255,255,255,.65); padding: 0 1.5rem;
  letter-spacing: .01em;
}
.mq-sep { width: 5px; height: 5px; border-radius: 50%; background: rgba(139,196,154,.35); flex-shrink: 0 }
@keyframes marquee { 0% { transform: translateX(0) } 100% { transform: translateX(-50%) } }
@media (prefers-reduced-motion: reduce) { .mq-track { animation: none } }

/* ═══════════════════════════════════════════
   BLOG
   ═══════════════════════════════════════════ */

/* Blog filters */
.blog-filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2.5rem }
.bf-btn { padding: .45rem 1.15rem; border-radius: 2rem; border: 1px solid var(--bd2); background: var(--bg); color: var(--tx2); font-size: var(--text-sm); font-weight: 500; cursor: pointer; transition: border-color .25s var(--e), color .25s var(--e), background .25s var(--e), box-shadow .25s var(--e) }
.bf-btn:hover { border-color: var(--ac); color: var(--ac) }
.bf-active { background: var(--ac); border-color: var(--ac); color: var(--txi); box-shadow: 0 2px 12px rgba(45,90,61,.25) }

/* Blog grid */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem }
@media (max-width: 1024px) { .blog-grid { grid-template-columns: repeat(2, 1fr) } }
@media (max-width: 640px) { .blog-grid { grid-template-columns: 1fr } }

/* Blog card */
.blog-card { background: var(--sf2); border: 1px solid var(--bd2); border-radius: var(--rl); overflow: hidden; cursor: pointer; transition: transform .4s var(--e), box-shadow .4s var(--e), border-color .3s }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: var(--acp2) }
.bc-img { height: 180px; display: flex; align-items: center; justify-content: center; color: var(--ac) }
.bc-body { padding: 1.5rem }
.bc-tag { display: inline-block; padding: .2rem .75rem; background: var(--acp); color: var(--ac); font-size: .68rem; font-weight: 600; border-radius: 100px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: .5rem }
.bc-date { display: block; font-size: var(--text-xs); color: var(--txm); margin-bottom: .65rem }
.bc-title { font-family: var(--fd); font-size: var(--text-lg); font-weight: 500; line-height: 1.3; letter-spacing: -.01em; margin-bottom: .5rem }
.bc-excerpt { font-size: var(--text-sm); color: var(--tx2); line-height: 1.65; margin-bottom: 1rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden }
.bc-read { font-size: var(--text-sm); font-weight: 600; color: var(--ac); display: inline-flex; align-items: center; gap: .35rem; transition: gap .3s var(--e) }
.blog-card:hover .bc-read { gap: .6rem }

/* Blog post detail */
.bl-hero { padding-top: calc(72px + 3rem); padding-bottom: 3rem; background: var(--bg2) }
.bl-back { display: inline-flex; align-items: center; gap: .5rem; font-size: var(--text-sm); font-weight: 500; color: var(--txm); margin-bottom: 2rem; cursor: pointer; transition: color .2s; min-height: 44px }
.bl-back:hover { color: var(--ac) }
.bl-tag { display: inline-block; padding: .25rem .85rem; background: var(--acp); color: var(--ac); font-size: .68rem; font-weight: 600; border-radius: 100px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 1rem }
.bl-hero h1 { font-family: var(--fd); font-size: var(--text-3xl); font-weight: 300; letter-spacing: -.025em; line-height: 1.1; margin-bottom: 1rem; max-width: 800px }
.bl-date { font-size: var(--text-sm); color: var(--txm) }
.bl-body { padding: clamp(3rem, 5vw, 5rem) 0 }
.bl-prose { max-width: 760px }
.bl-prose p { color: var(--tx2); line-height: 1.85; margin-bottom: 1.75rem; font-size: var(--text-base) }
.bl-prose h2 { font-family: var(--fd); font-size: var(--text-xl); font-weight: 500; margin-bottom: 1rem; margin-top: 2.5rem; letter-spacing: -.01em; color: var(--tx) }
.bl-prose h3 { font-family: var(--fd); font-size: var(--text-lg); font-weight: 500; margin-bottom: .75rem; margin-top: 2rem; color: var(--tx) }
.bl-prose ul { color: var(--tx2); line-height: 1.85; margin-bottom: 1.75rem; padding-left: 1.5rem; list-style: disc }
.bl-prose ul li { margin-bottom: .5rem }
.bl-cta { background: var(--acp); border-radius: var(--rl); padding: 2.5rem; margin-top: 3rem; text-align: center }
.bl-cta p { color: var(--tx); font-family: var(--fd); font-size: var(--text-lg); font-weight: 400; margin-bottom: 1.25rem }


