:root{--color-brand: 200 255 0;--color-brand-light: 218 255 80;--color-brand-dark: 160 204 0;--color-surface: 14 14 14;--color-surface-2: 20 20 20;--color-surface-3: 30 30 30;--color-border: 45 45 45;--color-text: 250 250 247;--color-text-muted: 150 150 150;--color-text-subtle: 100 100 100}a.bg-brand,button.bg-brand{color:#0e0e0e!important}.hp-container{max-width:80rem;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.hp-section{padding-top:6rem;padding-bottom:6rem}.hp-section--surface{background:rgb(var(--color-surface-2))}.hp-section__header{max-width:40rem;margin-bottom:4rem}.hp-section__title{font-family:Fraunces,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:600;letter-spacing:-.03em;color:rgb(var(--color-text));line-height:1.15;margin-top:.75rem;margin-bottom:1rem}.hp-section__sub{font-size:1rem;color:rgb(var(--color-text-muted));line-height:1.65}.hp-badge{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#c8ff00;border:1px solid rgba(200,255,0,.3);border-radius:999px;padding:.25rem .75rem}.hp-badge--dark{color:rgb(var(--color-text-muted));border-color:rgb(var(--color-border))}.hp-accent{color:#c8ff00}.hp-link{color:#c8ff00;text-decoration:none;margin-left:.25rem}.hp-link:hover{text-decoration:underline}.hp-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.9375rem;font-weight:600;background:#c8ff00;color:#0e0e0e;text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .15s;white-space:nowrap}.hp-btn-primary:hover{background:#d4ff40;transform:translateY(-1px);color:#0e0e0e}.hp-btn-primary--lg{padding:1rem 2rem;font-size:1rem}.hp-btn-ghost{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.9375rem;font-weight:600;background:transparent;color:rgb(var(--color-text));text-decoration:none;border:1px solid rgb(var(--color-border));cursor:pointer;transition:border-color .2s,color .2s;white-space:nowrap}.hp-btn-ghost:hover{border-color:#c8ff00;color:#c8ff00}.hp-hero{min-height:90vh;display:flex;flex-direction:column;justify-content:center;padding-top:2rem;padding-bottom:4rem}.hp-hero__inner{max-width:52rem;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:0}.hp-hero__pills{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem}.hp-pill{font-size:.75rem;font-weight:600;letter-spacing:.08em;color:rgb(var(--color-text-muted));border:1px solid rgb(var(--color-border));border-radius:999px;padding:.25rem .875rem}.hp-hero__headline{font-family:Fraunces,Georgia,serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:600;letter-spacing:-.04em;line-height:1.05;color:rgb(var(--color-text));margin-bottom:1.5rem}.hp-hero__sub{font-size:clamp(1rem,2vw,1.15rem);color:rgb(var(--color-text-muted));line-height:1.7;max-width:36rem;margin-bottom:2.5rem}.hp-hero__ctas{display:flex;flex-wrap:wrap;gap:.875rem;justify-content:center;margin-bottom:3.5rem}.hp-hero__metrics{display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem;justify-content:center;align-items:center;padding-top:2.5rem;border-top:1px solid rgb(var(--color-border));width:100%}.hp-metric{display:flex;flex-direction:column;align-items:center;gap:.25rem}.hp-metric__value{font-family:Fraunces,Georgia,serif;font-size:1.5rem;font-weight:600;color:#c8ff00}.hp-metric__unit{font-size:1rem;font-weight:500;color:rgb(var(--color-text-muted))}.hp-metric__label{font-size:.75rem;color:rgb(var(--color-text-subtle));letter-spacing:.05em}.hp-metric__sep{color:rgb(var(--color-border));font-size:1.25rem}.hp-cases-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.hp-cases-grid{grid-template-columns:repeat(3,1fr)}}.case-card{position:relative;display:block;overflow:hidden;border-radius:1rem;aspect-ratio:4 / 3;text-decoration:none;transition:transform .45s cubic-bezier(.2,.8,.2,1);border:1px solid rgb(var(--color-border))}.case-card:hover{transform:scale(1.025) rotate(1deg)}.case-card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease;display:block}.case-card:hover .case-card__img{transform:scale(1.06)}.case-card__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.92) 0%,rgba(0,0,0,.35) 55%,transparent 100%)}.case-card__body{position:absolute;bottom:0;left:0;right:0;padding:1.5rem}.case-card__niche{display:block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#c8ff00;margin-bottom:.375rem}.case-card__name{font-family:Fraunces,Georgia,serif;font-size:1.25rem;font-weight:600;color:#fafaf7;margin-bottom:.375rem;line-height:1.2}.case-card__desc{font-size:.8125rem;color:#fafaf799;line-height:1.5;margin-bottom:.75rem;display:none}@media (min-width: 1024px){.case-card__desc{display:block}}.case-card__link{font-size:.8125rem;font-weight:600;color:#fafaf7b3;transition:color .2s}.case-card:hover .case-card__link{color:#c8ff00}.hp-process-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;position:relative}@media (min-width: 640px){.hp-process-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.hp-process-grid{grid-template-columns:repeat(4,1fr)}}.process-step{display:flex;flex-direction:column}.process-step__num{font-family:Fraunces,Georgia,serif;font-size:3.5rem;font-weight:700;color:#c8ff001f;line-height:1;margin-bottom:.5rem}.process-step__time{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#c8ff00;margin-bottom:.75rem}.process-step__title{font-family:Fraunces,Georgia,serif;font-size:1.25rem;font-weight:600;color:rgb(var(--color-text));margin-bottom:.5rem}.process-step__desc{font-size:.875rem;color:rgb(var(--color-text-muted));line-height:1.65}.process-line{display:none;height:1px;background:linear-gradient(to right,transparent,rgba(200,255,0,.25) 20%,rgba(200,255,0,.25) 80%,transparent);margin-top:2rem}@media (min-width: 1024px){.process-line{display:block}}.hp-slots-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}@media (min-width: 768px){.hp-slots-grid{grid-template-columns:repeat(3,1fr)}}.slot-card{background:rgb(var(--color-surface-2));border:1px solid rgb(var(--color-border));border-radius:.875rem;padding:1.5rem;display:flex;flex-direction:column;gap:.25rem}.slot-status{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem}.slot-status--taken{color:rgb(var(--color-text-subtle))}.slot-status--open{color:#c8ff00}.slot-niche{font-family:Fraunces,Georgia,serif;font-size:1.1rem;font-weight:600;color:rgb(var(--color-text))}.slot-detail{font-size:.8125rem;color:rgb(var(--color-text-muted));margin-bottom:.5rem}.slot-link{font-size:.8125rem;font-weight:600;color:#c8ff00;text-decoration:none;margin-top:auto}.slot-link:hover{text-decoration:underline}.hp-openings-cta{border:1px solid rgba(200,255,0,.2);border-radius:1rem;padding:2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;background:#c8ff0005}.hp-openings-badge{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#c8ff00;border:1px solid rgba(200,255,0,.3);border-radius:999px;padding:.25rem .75rem}.hp-openings-title{font-family:Fraunces,Georgia,serif;font-size:1.75rem;font-weight:600;color:rgb(var(--color-text));letter-spacing:-.03em}.hp-openings-sub{font-size:.9375rem;color:rgb(var(--color-text-muted));line-height:1.7;max-width:28rem}.hp-cta-final{background:rgb(var(--color-surface-2));padding-top:6rem;padding-bottom:6rem;border-top:1px solid rgb(var(--color-border))}.hp-cta-final__inner{max-width:36rem;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.hp-cta-final__title{font-family:Fraunces,Georgia,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:600;letter-spacing:-.03em;color:rgb(var(--color-text));line-height:1.15}.hp-cta-final__sub{font-size:1rem;color:rgb(var(--color-text-muted));line-height:1.65}.hp-cta-final__actions{display:flex;flex-wrap:wrap;gap:.875rem;justify-content:center;margin-top:.5rem}.hp-cta-final__note{font-size:.8125rem;color:rgb(var(--color-text-subtle))}.hp-cta-email{color:#c8ff00;text-decoration:none}.hp-cta-email:hover{text-decoration:underline}
