*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;tab-size:4;font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;line-height:1.15}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentColor}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}
.container{width:100%;max-width:var(--container-max-width,1200px);padding-inline:var(--container-padding,1rem);margin-inline:auto}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-xs{gap:.25rem}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:2rem}.gap-xl{gap:4rem}.grid{display:grid}.m-0{margin:0}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.mx-auto{margin-inline:auto}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.list-none{margin:0;padding:0;list-style:none}.btn-reset{appearance:none;font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;margin:0;padding:0}.pointer{cursor:pointer}.no-select{-webkit-user-select:none;user-select:none}
:root{--color-background:#f5f0e3;--color-foreground:#000;--color-primary:#000;--color-secondary:#111;--color-accent:#c44467;--color-border:#000;--color-white:#fff;--color-overlay:#0000004d;--font-heading:"mendl-serif-variable","mendl-serif",Georgia,"Times New Roman",serif;--font-body:"aktiv-grotesk",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--font-heading-weight:400;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:2rem;--space-xl:4rem;--space-2xl:8rem;--container-max-width:1400px;--container-padding:1.5rem;--header-height:80px;--menu-width:430px;--transition-fast:.15s ease;--transition-base:.3s ease;--transition-slow:.4s cubic-bezier(.4,0,.2,1);font-size:18px}@media (max-width:1023px){:root{--menu-width:350px;--space-xl:3rem;--space-2xl:5rem}}@media (max-width:767px){:root{--container-padding:1rem;--header-height:64px;--menu-width:280px;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--text-4xl:2rem;--text-5xl:2.5rem}}@media (max-width:479px){:root{--container-padding:.75rem;--text-3xl:1.5rem;--text-4xl:1.75rem;--text-5xl:2rem}}*,:before,:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-foreground);background-color:var(--color-background);margin:0;font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;font-weight:var(--font-heading-weight);margin:0}p{margin:0}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}[data-site] img,[data-site] picture,[data-site] video,[data-site] canvas,[data-site] svg{max-width:100%;height:auto;display:block}input,button,textarea,select{font:inherit}button{cursor:pointer}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}body>div{transition:transform .7s,filter .7s}body.menu-open>div{transform:translateX(var(--menu-width));filter:blur(2px)}html.inverted{--color-background:#1a1818;--color-foreground:#f5f0e3;--color-primary:#f5f0e3;--color-secondary:#c9c4b7;--color-border:#f5f0e3}html.inverted body{transition:background-color .5s,color .5s}html.inverted img[alt=GransVilla]{filter:invert(92%)sepia(8%)saturate(365%)hue-rotate(10deg)brightness(103%)contrast(89%)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes slide-from-right{0%{transform:translate(30px)}to{transform:translate(0)}}@keyframes slide-to-left{0%{transform:translate(0)}to{transform:translate(-30px)}}::view-transition-old(root){animation:.3s cubic-bezier(.4,0,.2,1) both fade-out,.3s cubic-bezier(.4,0,.2,1) both slide-to-left}::view-transition-new(root){animation:.3s cubic-bezier(.4,0,.2,1) both fade-in,.3s cubic-bezier(.4,0,.2,1) both slide-from-right}@media (prefers-reduced-motion:reduce){::view-transition-old(root){animation:none}::view-transition-new(root){animation:none}}
