/* Shared card language for the home services and web project types. */
.home-refined .flama-grid-head{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,.8fr);gap:1.5rem 5rem;align-items:end;margin-bottom:3.25rem}
.home-refined .flama-grid-head .kicker{grid-column:1/-1;margin-bottom:0}
.home-refined .flama-grid-head h2{font-size:clamp(2.6rem,4.4vw,4.25rem);line-height:1.12;max-width:22ch}
.home-refined .flama-grid-aside{padding-bottom:.2rem}
.home-refined .flama-grid-aside>p{font-size:1rem;line-height:1.8;color:var(--gray);max-width:35ch}
.home-refined .flama-grid-aside>.home-text-link{margin-top:1rem;font-size:.875rem;gap:1.25rem}
.home-refined .flama-card-grid{display:grid;gap:1.25rem;align-items:stretch}
.home-refined .flama-card-grid--home{grid-template-columns:repeat(6,minmax(0,1fr))}
.home-refined .flama-card-grid--types{grid-template-columns:repeat(3,minmax(0,1fr))}
.home-refined .flama-card{--card-accent:#b95334;position:relative;display:flex;flex-direction:column;min-width:0;padding:2rem;border:1px solid rgba(27,24,21,.14);border-radius:12px;background:rgba(255,255,255,.64);box-shadow:0 4px 16px -12px rgba(55,37,24,.08);transition:border-color .25s,background .25s,box-shadow .25s}
.home-refined .flama-card-grid--home>.flama-card{grid-column:span 2}
.home-refined .flama-card-grid--home>.flama-card:nth-child(-n+2){grid-column:span 3;padding:2.25rem}
.home-refined .flama-card-grid--home>.flama-card:first-child{background:linear-gradient(130deg,rgba(255,255,255,.86),rgba(243,226,215,.63));border-color:rgba(162,91,57,.22)}
.home-refined .flama-card-grid--home>.flama-card:nth-child(2){--card-accent:#54776a;background:linear-gradient(130deg,rgba(255,255,255,.85),rgba(226,234,224,.63))}
.home-refined .flama-card-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}
.home-refined .flama-card-number{font-size:.75rem;color:var(--gray);font-variant-numeric:tabular-nums;letter-spacing:.04em}
.home-refined .flama-card-icon{width:42px;height:42px;display:grid;place-items:center;color:var(--card-accent);border:1px solid rgba(27,24,21,.12);border-radius:10px;background:rgba(255,255,255,.48)}
.home-refined .flama-card-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}
.home-refined main .flama-card h3{font-size:clamp(1.5rem,2.05vw,1.9rem);font-weight:500;letter-spacing:-.045em;line-height:1.2;max-width:19ch;margin:0}
.home-refined main .flama-card-grid--home>.flama-card:nth-child(-n+2) h3{font-size:clamp(1.7rem,2.5vw,2.4rem);max-width:25ch}
.home-refined .flama-card-description{font-size:1rem;line-height:1.75;color:var(--gray);margin-top:1.15rem;max-width:54ch}
.home-refined .flama-card-features{display:flex;flex-wrap:wrap;gap:.4rem 1rem;list-style:none;margin:1.5rem 0 1.75rem;padding:0}
.home-refined .flama-card-features li{font-size:.875rem;line-height:1.6;color:var(--gray)}
.home-refined .flama-card-features li::before{content:'·';margin-right:.5rem;color:var(--card-accent)}
.home-refined .flama-card-link{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto;border-top:1px solid rgba(27,24,21,.14);padding-top:1.1rem;min-height:48px;text-decoration:none;font-size:.875rem;line-height:1.5;font-weight:500}
.home-refined .flama-card-link>span{font-size:1.4rem;line-height:1;transition:transform .25s}
.home-refined .flama-card-link:hover>span{transform:translate(3px,-3px)}
.home-refined .flama-card-link:focus-visible{outline-offset:5px;border-radius:2px}
.home-refined .flama-card:focus-within{border-color:rgba(161,81,47,.55);box-shadow:0 12px 28px -20px rgba(55,37,24,.24)}
.home-refined .flama-card-grid--types .flama-card-top{margin-bottom:1.6rem}
.home-refined .flama-card-grid--types .flama-card-features{display:grid;gap:.35rem;margin-top:auto;margin-bottom:0;padding-top:1.5rem}
.home-refined .flama-card-grid--types .flama-card-description{margin-bottom:1.5rem}
.home-refined .flama-card-grid--types .flama-card-features::before{content:'';display:block;height:1px;background:rgba(27,24,21,.12);margin-bottom:.9rem}
@media(hover:hover){.home-refined .flama-card:hover{border-color:rgba(161,81,47,.4);background-color:rgba(255,255,255,.87);box-shadow:0 14px 34px -22px rgba(55,37,24,.22)}}
@media(max-width:1100px){.home-refined .flama-grid-head{gap:1.4rem 3rem}.home-refined .flama-card{padding:1.6rem}.home-refined .flama-card-grid--home>.flama-card:nth-child(-n+2){padding:1.9rem}.home-refined .flama-card-grid--home{grid-template-columns:repeat(2,minmax(0,1fr))}.home-refined .flama-card-grid--home>.flama-card,.home-refined .flama-card-grid--home>.flama-card:nth-child(-n+2){grid-column:auto}.home-refined .flama-card-grid--home>.flama-card:last-child{grid-column:1/-1}.home-refined .flama-card-grid--home>.flama-card:last-child .flama-card-description{max-width:75ch}.home-refined .flama-card-grid--types{grid-template-columns:repeat(2,minmax(0,1fr))}.home-refined main .flama-card-grid--home>.flama-card:nth-child(-n+2) h3{font-size:1.9rem}.home-refined .flama-grid-aside>.home-text-link{font-size:.8125rem;gap:.8rem}}
@media(max-width:820px){.home-refined .flama-grid-head{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}.home-refined .flama-grid-head h2{max-width:22ch;font-size:3rem}.home-refined .flama-grid-head .kicker{margin-bottom:0}.home-refined .flama-grid-aside>p{max-width:50ch}.home-refined .flama-grid-aside>.home-text-link{font-size:.875rem;margin-top:.6rem}.home-refined .flama-card-grid{gap:1rem}.home-refined .flama-card-top{margin-bottom:1.7rem}.home-refined .flama-card-grid--home>.flama-card:nth-child(-n+2){padding:1.6rem}.home-refined main .flama-card-grid--home>.flama-card:nth-child(-n+2) h3,.home-refined main .flama-card h3{font-size:1.7rem}}
@media(max-width:600px){.home-refined .flama-grid-head h2{font-size:clamp(2.5rem,8.6vw,3rem);max-width:20ch}.home-refined .flama-grid-head{gap:1.25rem;margin-bottom:2rem}.home-refined .flama-card-grid--home,.home-refined .flama-card-grid--types{grid-template-columns:minmax(0,1fr)}.home-refined .flama-card-grid--home>.flama-card:last-child{grid-column:auto}.home-refined .flama-card,.home-refined .flama-card-grid--home>.flama-card:nth-child(-n+2){padding:1.6rem;border-radius:10px}.home-refined .flama-card-top,.home-refined .flama-card-grid--types .flama-card-top{margin-bottom:1.5rem}.home-refined main .flama-card h3,.home-refined main .flama-card-grid--home>.flama-card:nth-child(-n+2) h3{font-size:1.8rem;max-width:19ch}.home-refined .flama-card-description{margin-top:1rem;line-height:1.75}.home-refined .flama-card-features{margin:1.3rem 0 1.5rem;gap:.35rem .9rem}.home-refined .flama-card-icon{width:39px;height:39px}.home-refined .flama-card-grid--types .flama-card-description{margin-bottom:.7rem}.home-refined .flama-card-grid--types .flama-card-features{padding-top:1rem}}
@media(prefers-reduced-motion:reduce){.home-refined .flama-card,.home-refined .flama-card-link>span{transition:none}.home-refined .flama-card-link:hover>span{transform:none}}
