/* Raivoomo — static stylesheet */
:root{
  --background: oklch(0.12 0.005 250);
  --foreground: oklch(0.95 0.01 90);
  --card: oklch(0.15 0.005 250);
  --primary: oklch(0.82 0.165 85);
  --primary-foreground: oklch(0.12 0.005 250);
  --secondary: oklch(0.22 0.01 250);
  --muted: oklch(0.22 0.01 250);
  --muted-foreground: oklch(0.65 0.02 90);
  --accent: oklch(0.65 0.2 30);
  --accent-foreground: oklch(0.98 0.01 90);
  --border: oklch(0.28 0.01 250);
  --amber-600: oklch(0.62 0.14 70);
  --amber-400: oklch(0.86 0.15 90);
  --red-500: oklch(0.58 0.22 27);
  --radius: 0.5rem;
  --font-sans: "Oswald", sans-serif;
  --font-serif: "Playfair Display", serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);line-height:1.5}
img{display:block;max-width:100%}
a{color:var(--primary);text-decoration:none;transition:color .2s}
a:hover{color:oklch(0.88 0.14 85)}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
h1,h2,h3,h4{margin:0;line-height:1.1}
p{margin:0}
:focus-visible{outline:2px solid var(--primary);outline-offset:2px}
::selection{background:var(--primary);color:var(--primary-foreground)}

/* layout */
.container{max-width:80rem;margin:0 auto;padding:0 1rem}
@media(min-width:640px){.container{padding:0 1.5rem}}
@media(min-width:1024px){.container{padding:0 2rem}}
.section{padding:3rem 0}
@media(min-width:768px){.section{padding:4rem 0}}
.bg-card{background:var(--card)}
.bg-bg{background:var(--background)}
.stack{display:flex;flex-direction:column}

/* header */
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:color-mix(in oklab,var(--background) 95%,transparent);backdrop-filter:blur(6px);border-bottom:1px solid var(--border)}
.header-row{display:flex;align-items:center;justify-content:space-between;height:4rem;gap:1rem}
@media(min-width:768px){.header-row{height:5rem}}
.brand{display:flex;align-items:center;gap:.75rem}
.brand img{height:2rem;width:auto}
@media(min-width:768px){.brand img{height:2.5rem}}
.brand-text{display:none}
@media(min-width:640px){.brand-text{display:block}}
.brand-tag{color:var(--muted-foreground);font-size:.75rem;letter-spacing:.15em;margin-top:1.65rem}
.desktop-nav{display:none;align-items:center;gap:2rem}
@media(min-width:768px){.desktop-nav{display:flex}}
.desktop-nav a{color:var(--foreground);font-weight:500;letter-spacing:.025em}
.desktop-nav a:hover{color:var(--primary)}
.city{display:flex;align-items:center;gap:.5rem;color:var(--accent);font-size:.875rem;font-weight:500}
.lang-switch{display:flex;align-items:center;gap:.5rem;border:1px solid color-mix(in oklab,var(--primary) 45%,transparent);border-radius:9999px;padding:.375rem .875rem}
.lang-opt{color:var(--muted-foreground);font-weight:600;font-size:.8125rem;letter-spacing:.08em;transition:color .2s}
.lang-opt:hover{color:var(--primary)}
.lang-opt[aria-pressed="true"]{color:var(--primary)}
.lang-sep{color:color-mix(in oklab,var(--muted-foreground) 60%,transparent);font-size:.8125rem}
.menu-toggle{display:block;padding:.5rem;color:var(--foreground)}
.menu-toggle:hover{color:var(--primary)}
@media(min-width:768px){.menu-toggle{display:none}}
.mobile-nav{display:none;padding:1rem 0;border-top:1px solid var(--border)}
.mobile-nav.open{display:block}
@media(min-width:768px){.mobile-nav.open{display:none}}
.mobile-nav .links{display:flex;flex-direction:column;gap:1rem}
.mobile-nav a{color:var(--foreground);font-weight:500;letter-spacing:.025em;padding:.5rem 0}
.mobile-nav a:hover{color:var(--primary)}
.mobile-nav .foot{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--border)}
.mobile-nav .foot img{height:2.5rem;width:auto}

