:root{--header-height: 72px;--container-max: 1100px;--radius-card: 18px;--radius-input: 14px;--radius-btn: 999px;--color-bg: #ffffff;--color-bg-alt: #fafafa;--color-text: #111111;--color-text-muted: #555555;--color-border: rgba(0, 0, 0, .08);--footer-bg: #0b1220;--footer-text: rgba(255, 255, 255, .86);--ease-standard: .18s ease}@media(max-width:768px){:root{--header-height: 64px}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-text);background-color:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{color:var(--color-text);font-weight:500;line-height:1.15}h1{font-size:clamp(2.6rem,4vw,3.4rem);letter-spacing:-.02em}h2{font-size:1.9rem;letter-spacing:-.01em;margin-bottom:1.75rem}h3{font-size:1.15rem}p{max-width:720px;color:#444}p+p{margin-top:1rem}a{text-decoration:none;color:inherit;transition:opacity var(--ease-standard)}.container{max-width:var(--container-max);margin:0 auto;padding:0 2rem}main{min-height:80vh}.section{padding:2rem 0}.section:nth-of-type(2n){background:var(--color-bg-alt)}.grid,.grid-2{display:grid;gap:1.25rem}@media(min-width:620px){.grid--3{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr 1fr}}@media(min-width:900px){.grid--3{grid-template-columns:repeat(3,1fr)}}.site-header{position:sticky;top:0;z-index:30;background:#ffffffeb;backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06)}.header__inner{display:flex;align-items:center;justify-content:space-between;min-height:var(--header-height)}.logo{display:inline-flex;align-items:center}.logo img{width:44px;height:auto;display:block;transition:transform var(--ease-standard),opacity var(--ease-standard)}.logo:hover img{transform:translateY(-1px);opacity:.95}.nav a{margin-left:1.75rem;font-size:.88rem;color:var(--color-text);opacity:.75;letter-spacing:.02em}.nav a:hover{opacity:1}@media(max-width:768px){.nav{display:none}.logo img{width:38px}}.hero,.page-hero,.project-hero{position:relative;display:flex;align-items:flex-end;color:#fff;background-size:cover;background-repeat:no-repeat;background-position:center}.hero h1,.page-hero h1,.project-hero h1{color:#fff;max-width:20ch;text-shadow:0 2px 12px rgba(0,0,0,.45),0 1px 3px rgba(0,0,0,.35)}.hero__eyebrow,.project-hero__tag,.hero-eyebrow{display:block;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;opacity:.85;margin-bottom:1rem;color:#ffffffd9}.hero__lead,.page-hero__lead{color:#ffffffe0;max-width:60ch;margin-top:1rem}.hero{min-height:calc(78vh - var(--header-height));padding:4.5rem 0 4rem;background-image:url(/images/hero/hero-dyg.webp);background-position:30% 50%}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#000000c7,#0000008c 40%,#00000026 75%,#0000000d),linear-gradient(180deg,#00000040,#00000073)}.project-hero{min-height:44vh;padding:4.25rem 0 3.25rem;background-position:50% 45%}.project-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(80% 120% at 25% 85%,#0000008c,#00000042 55%,#0000001a),linear-gradient(180deg,#0000001f,#0000006b)}.page-hero{min-height:46vh;padding:6rem 0 3.5rem;background-position:50% 45%}.gallery img{display:block;width:100%;height:auto;border-radius:var(--radius-card);object-fit:cover}.activity-columns{gap:2rem}.activity-col{position:relative;color:#fff;border-radius:var(--radius-card);background-size:cover;background-position:center;min-height:360px;display:flex;flex-direction:column;justify-content:flex-end}.activity-col:before{content:"";position:absolute;inset:0;background:#0009;border-radius:inherit}.activity-col>*{position:relative;z-index:1}.activity-col__content{background:#00000080;padding:1.75rem;border-radius:var(--radius-card)}.activity-col__content h3,.activity-col__content p,.activity-col__content .bullets li,.activity-col__content .muted{color:#fff}.activity-col__content .bullets{margin-top:1rem}@media(min-width:900px){.gallery img{height:220px}}.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#000000b3,#0006 55%,#00000026),linear-gradient(180deg,#0000002e,#00000085)}.hero__inner,.page-hero__inner,.project-hero__inner{position:relative;z-index:1;max-width:820px}@media(max-width:768px){.hero{min-height:calc(68vh - var(--header-height));padding:4rem 0 3rem}.page-hero{min-height:40vh;padding:5rem 0 3rem}}.area-card,.project-card{display:block;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-card);padding:1.25rem;transition:transform var(--ease-standard),box-shadow var(--ease-standard),border-color var(--ease-standard)}.area-card{position:relative;padding-top:2.75rem}.area-card__icon{position:absolute;top:-1.25rem;left:1.25rem;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--color-bg-alt);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;color:var(--color-text);overflow:hidden}.area-card__icon img{width:100%;height:100%;object-fit:cover}.project-card{display:flex;flex-direction:column;padding:0}.project-card__thumb{width:100%;aspect-ratio:16/9;background-size:cover;background-position:center;border-top-left-radius:var(--radius-card);border-top-right-radius:var(--radius-card);transition:transform var(--ease-standard)}.project-card:hover .project-card__thumb{transform:scale(1.03)}.project-card__body{padding:1.25rem}.area-card p,.project-card p{margin-top:.5rem;color:var(--color-text-muted)}.area-card:hover,.project-card:hover{transform:translateY(-2px);border-color:#00000024;box-shadow:0 10px 30px #00000014}.project-card h3{text-decoration:none}.project-card h3:after{content:"↗";margin-left:.5rem;font-size:.95em;opacity:.55}.project-card__tag{display:inline-block;font-size:.8rem;letter-spacing:.02em;color:#000000b3;background:#0000000d;padding:.25rem .55rem;border-radius:999px;margin-bottom:.75rem}.hero__cta{display:flex;gap:.75rem;flex-wrap:wrap}.btn{display:inline-block;padding:.85rem 1.1rem;border-radius:var(--radius-btn);color:var(--color-text);background:#fff;font-weight:500}.btn--ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35)}.contact-form{max-width:780px;background:#fff;padding:2rem;border-radius:var(--radius-card);box-shadow:0 8px 24px #00000014}.contact-form label span{display:block;font-weight:500;margin-bottom:.4rem}.contact-form input,.contact-form textarea{font-size:1rem}.contact-form fieldset{border:none;padding:0;margin:0}.contact-form label{display:block;margin-top:1.1rem}.contact-form .form-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-top:1.25rem}.contact-form span{display:block;font-size:.9rem;color:#222;margin-bottom:.4rem}.contact-form input,.contact-form textarea{width:100%;border:1px solid rgba(0,0,0,.12);border-radius:var(--radius-input);padding:.9rem 1rem;font:inherit;outline:none;background:#fff;transition:border-color .2s,box-shadow .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:#00000040;box-shadow:0 0 0 4px #0000000d}.form-hint{margin-top:.85rem;font-size:.9rem;color:#666}.bullets{margin-top:.75rem;padding-left:1.1rem}.bullets li{margin:.45rem 0;color:#444;max-width:72ch}.site-footer{margin-top:2rem;background:var(--footer-bg);color:var(--footer-text);padding:3.5rem 0 1.5rem}.footer__inner{display:grid;gap:2rem}.footer__logo img{width:44px;height:auto;margin-bottom:1rem;filter:brightness(1.1)}.footer__tagline{color:#ffffffbf;max-width:42ch}.footer__cols{display:grid;gap:1.5rem}.footer__col h4{font-size:.95rem;font-weight:600;margin-bottom:.75rem;color:#fff;letter-spacing:.01em}.footer__col a{display:block;color:#ffffffbf;margin-bottom:.5rem}.footer__col a:hover{color:#fff}.footer__bottom{margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.12);font-size:.95rem;color:#ffffffa6}@media(min-width:900px){.footer__inner{grid-template-columns:1.1fr 1.9fr;align-items:start}.footer__cols{grid-template-columns:repeat(3,minmax(0,1fr))}}.theme-dark .site-header{position:fixed;top:0;left:0;width:100%;height:64px;padding:0;background:#fff;z-index:40;display:flex;align-items:center}.theme-dark .header__inner{height:64px;width:100%}.theme-dark .logo img{width:38px}.theme-dark .project-hero{padding-top:calc(4.25rem + 64px)}@media(max-width:768px){.theme-dark .site-header,.theme-dark .header__inner{height:56px}.theme-dark .logo img{width:34px}.theme-dark .project-hero{min-height:38vh;padding-top:calc(3.25rem + 56px);padding-bottom:2.5rem}}
