@import"https://fonts.googleapis.com/css2?family=Familjen+Grotesk:wght@400;500;600&family=Instrument+Serif:ital@0;1&display=swap";:root{--color-background: #F3F3F3;--color-primary: #000000;--color-secondary: #545454;--color-accent: #FB5607;--color-white: #FFFFFF;--font-serif: "Instrument Serif", Georgia, serif;--font-sans: "Familjen Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-sm: 14px;--text-base: 16px;--text-lg: 18px;--text-xl: 24px;--text-2xl: 32px;--text-3xl: 42px;--text-4xl: 54px;--space-xs: 8px;--space-sm: 12px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--container-padding: 24px;--content-max-width: 459px;--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .5s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:var(--font-sans);font-size:var(--text-base);font-weight:400;line-height:1.5;color:var(--color-primary);background-color:var(--color-background);min-height:100vh;overflow-x:hidden}img{max-width:100%;height:auto;display:block}.page{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;padding:var(--container-padding);gap:var(--space-lg)}.hero-image{position:relative;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#e8d5c4,#d4b896)}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center;animation:imageReveal 1.2s cubic-bezier(.16,1,.3,1) forwards}.content{display:flex;flex-direction:column;justify-content:flex-start;padding:var(--space-sm) var(--space-lg);padding-top:var(--space-sm)}.logo{display:flex;align-items:center;margin-bottom:var(--space-2xl);animation:fadeSlideUp .8s cubic-bezier(.16,1,.3,1) .2s both}.logo-img{height:24px;width:auto}.tag{display:inline-block;font-family:var(--font-sans);font-size:var(--text-base);font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--color-accent);margin-bottom:var(--space-sm);animation:fadeSlideUp .8s cubic-bezier(.16,1,.3,1) .35s both}.heading{font-family:var(--font-serif);font-size:var(--text-4xl);font-weight:400;line-height:.95;letter-spacing:-.02em;color:var(--color-primary);margin-bottom:var(--space-xl);max-width:var(--content-max-width);animation:fadeSlideUp .8s cubic-bezier(.16,1,.3,1) .5s both}.body-text{display:flex;flex-direction:column;gap:var(--space-sm);max-width:var(--content-max-width)}.body-text p{font-family:var(--font-sans);font-size:var(--text-base);font-weight:400;line-height:1.4;color:var(--color-secondary);animation:fadeSlideUp .8s cubic-bezier(.16,1,.3,1) both}.body-text p:nth-child(1){animation-delay:.65s}.body-text p:nth-child(2){animation-delay:.8s}.body-text p:nth-child(3){animation-delay:.95s}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes imageReveal{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@media(max-width:1024px){:root{--text-4xl: 42px}.page{grid-template-columns:1fr;grid-template-rows:50vh auto;gap:var(--space-xl);padding:var(--space-md)}.hero-image{min-height:300px}.content{padding:0 var(--space-md);padding-bottom:var(--space-2xl)}.heading,.body-text{max-width:100%}}@media(max-width:768px){:root{--text-4xl: 32px;--text-base: 15px}.page{grid-template-rows:40vh auto;gap:var(--space-lg);padding:var(--space-sm)}.hero-image{min-height:250px;border-radius:6px}.content{padding:0 var(--space-sm);padding-bottom:var(--space-xl)}.logo{margin-bottom:var(--space-xl)}.heading{margin-bottom:var(--space-lg)}.body-text{gap:var(--space-md)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.page{display:block}.hero-image{max-height:400px;margin-bottom:var(--space-xl)}}
