@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Manrope:wght@400;500;600;700&display=swap";.app-header{z-index:4;padding:1.75rem 2.5rem;position:absolute;inset:0 0 auto}.app-header__nav{grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;display:grid}.app-header__group{align-items:center;gap:1.5rem;display:flex}.app-header__group--right{justify-content:flex-end}.app-header__brand,.app-header__link{color:var(--color-paper)}.app-header__brand{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;font-size:1.4rem;font-weight:700}.app-header__link{font-size:.95rem;font-weight:600}.hero-section{place-items:center;min-height:100vh;padding:2rem;display:grid;position:relative}.hero-section__media{background:linear-gradient(135deg,#ffffff1f,#0000 35%),radial-gradient(circle at 50% 35%,#ffebd642,#0000 28%),linear-gradient(#b3896e 0%,#7f5f4d 100%);position:absolute;inset:0}.hero-section__image,.hero-section__overlay,.hero-section__texture{position:absolute;inset:0}.hero-section__image{object-fit:cover;object-position:50% center;width:100%;height:100%}.hero-section__overlay{background:linear-gradient(#1f120a2e 0%,#1f120a0d 18%,#1f120a6b 100%),linear-gradient(90deg,#1f120a24 0%,#0000 32% 68%,#1f120a2e 100%)}.hero-section__texture{opacity:.7;mix-blend-mode:soft-light;background-image:radial-gradient(circle at 20% 20%,#ffffff1f 0 1px,#0000 1px),radial-gradient(circle at 80% 30%,#ffffff14 0 1px,#0000 1px),radial-gradient(circle at 50% 80%,#ffffff1a 0 1px,#0000 1px);background-size:24px 24px,30px 30px,36px 36px}.hero-section__brand{z-index:2;text-align:center;letter-spacing:.16em;text-transform:uppercase;color:#fff8f0f5;font-size:1.15rem;font-weight:700;position:absolute;inset:1.6rem 2rem auto}.hero-section__content{z-index:2;text-align:center;justify-items:center;gap:1.75rem;width:min(100%,70rem);padding:5.5rem 0 2rem;display:grid;position:relative}.hero-section__title{text-align:center;max-width:20ch;font-family:var(--font-display);letter-spacing:-.06em;color:#fff7ef;text-wrap:balance;text-shadow:0 16px 40px var(--color-warm-shadow);justify-self:center;margin:0;font-size:clamp(2.5rem,3.8vw,5rem);line-height:.88;transform:none}.hero-section__description{color:#fff4e9e6;max-width:38rem;margin:0;font-size:clamp(1rem,2vw,1.15rem);line-height:1.6}.hero-section__actions{flex-wrap:wrap;justify-content:center;gap:.9rem;margin-top:4rem;display:flex}.hero-section__action{border:1px solid var(--color-border);min-width:11.5rem;color:var(--color-ink);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f8f0e8e6;border-radius:999px;justify-content:center;align-items:center;gap:.7rem;padding:.95rem 1.4rem;font-size:1rem;font-weight:700;transition:transform .18s,box-shadow .18s,background-color .18s;display:inline-flex;box-shadow:0 20px 35px #1b0e061f}.hero-section__action:hover{background:#fff6ee;transform:translateY(-2px);box-shadow:0 24px 45px #1b0e0629}.hero-section__action:focus-visible{outline-offset:4px;outline:2px solid #fff6ee}.hero-section__action--disabled{cursor:default;color:#17120f85}.hero-section__action--disabled:hover{background:#f8f0e8e6;transform:none;box-shadow:0 20px 35px #1b0e061f}.hero-section__action-icon{background:linear-gradient(135deg, var(--color-accent-strong) 0%, var(--color-accent) 100%);border-radius:50%;width:.7rem;height:.7rem;box-shadow:0 0 0 .3rem #b9917324}@media (width<=1100px) and (width>=721px){.hero-section{padding:2rem 2.25rem}.hero-section__image{object-position:72% center}.hero-section__content{justify-items:center;gap:1.5rem;width:100%;max-width:44rem;padding-top:5rem}.hero-section__title{text-align:center;justify-self:center;max-width:11ch;font-size:clamp(2.2rem,5.1vw,3.8rem);transform:none}.hero-section__actions{justify-content:center;margin-top:1.9rem}}@media (width<=720px){.hero-section{padding:1.5rem}.hero-section__image{object-position:70% center}.hero-section__brand{letter-spacing:.14em;font-size:1rem;inset:1.4rem 1.5rem auto}.hero-section__content{justify-items:center;gap:1.35rem;width:100%;padding-top:4.25rem}.hero-section__title{text-align:center;justify-self:center;max-width:13ch;font-size:clamp(2rem,8.8vw,3rem);line-height:.92;transform:none}.hero-section__actions{flex-direction:column;width:100%;margin-top:1.4rem}.hero-section__action{width:100%}}.site-shell{isolation:isolate;min-height:100vh;position:relative;overflow:hidden}:root{--color-ink:#17120f;--color-paper:#f5efe6;--color-accent:#d9c5b2;--color-accent-strong:#b99173;--color-warm-shadow:#2812082e;--color-border:#ffffff52;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"Manrope", "Segoe UI", sans-serif}*{box-sizing:border-box}html,body,#app{min-height:100%}body{font-family:var(--font-body);color:var(--color-paper);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at top,#edd2bb42,#0000 36%),linear-gradient(#c7ab92 0%,#9b7d65 100%);margin:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}
