@font-face{font-family:Onest;src:url('/dkedra/assets/Onest-Regular.ttf')}@font-face{font-family:Onest;src:url('/dkedra/assets/Onest-SemiBold.ttf');font-weight:600}@font-face{font-family:Onest;src:url('/dkedra/assets/Onest-Black.ttf');font-weight:900}
:root{--ink:#20251f;--muted:#687066;--line:#dfe3dc;--paper:#f5f4ed;--white:#fff;--green:#496b31;--blue:#243f8f;--orange:#d26732}
*{box-sizing:border-box}
html{min-height:100%;background:var(--paper)}
body{min-height:100vh;margin:0;color:var(--ink);font-family:Onest,Arial,sans-serif;background:radial-gradient(circle at 90% 8%,rgba(151,183,111,.3),transparent 28%),radial-gradient(circle at 4% 88%,rgba(190,153,99,.2),transparent 30%),var(--paper)}
.shell{width:min(1240px,calc(100% - 48px));min-height:100vh;margin:auto;padding:42px 0 30px;display:flex;flex-direction:column}
.intro{display:grid;grid-template-columns:240px 1fr;gap:clamp(40px,8vw,130px);align-items:start;padding-bottom:70px}
.brand{display:inline-flex;align-items:center;gap:12px;color:var(--ink);font-weight:600;text-decoration:none;letter-spacing:.01em}
.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--ink);color:#fff;font-weight:900}
.eyebrow{margin:4px 0 18px;color:var(--green);font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}
h1{max-width:800px;margin:0;font-size:clamp(52px,7vw,96px);font-weight:900;letter-spacing:-.055em;line-height:.94}
.lead{max-width:690px;margin:28px 0 0;color:var(--muted);font-size:clamp(17px,2vw,21px);line-height:1.6}
.projects{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.project{position:relative;min-height:310px;padding:24px;display:flex;flex-direction:column;border:1px solid rgba(32,37,31,.12);border-radius:22px;background:rgba(255,255,255,.83);box-shadow:0 18px 50px rgba(42,49,39,.07);color:var(--ink);text-decoration:none;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.project:before{content:'';position:absolute;right:-60px;bottom:-80px;width:220px;height:220px;border-radius:50%;background:var(--accent);opacity:.13;transition:transform .3s ease}
.project:hover,.project:focus-visible{transform:translateY(-7px);border-color:var(--accent);box-shadow:0 25px 65px rgba(42,49,39,.14);outline:none}
.project:hover:before,.project:focus-visible:before{transform:scale(1.18)}
.project-delaflor{--accent:var(--blue)}.project-dkedra{--accent:var(--green)}.project-idiscount{--accent:var(--orange)}
.project-number{color:var(--muted);font-size:12px;font-weight:600;letter-spacing:.14em}
.project-icon{position:relative;z-index:1;display:grid;place-items:center;width:76px;height:76px;margin:42px 0 32px;border-radius:20px;background:var(--accent);color:#fff;font-size:26px;font-weight:900;box-shadow:0 13px 32px color-mix(in srgb,var(--accent) 28%,transparent)}
.project-copy{position:relative;z-index:1;display:grid;gap:9px}.project-copy strong{font-size:28px;font-weight:900}.project-copy small{max-width:250px;color:var(--muted);font-size:14px;line-height:1.5}
.arrow{position:absolute;right:24px;bottom:25px;z-index:1;color:var(--accent);font-size:31px;transition:transform .25s ease}.project:hover .arrow{transform:translateX(5px)}
footer{margin-top:auto;padding-top:54px;display:flex;justify-content:space-between;color:#7a8177;font-size:12px}
@media(max-width:900px){.intro{grid-template-columns:1fr;gap:48px;padding-bottom:52px}.projects{grid-template-columns:1fr}.project{min-height:230px}.project-icon{margin:30px 0 24px}}
@media(max-width:560px){.shell{width:min(100% - 28px,1240px);padding-top:24px}.intro{gap:38px}.brand{font-size:14px}h1{font-size:48px}.lead{font-size:16px}.project{min-height:220px;padding:20px;border-radius:17px}.project-icon{width:64px;height:64px;margin:27px 0 20px;border-radius:17px}.project-copy strong{font-size:24px}footer{gap:12px;flex-direction:column;padding-bottom:12px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
