:root{--color-accent: #dfea3b;--color-accent-hover: #c7d62b;--color-on-accent: #141414;--color-bg: #fbfaf5;--color-bg-alt: #f0ede4;--color-border: #e4dfd3;--color-text: #353535;--color-heading: #1e1e1e;--color-muted: #6b6552;--color-surface: #ffffff;--color-footer-bg: #161616;--font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;--radius-card: 4px;--radius-btn: 8px;--shadow-card: 0 14px 27px -5px rgba(0, 0, 0, .095);--container-max: 1280px;--section-pad-y: clamp(56px, 8vw, 104px);--header-h: 95px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-family);font-weight:500;font-size:16px;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{color:var(--color-heading);font-weight:800;letter-spacing:-.02em;line-height:1.08;margin:0 0 .5em}h1{font-size:clamp(2.2rem,5vw,4rem)}h2{font-size:clamp(1.7rem,3.5vw,2.5rem)}h3{font-size:clamp(1.2rem,2vw,1.5rem);font-weight:700}p{margin:0 0 1rem}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:clamp(1rem,4vw,2.5rem)}.band{padding-block:var(--section-pad-y)}.band--alt{background:var(--color-bg-alt)}.band--dark{background:var(--color-heading);color:#f4f2ec}.band--dark h1,.band--dark h2,.band--dark h3{color:#fff}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:700;color:var(--color-heading);margin-bottom:.75rem}.band--dark .eyebrow,.page-hero .eyebrow{color:var(--color-accent)}.lead{font-size:clamp(1.05rem,1.6vw,1.3rem);max-width:52ch}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.5rem;border-radius:var(--radius-btn);font-weight:700;font-size:1rem;line-height:1.2;cursor:pointer;border:2px solid transparent;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.btn--primary{background:var(--color-accent);color:var(--color-on-accent)}.btn--primary:hover{background:var(--color-accent-hover)}.btn--ghost{background:transparent;color:var(--color-heading);border-color:var(--color-border)}.btn--ghost:hover{border-color:var(--color-heading)}.band--dark .btn--ghost,.page-hero .btn--ghost{color:#fff;border-color:#ffffff80}.band--dark .btn--ghost:hover,.page-hero .btn--ghost:hover{border-color:#fff}.card{background:var(--color-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-card);overflow:hidden;display:flex;flex-direction:column}.card__media{aspect-ratio:3 / 2;overflow:hidden}.card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.card:hover .card__media img{transform:scale(1.04)}.card__body{padding:1.25rem 1.4rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.card__age{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted)}.grid{display:grid;gap:1.75rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr))}.ticks{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.ticks li{position:relative;padding-left:1.9rem;font-weight:600}.ticks li:before{content:"";position:absolute;left:0;top:.15em;width:1.15rem;height:1.15rem;border-radius:999px;background:var(--color-accent);box-shadow:inset 0 0 0 2px var(--color-heading)}.prose p{max-width:68ch}.prose a{color:var(--color-heading);text-decoration:underline;text-decoration-color:var(--color-accent);text-decoration-thickness:3px;text-underline-offset:3px}:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}.grecaptcha-badge{z-index:100!important;bottom:8.5rem!important}[data-lightbox]{cursor:zoom-in}.lightbox{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;background:#0f0f0feb;padding:clamp(1rem,4vw,3rem)}.lightbox.is-open{display:flex}.lightbox__img{max-width:min(92vw,1200px);max-height:86vh;width:auto;height:auto;border-radius:var(--radius-card);box-shadow:0 20px 60px #00000080}.lightbox__caption{position:absolute;bottom:max(1rem,env(safe-area-inset-bottom));left:0;right:0;text-align:center;color:#f4f2ec;font-size:.9rem;margin:0;padding-inline:1rem}.lightbox__btn{position:absolute;background:#14141499;color:#fff;border:2px solid rgba(255,255,255,.35);border-radius:999px;width:3rem;height:3rem;font-size:1.6rem;line-height:1;display:grid;place-items:center;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.lightbox__btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.lightbox__close{top:clamp(1rem,3vw,2rem);right:clamp(1rem,3vw,2rem)}.lightbox__nav{top:50%;transform:translateY(-50%)}.lightbox__prev{left:clamp(.5rem,2vw,1.5rem)}.lightbox__next{right:clamp(.5rem,2vw,1.5rem)}.lightbox[data-single=true] .lightbox__nav{display:none}.skip-link[data-astro-cid-sckkx6r4]{position:absolute;left:-9999px;top:0;background:var(--color-accent);color:var(--color-on-accent);padding:.6rem 1rem;font-weight:700;z-index:100}.skip-link[data-astro-cid-sckkx6r4]:focus{left:0}.site-header[data-astro-cid-sckkx6r4]{position:sticky;top:0;z-index:50;background:#fbfaf5eb;backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border)}.site-header__inner[data-astro-cid-sckkx6r4]{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:calc(var(--header-h) - 1px)}.brand[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:.8rem;font-weight:800;color:var(--color-heading)}.brand[data-astro-cid-sckkx6r4] img[data-astro-cid-sckkx6r4]{height:68px;width:auto}.brand[data-astro-cid-sckkx6r4] span[data-astro-cid-sckkx6r4]{display:flex;flex-direction:column;line-height:1;font-size:1.35rem;letter-spacing:.02em}.brand[data-astro-cid-sckkx6r4] small[data-astro-cid-sckkx6r4]{font-size:.62rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--color-muted);margin-top:3px}.header-right[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:1.5rem}.header-actions[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:.4rem}.social-link[data-astro-cid-sckkx6r4]{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:999px;color:var(--color-heading);transition:background-color .15s ease,color .15s ease}.social-link[data-astro-cid-sckkx6r4]:hover{background:var(--color-accent);color:var(--color-on-accent)}.site-nav[data-astro-cid-sckkx6r4] ul[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:1.6rem;list-style:none;margin:0;padding:0}.site-nav[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]{font-weight:600;font-size:.98rem;color:var(--color-heading);padding-block:.3rem;border-bottom:2px solid transparent}.site-nav[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4][aria-current=page],.site-nav[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]:hover{border-bottom-color:var(--color-accent)}.site-nav__cta[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]{border-bottom:none}.nav-toggle__btn[data-astro-cid-sckkx6r4]{display:none;background:none;border:0}@media(max-width:860px){.nav-toggle__btn[data-astro-cid-sckkx6r4]{display:inline-flex;flex-direction:column;gap:5px;padding:.5rem;cursor:pointer}.nav-toggle__btn[data-astro-cid-sckkx6r4] span[data-astro-cid-sckkx6r4]{width:26px;height:3px;background:var(--color-heading);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.nav-toggle__btn[data-astro-cid-sckkx6r4][aria-expanded=true] span[data-astro-cid-sckkx6r4]:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle__btn[data-astro-cid-sckkx6r4][aria-expanded=true] span[data-astro-cid-sckkx6r4]:nth-child(2){opacity:0}.nav-toggle__btn[data-astro-cid-sckkx6r4][aria-expanded=true] span[data-astro-cid-sckkx6r4]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.site-nav[data-astro-cid-sckkx6r4]{position:absolute;top:100%;left:0;right:0;background:var(--color-bg);border-bottom:1px solid var(--color-border);max-height:0;overflow:hidden;transition:max-height .25s ease}.site-nav[data-astro-cid-sckkx6r4] ul[data-astro-cid-sckkx6r4]{flex-direction:column;align-items:flex-start;gap:.4rem;padding:1rem 1.5rem 1.5rem}.site-nav[data-astro-cid-sckkx6r4].is-open{max-height:26rem}}.site-footer[data-astro-cid-sckkx6r4]{background:var(--color-footer-bg);color:#cfcabb;padding-top:clamp(48px,6vw,80px)}.site-footer__grid[data-astro-cid-sckkx6r4]{display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr))}.site-footer[data-astro-cid-sckkx6r4] h3[data-astro-cid-sckkx6r4]{color:var(--color-accent);font-size:.85rem;text-transform:uppercase;letter-spacing:.14em;margin-bottom:1rem}.site-footer__logo[data-astro-cid-sckkx6r4]{height:112px;width:auto}.site-footer__tagline[data-astro-cid-sckkx6r4]{margin-top:1rem;max-width:26ch;color:#9c9788}.site-footer__list[data-astro-cid-sckkx6r4]{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.site-footer__list[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]:hover{color:var(--color-accent)}.site-footer__legal[data-astro-cid-sckkx6r4]{margin-top:3rem;padding-block:1.5rem;border-top:1px solid rgba(255,255,255,.08);font-size:.85rem;color:#9a9484}.floating-cta[data-astro-cid-sckkx6r4]{position:fixed;right:clamp(.9rem,3vw,1.5rem);bottom:clamp(.9rem,3vw,1.5rem);z-index:60;display:flex;flex-direction:column;align-items:flex-end;gap:.6rem}.floating-cta__btn[data-astro-cid-sckkx6r4]{display:inline-flex;align-items:center;gap:.55rem;padding:.7rem 1.1rem;border-radius:999px;font-weight:700;font-size:.95rem;line-height:1;box-shadow:0 6px 20px #0f0f0f47;transition:transform .15s ease,background-color .15s ease,box-shadow .15s ease}.floating-cta__btn[data-astro-cid-sckkx6r4]:hover{transform:translateY(-2px);box-shadow:0 10px 26px #0f0f0f57}.floating-cta__btn--call[data-astro-cid-sckkx6r4]{background:var(--color-accent);color:var(--color-on-accent)}.floating-cta__btn--call[data-astro-cid-sckkx6r4]:hover{background:var(--color-accent-hover)}.floating-cta__btn--mail[data-astro-cid-sckkx6r4]{background:var(--color-heading);color:#fff}.floating-cta__btn[data-astro-cid-sckkx6r4] svg[data-astro-cid-sckkx6r4]{flex:none}@media(max-width:560px){.floating-cta__btn[data-astro-cid-sckkx6r4]{padding:.6rem .9rem;font-size:.9rem}}.page-hero[data-astro-cid-s5hxusys]{position:relative;color:#fff;display:flex;align-items:center;min-height:clamp(280px,38vh,380px);background-color:var(--color-heading);background-position:center 30%;background-size:cover;background-repeat:no-repeat}.page-hero--large[data-astro-cid-s5hxusys]{min-height:80vh;min-height:80svh}.page-hero__scroll[data-astro-cid-s5hxusys]{position:absolute;left:50%;bottom:clamp(1.1rem,3vh,2rem);transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.55rem;color:#fff;z-index:2}.page-hero__scroll-label[data-astro-cid-s5hxusys]{font-size:.7rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;opacity:.75}.page-hero__mouse[data-astro-cid-s5hxusys]{width:26px;height:42px;border:2px solid rgba(255,255,255,.65);border-radius:14px;position:relative;order:-1}.page-hero__mouse[data-astro-cid-s5hxusys]:before{content:"";position:absolute;top:8px;left:50%;width:4px;height:8px;border-radius:3px;background:var(--color-accent);transform:translate(-50%);animation:heroScrollDot 1.8s ease-in-out infinite}.page-hero__scroll[data-astro-cid-s5hxusys]:hover .page-hero__mouse[data-astro-cid-s5hxusys]{border-color:#fff}@keyframes heroScrollDot{0%{opacity:0;transform:translate(-50%)}25%{opacity:1}60%{opacity:1;transform:translate(-50%,14px)}to{opacity:0;transform:translate(-50%,14px)}}@media(prefers-reduced-motion:reduce){.page-hero__mouse[data-astro-cid-s5hxusys]:before{animation:none;top:14px}}.page-hero__overlay[data-astro-cid-s5hxusys]{position:absolute;inset:0;background:linear-gradient(100deg,#0f0f0fd1,#0f0f0f9e 45%,#0f0f0f57)}.page-hero--solid[data-astro-cid-s5hxusys] .page-hero__overlay[data-astro-cid-s5hxusys]{background:none}.page-hero[data-astro-cid-s5hxusys] .container[data-astro-cid-s5hxusys]{position:relative;padding-block:clamp(52px,8vw,96px)}.page-hero__content[data-astro-cid-s5hxusys]{max-width:640px}.page-hero[data-astro-cid-s5hxusys] h1{color:#fff;margin-bottom:.6rem}.page-hero[data-astro-cid-s5hxusys] .eyebrow{color:var(--color-accent)}.page-hero[data-astro-cid-s5hxusys] .lead{color:#ece9df}.page-hero__note[data-astro-cid-s5hxusys]{color:#fff;font-weight:600;font-size:1.02rem;margin:1.75rem 0 0;max-width:42ch}.page-hero__note[data-astro-cid-s5hxusys] svg[data-astro-cid-s5hxusys]{color:var(--color-accent);vertical-align:-3px;margin-right:.5rem}.page-hero__meta[data-astro-cid-s5hxusys]{font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;color:var(--color-accent)}.page-hero__cta[data-astro-cid-s5hxusys]{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.75rem}