/* hero */
.hero{position:relative;min-height:auto;display:flex;align-items:flex-start;justify-content:center;padding-top:7rem;padding-bottom:5rem;overflow:hidden;background:#000}
.blob{position:absolute;border-radius:9999px;filter:blur(64px)}
.blob-1{top:25%;left:2.5rem;width:16rem;height:16rem;background:color-mix(in oklab,var(--primary) 20%,transparent);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}
.blob-2{bottom:25%;right:2.5rem;width:20rem;height:20rem;background:color-mix(in oklab,var(--amber-600) 20%,transparent);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}
.blob-3{top:50%;left:50%;transform:translate(-50%,-50%);width:24rem;height:24rem;background:color-mix(in oklab,var(--primary) 10%,transparent)}
.hero-inner{position:relative;z-index:10;width:100%;padding-top:0;padding-bottom:1rem}
.hero-grid{position:relative;display:grid;gap:3rem;align-items:center}
.hero-photo{position:absolute;top:-3px;bottom:3px;right:-2%;width:62%;overflow:hidden;pointer-events:none;z-index:0;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 34%),linear-gradient(180deg,transparent 0%,#000 10%,#000 90%,transparent 100%),linear-gradient(270deg,transparent 0%,#000 7%);-webkit-mask-composite:source-in;mask-image:linear-gradient(90deg,transparent 0%,#000 34%),linear-gradient(180deg,transparent 0%,#000 10%,#000 90%,transparent 100%),linear-gradient(270deg,transparent 0%,#000 7%);mask-composite:intersect}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1.3);transform-origin:62% 58%;filter:brightness(1.35) contrast(.92) saturate(1.08)}
.hero-copy{position:relative;z-index:1}
@media(max-width:900px){.hero-photo{display:none}}
.hero-copy > :last-child{margin-bottom:0}
.hero-copy{text-align:left}
.hero-title{font-size:3rem;font-weight:700;letter-spacing:-.025em;margin-bottom:1rem}
@media(min-width:640px){.hero-title{font-size:3.75rem}}
@media(min-width:768px){.hero-title{font-size:4.5rem}}
@media(min-width:1024px){.hero-title{font-size:6rem}}
.hero-title .gold{color:var(--primary)}
.hero-tagline{font-size:1.125rem;color:var(--muted-foreground);font-weight:300;letter-spacing:.025em;margin-bottom:2rem}
@media(min-width:640px){.hero-tagline{font-size:1.375rem}}
@media(min-width:768px){.hero-tagline{font-size:1.75rem}}
.hero-desc{font-size:1rem;color:color-mix(in oklab,var(--foreground) 80%,transparent);max-width:36rem;margin:0 0 2.5rem;line-height:1.7}
@media(min-width:640px){.hero-tagline{font-size:1.125rem;color:var(--muted-foreground);font-weight:300;letter-spacing:.025em;margin-bottom:2rem}
@media(min-width:640px){.hero-tagline{font-size:1.375rem}}
@media(min-width:768px){.hero-tagline{font-size:1.75rem}}
.hero-desc{font-size:1.125rem}}
@media(min-width:768px){.hero-tagline{font-size:1.125rem;color:var(--muted-foreground);font-weight:300;letter-spacing:.025em;margin-bottom:2rem}
@media(min-width:640px){.hero-tagline{font-size:1.375rem}}
@media(min-width:768px){.hero-tagline{font-size:1.75rem}}
.hero-desc{margin-left:0}}
.cta-row{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}
@media(min-width:640px){.cta-row{flex-direction:row;justify-content:flex-start}}
.btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;font-weight:700;letter-spacing:.05em;border-radius:var(--radius);width:100%;transition:all .2s}
@media(min-width:640px){.btn{width:auto}}
.btn-solid{background:var(--primary);color:var(--primary-foreground);box-shadow:0 25px 50px -12px color-mix(in oklab,var(--primary) 50%,transparent)}
.btn-solid:hover{background:color-mix(in oklab,var(--primary) 90%,transparent);color:var(--primary-foreground)}
.btn-outline{border:2px solid var(--primary);color:var(--primary)}
.btn-outline:hover{background:var(--primary);color:var(--primary-foreground)}
.btn-outline:hover svg{transform:translateX(4px)}
.btn-outline svg{transition:transform .2s}
.scroll-cue{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);color:var(--primary);animation:bounce 1s infinite}
.lede-muted{font-size:1.125rem;color:var(--muted-foreground);max-width:42rem;margin:0 auto}
.section-head{text-align:center;margin-bottom:3rem}
@media(min-width:768px){.section-head{margin-bottom:4rem}}

