:root{--color-bg: #f5f1e8;--color-bg-soft: #f0e9dc;--color-surface: rgba(255, 252, 247, .72);--color-border: rgba(107, 30, 30, .14);--color-text: #1f1f1f;--color-muted: #5c534c;--color-accent: #6b1e1e;--color-accent-soft: rgba(107, 30, 30, .08);--color-gold: #b08d57;--shadow-soft: 0 20px 60px rgba(55, 37, 24, .08);--container: min(1120px, calc(100vw - 2rem) );--radius-card: 22px;--radius-pill: 999px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:radial-gradient(circle at top,rgba(176,141,87,.12),transparent 30%),linear-gradient(180deg,#f7f3ea 0%,var(--color-bg) 42%,#efe7d8 100%);color:var(--color-text);font-family:"Source Sans 3",sans-serif;line-height:1.65;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page-shell{position:relative;overflow:clip}.page-shell:before,.page-shell:after{content:"";position:absolute;inset:auto;pointer-events:none;z-index:0}.page-shell:before{top:3.5rem;left:-7rem;width:14rem;height:14rem;border:1px solid rgba(176,141,87,.24);border-radius:50%}.page-shell:after{right:-6rem;bottom:16rem;width:13rem;height:13rem;border:1px solid rgba(107,30,30,.14);border-radius:24px;transform:rotate(24deg)}.hero,.content-section,.site-footer{position:relative;z-index:1;width:var(--container);margin-inline:auto}.hero{min-height:100svh;display:grid;align-content:center;justify-items:center;gap:1.25rem;padding:5rem 0 4rem;text-align:center}.hero__ornament{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.2rem;border:1px solid rgba(176,141,87,.38);border-radius:var(--radius-pill);background:#fffaf39e;backdrop-filter:blur(14px);box-shadow:var(--shadow-soft);animation:rise-in .72s ease-out both}.hero__ornament span{width:.9rem;height:.9rem;border-radius:50%;border:1px solid rgba(107,30,30,.22)}.hero__ornament span:nth-child(2){width:1.15rem;height:1.15rem;background:#b08d5729}.hero__eyebrow,.section-title__eyebrow,.project-card__meta{margin:0;color:var(--color-accent);font-size:.82rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase}.hero h1,.section-title h2,.project-card h3,.site-footer__brand{margin:0;font-family:Cormorant Garamond,serif;font-weight:600;letter-spacing:.01em}.hero h1{max-width:9ch;font-size:clamp(3.3rem,11vw,6.8rem);line-height:.93;animation:rise-in .82s ease-out both}.hero__subtitle{max-width:34rem;margin:0;font-size:clamp(1.05rem,2.8vw,1.35rem);color:var(--color-muted);animation:rise-in .92s ease-out both}.hero__mission{max-width:42rem;margin:0;color:var(--color-text);font-size:1rem;animation:rise-in 1.02s ease-out both}.hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem;margin-top:.9rem;animation:rise-in 1.12s ease-out both}.button-link{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.75rem 1.2rem;border:1px solid rgba(107,30,30,.18);border-radius:var(--radius-pill);background:#fffcf799;color:var(--color-text);font-size:.98rem;font-weight:600;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.button-link:hover,.button-link:focus-visible,.project-card__link:hover,.project-card__link:focus-visible,.site-footer__links a:hover,.site-footer__links a:focus-visible{transform:translateY(-2px)}.button-link:hover,.button-link:focus-visible{border-color:#6b1e1e57;background:#fffcf7e0;box-shadow:var(--shadow-soft);outline:none}.button-link--solid{background:var(--color-accent);border-color:var(--color-accent);color:#f8f2ea}.button-link--solid:hover,.button-link--solid:focus-visible{background:#5d1515}.content-section{padding:2rem 0 0}.content-section+.content-section{padding-top:5rem}.section-title{max-width:40rem;margin-bottom:2rem}.section-title--center{margin-inline:auto;text-align:center}.section-title h2{font-size:clamp(2.2rem,6vw,3.6rem);line-height:.98}.section-title__intro{margin:.8rem 0 0;color:var(--color-muted);font-size:1.02rem}.project-grid{display:grid;gap:1rem}.project-card{display:grid;gap:.9rem;padding:1.5rem;border:1px solid var(--color-border);border-radius:var(--radius-card);background:linear-gradient(180deg,#fffbf5e6,#fbf6eed1),var(--color-surface);box-shadow:var(--shadow-soft);transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.project-card:hover,.project-card:focus-within{transform:translateY(-3px);border-color:#6b1e1e3d}.project-card h3{font-size:2rem;line-height:1}.project-card p{margin:0;color:var(--color-muted)}.project-card__link{justify-self:flex-start;color:var(--color-accent);font-weight:700}.project-card__actions{display:flex;flex-wrap:wrap;gap:1rem}.project-card__link--secondary{color:var(--color-muted)}.content-section--mission{display:grid;gap:1.5rem;align-items:start;padding-bottom:4rem}.mission-block{display:grid;gap:1rem;padding:1.75rem;border-left:2px solid rgba(176,141,87,.54);background:linear-gradient(180deg,#fffcf785,#fffcf724)}.mission-block p{margin:0;max-width:58rem;font-size:1.08rem}.site-footer{display:grid;gap:1rem;padding:1.5rem 0 2.4rem;border-top:1px solid rgba(107,30,30,.12)}.site-footer__brand{font-size:2rem}.site-footer__copy,.site-footer__copyright{margin:0;color:var(--color-muted)}.site-footer__links{display:flex;flex-wrap:wrap;gap:1rem;color:var(--color-accent);font-weight:600}@keyframes rise-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(min-width:760px){.project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.content-section--mission{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}.site-footer{grid-template-columns:1fr auto auto;align-items:end}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important;scroll-behavior:auto!important}}
