.landing.svelte-1uha8ag{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;min-height:100vh}.hero-section.svelte-1uha8ag{grid-column:1;grid-row:1 / 3;position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center;padding:3rem 2rem;border-right:1px solid var(--black)}.hero-img.svelte-1uha8ag{max-height:88vh;width:auto;max-width:100%;object-fit:contain}.intro-section.svelte-1uha8ag{grid-column:2;padding:5.5rem 3rem 2.5rem;display:flex;flex-direction:column;gap:1.25rem;border-bottom:1px solid var(--black)}.form-section.svelte-1uha8ag{grid-column:2;padding:2.5rem 3rem 5rem;display:flex;flex-direction:column}.headline.svelte-1uha8ag{font-size:.95rem;font-weight:700;line-height:1.55;font-family:var(--font);max-width:480px}.legal-intro.svelte-1uha8ag{font-size:.72rem;line-height:1.55}.legal-body.svelte-1uha8ag{font-size:.72rem;line-height:1.55;color:#555}form.svelte-1uha8ag{display:flex;flex-direction:column;gap:1.75rem;max-width:480px}.field.svelte-1uha8ag{display:flex;flex-direction:column;gap:.3rem}label.svelte-1uha8ag{font-size:.82rem;font-family:var(--font)}.hint.svelte-1uha8ag{font-size:.67rem;color:var(--gray);line-height:1.4}input[type=text].svelte-1uha8ag,input[type=email].svelte-1uha8ag{font-family:var(--font);font-size:.82rem;border:none;border-bottom:1px solid var(--black);background:transparent;padding:.45rem 0;outline:none;width:100%}input[type=text].svelte-1uha8ag:focus,input[type=email].svelte-1uha8ag:focus{border-bottom-width:2px}.file-input-hidden.svelte-1uha8ag{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.drop-zone.svelte-1uha8ag{margin-top:.4rem;border:1.5px dashed var(--black);cursor:pointer;min-height:120px;display:flex;align-items:center;justify-content:center;transition:background .12s;user-select:none;-webkit-user-select:none}.drop-zone.svelte-1uha8ag:focus{outline:2px solid var(--black);outline-offset:2px}.drop-zone--over.svelte-1uha8ag{background:#f0f0ec;border-style:solid}.drop-zone--filled.svelte-1uha8ag{border-style:solid;min-height:0;align-items:flex-start;justify-content:flex-start}.drop-empty.svelte-1uha8ag{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1.5rem;text-align:center}.drop-arrow.svelte-1uha8ag{font-size:1.25rem;line-height:1;color:var(--gray)}.drop-label.svelte-1uha8ag{font-family:var(--font);font-size:.75rem;letter-spacing:.03em}.drop-hint.svelte-1uha8ag{font-size:.65rem;color:var(--gray)}.thumb-grid.svelte-1uha8ag{display:flex;flex-wrap:wrap;gap:0;padding:0;width:100%}.thumb.svelte-1uha8ag{position:relative;width:80px;height:80px;overflow:hidden;flex-shrink:0;border-right:1px solid var(--black);border-bottom:1px solid var(--black);cursor:pointer;background:none;border-top:none;border-left:none;padding:0}.thumb.svelte-1uha8ag img:where(.svelte-1uha8ag){width:100%;height:100%;object-fit:cover;display:block}.thumb-remove.svelte-1uha8ag{position:absolute;top:2px;right:2px;width:18px;height:18px;background:var(--white);border:1px solid var(--black);font-size:.7rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;font-family:var(--font);opacity:0;transition:opacity .1s}.thumb.svelte-1uha8ag:hover .thumb-remove:where(.svelte-1uha8ag){opacity:1}@media(hover:none){.thumb-remove.svelte-1uha8ag{opacity:1}}.thumb--add.svelte-1uha8ag{width:80px;height:80px;background:none;font-size:1.25rem;color:var(--gray);display:flex;align-items:center;justify-content:center;font-family:var(--font);border:none;cursor:pointer}.thumb--add.svelte-1uha8ag:hover{color:var(--black)}.file-count.svelte-1uha8ag{font-size:.65rem;color:var(--gray);font-family:var(--font);margin-top:.25rem}.field--checkbox.svelte-1uha8ag{flex-direction:row}.checkbox-label.svelte-1uha8ag{display:flex;gap:.6rem;align-items:flex-start;cursor:pointer;font-size:.72rem;line-height:1.5;font-family:var(--font)}.checkbox-label.svelte-1uha8ag input:where(.svelte-1uha8ag){margin-top:.2rem;flex-shrink:0;accent-color:var(--black)}.submit-btn.svelte-1uha8ag{font-family:var(--font);font-size:.82rem;background:none;border:1px solid var(--black);padding:.6rem 2rem;cursor:pointer;align-self:flex-start;letter-spacing:.05em;transition:background .12s,color .12s}.submit-btn.svelte-1uha8ag:hover:not(:disabled){background:var(--black);color:var(--white)}.submit-btn.svelte-1uha8ag:disabled{opacity:.3;cursor:default}.feedback.svelte-1uha8ag{font-family:var(--font);font-size:.875rem;padding:1.5rem 0}.feedback.success.svelte-1uha8ag{font-weight:700}.feedback.error.svelte-1uha8ag{color:#b00}.project-section.svelte-1uha8ag{grid-column:1 / -1;height:100vh;border-top:1px solid var(--black)}@media(max-width:768px){.landing.svelte-1uha8ag{display:block;overflow-y:auto;scroll-snap-type:y mandatory;height:100svh}.hero-section.svelte-1uha8ag{position:relative;height:100svh;border-right:none;border-bottom:1px solid var(--black);scroll-snap-align:start;scroll-snap-stop:always;padding:4rem 2rem 3rem}.intro-section.svelte-1uha8ag{padding:4rem 2rem 3rem;min-height:100svh;scroll-snap-align:start;scroll-snap-stop:always;justify-content:center;border-bottom:1px solid var(--black)}.form-section.svelte-1uha8ag{padding:4rem 2rem 5rem;min-height:100svh;scroll-snap-align:start;scroll-snap-stop:always}.project-section.svelte-1uha8ag{display:block;height:100svh;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden}form.svelte-1uha8ag,.headline.svelte-1uha8ag{max-width:100%}.thumb.svelte-1uha8ag,.thumb--add.svelte-1uha8ag{width:72px;height:72px}}