/* location */
.loc-head{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}
.loc-head img{height:4rem;width:4rem;object-fit:contain}
.loc-head h2{font-size:2.25rem;font-weight:700;color:var(--primary);letter-spacing:-.025em}
@media(min-width:640px){.loc-head h2{font-size:3rem}}
@media(min-width:768px){.loc-head h2{font-size:3.75rem}}
.loc-grid{display:grid;gap:3rem;align-items:center}
@media(min-width:1024px){.loc-grid{grid-template-columns:repeat(2,1fr)}}
.map{position:relative;aspect-ratio:16/9;border-radius:1rem;overflow:hidden;background:var(--secondary)}
@media(min-width:1024px){.map{aspect-ratio:1}}
.map img{width:100%;height:100%;object-fit:cover}
.map .veil{position:absolute;inset:0;background:color-mix(in oklab,var(--background) 40%,transparent)}
.pin-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.pin{position:relative;width:3rem;height:3rem;background:var(--accent);border-radius:9999px;display:flex;align-items:center;justify-content:center;color:var(--accent-foreground)}
.ping{position:absolute;inset:-1rem;background:color-mix(in oklab,var(--accent) 30%,transparent);border-radius:9999px;animation:ping 1s cubic-bezier(0,0,.2,1) infinite}
.info-card{padding:2rem;background:var(--card);border:1px solid var(--border);border-radius:1rem}
.info-row{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}
.info-row:last-child{margin-bottom:0}
.circle{width:3rem;height:3rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.circle-accent{background:var(--accent);color:var(--accent-foreground)}
.circle-gold{background:color-mix(in oklab,var(--primary) 20%,transparent);color:var(--primary)}
.info-row h3{font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem}
.info-row h3.lg{font-size:1.5rem}
.info-row p{color:var(--muted-foreground)}
.info-row p.lg{font-size:1.125rem;line-height:1.6}
.events{padding:1.5rem;background:color-mix(in oklab,var(--primary) 10%,transparent);border:1px solid color-mix(in oklab,var(--primary) 30%,transparent);border-radius:.75rem}
.events h4{font-size:1.25rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}
.events p{color:var(--foreground)}
.visit{max-width:42rem;margin:1.5rem auto 0;padding:2rem;background:color-mix(in oklab,var(--primary) 10%,transparent);border-radius:1rem;border:2px solid color-mix(in oklab,var(--primary) 30%,transparent);text-align:center}
.visit .row{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem;color:var(--primary)}
.visit h3{font-size:1.5rem;font-weight:700;color:var(--foreground)}
.visit .l1{font-size:1.125rem;color:var(--foreground);margin-bottom:.5rem}
.visit .l2{color:var(--muted-foreground)}
.visit .l3{font-size:.875rem;color:var(--muted-foreground);margin-top:1rem}
.visit strong{color:var(--primary)}
.visit .l3 strong{color:var(--foreground)}

/* footer */
.site-footer{padding:3rem 0;background:var(--background);border-top:1px solid var(--border)}
.footer-grid{display:grid;gap:2rem;margin-bottom:2rem}
@media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}
.footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}
.footer-brand img{height:2rem;width:auto;object-fit:contain}
.footer-brand h3{color:var(--primary);font-weight:700;font-size:1.125rem;letter-spacing:.05em;text-transform:uppercase}
.footer-brand p{color:var(--muted-foreground);font-size:.75rem;letter-spacing:.15em}
.footer-about{color:var(--muted-foreground);font-size:.875rem;margin-bottom:.75rem}
.footer-truck{display:flex;align-items:center;gap:.5rem;color:var(--muted-foreground)}
.footer-truck img{height:2rem;width:2rem;object-fit:contain}
.footer-truck span{font-size:.75rem;font-weight:500}
.site-footer h4{color:var(--foreground);font-weight:700;margin-bottom:1rem;letter-spacing:.025em}
.footer-links{display:flex;flex-direction:column;gap:.5rem}
.footer-links a,.footer-contact a,.footer-contact p{color:var(--muted-foreground)}
.footer-links a:hover,.footer-contact a:hover{color:var(--primary)}
.footer-contact{display:flex;flex-direction:column;gap:.75rem}
.footer-contact a,.footer-contact p{display:flex;align-items:flex-start;gap:.5rem}
.footer-bottom{padding-top:2rem;border-top:1px solid var(--border)}
.footer-bottom .row{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}
@media(min-width:768px){.footer-bottom .row{flex-direction:row}}
.legal{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem 1rem;color:var(--muted-foreground);font-size:.875rem}
.legal a{color:var(--muted-foreground)}
.legal a:hover{color:var(--primary)}
.footer-badges{display:flex;align-items:center;gap:1rem}
.footer-badges img{height:2.5rem;width:auto}
@media(min-width:768px){.footer-badges img{height:3rem}}
.ig{width:2.5rem;height:2.5rem;background:var(--secondary);border-radius:9999px;display:flex;align-items:center;justify-content:center;color:var(--foreground)}
.ig:hover{color:var(--primary)}

/* sticky cta */
.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:40;background:var(--primary);border-top:4px solid var(--amber-600);box-shadow:0 -10px 30px rgba(0,0,0,.4);animation:slide-up .3s ease-out;display:none}
.sticky-cta.show{display:block}
.sticky-cta .row{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 0}
@media(min-width:640px){.sticky-cta .row{flex-direction:row}}
.sticky-cta .where{display:flex;align-items:center;gap:.5rem;color:var(--primary-foreground)}
.sticky-cta .where img{height:2rem;width:2rem;object-fit:contain;display:none}
@media(min-width:768px){.sticky-cta .where img{display:block}}
.sticky-cta .where .t{display:flex;align-items:center;gap:.5rem;font-size:.875rem}
.sticky-cta .where .t .b{font-weight:700}
.sticky-cta .where .t .rest{display:none}
@media(min-width:640px){.sticky-cta .where .t .rest{display:inline}}
.sticky-cta .call{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;background:var(--primary-foreground);color:var(--primary);font-weight:900;letter-spacing:.05em;border-radius:var(--radius);box-shadow:0 10px 15px -3px rgba(0,0,0,.3);transition:transform .2s}
.sticky-cta .call:hover{transform:scale(1.05);color:var(--primary)}
.sticky-cta .call svg{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}

/* legal pages */
.legal-main{min-height:100vh;background:var(--background);padding:6rem 0 4rem}
.legal-wrap{max-width:56rem;margin:0 auto;padding:0 1rem}
@media(min-width:640px){.legal-wrap{padding:0 1.5rem}}
@media(min-width:1024px){.legal-wrap{padding:0 2rem}}
.back{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary);margin-bottom:2rem}
.legal-head{margin-bottom:3rem}
.legal-head h1{font-size:2.25rem;font-weight:700;color:var(--primary);margin-bottom:1rem}
@media(min-width:768px){.legal-head h1{font-size:3rem}}
.legal-head p{color:var(--muted-foreground)}
.legal-body{display:flex;flex-direction:column;gap:2rem}
.legal-body section{background:var(--card);padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border)}
.legal-body section.tint{background:color-mix(in oklab,var(--secondary) 30%,transparent)}
.legal-body h2{font-size:1.5rem;font-weight:700;color:var(--foreground);margin-bottom:1rem}
.legal-body h3{font-size:1.125rem;font-weight:600;color:var(--foreground);margin-bottom:.5rem}
.legal-body h3.sm{font-size:1rem;margin-bottom:.25rem}
.legal-body p,.legal-body li{color:var(--muted-foreground);font-size:.875rem;line-height:1.7}
.legal-body .block{display:flex;flex-direction:column;gap:.5rem}
.legal-body .group{display:flex;flex-direction:column;gap:1rem}
.legal-body strong{color:var(--foreground)}
.legal-body ul{margin:.5rem 0 0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.25rem}
.legal-body .box{background:color-mix(in oklab,var(--secondary) 30%,transparent);padding:1rem;border-radius:.25rem;margin-top:.5rem;display:flex;flex-direction:column;gap:.25rem}
.legal-body .box .nm{font-weight:600;color:var(--foreground)}
.legal-body a{color:var(--primary)}
.legal-body a:hover{text-decoration:underline}
.legal-body .arrow-links{display:flex;flex-direction:column;gap:.5rem}
.stand{font-size:.875rem;color:var(--muted-foreground);text-align:center;padding-top:2rem;border-top:1px solid var(--border)}

@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}
@keyframes ping{75%,100%{transform:scale(2);opacity:0}}
@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateX(-50%) translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}
@keyframes slide-up{from{transform:translateY(100%)}to{transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){*{animation:none!important}}
