:root{--cream:#f3efe8;--ivory:#fffaf3;--forest:#282828;--forest-2:#3d3d3d;--moss:#6e6861;--brass:#f6921e;--ink:#272727;--muted:#6e6861;--line:rgba(61,61,61,.22);--display:'Cormorant Garamond',Georgia,serif;--sans:'Manrope',Arial,sans-serif;--pad:clamp(1.25rem,4vw,5rem)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65}body.menu-open{overflow:hidden}img{display:block;width:100%;height:100%;object-fit:cover;background:#252623}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}button,a{outline-offset:5px}button:focus-visible,a:focus-visible{outline:2px solid var(--brass)}.skip{position:fixed;top:-4rem;left:1rem;z-index:1000;background:var(--ivory);padding:.7rem 1rem}.skip:focus{top:1rem}.kicker{margin:0 0 1.25rem;text-transform:uppercase;letter-spacing:.22em;font-size:.68rem;font-weight:600}.site-header{height:88px;position:absolute;z-index:50;top:0;left:0;right:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 2.5rem;color:var(--ivory);transition:.35s}.site-header.scrolled{position:fixed;height:72px;background:rgba(243,239,228,.94);color:var(--forest);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:.7rem;font-family:var(--display);font-size:1.25rem}.brand img{width:38px;height:38px;border-radius:50%;background:var(--ivory);padding:6px}.menu-button{justify-self:start;border:0;background:none;display:grid;grid-template-columns:28px auto;column-gap:.7rem;align-items:center;padding:.6rem 0;cursor:pointer}.menu-button span{grid-column:1;width:28px;height:1px;background:currentColor;display:block}.menu-button b{grid-column:2;grid-row:1/4;font-size:.7rem;text-transform:uppercase;letter-spacing:.14em}.header-cta{justify-self:end;border:1px solid currentColor;padding:.65rem 1rem;text-transform:uppercase;font-size:.68rem;letter-spacing:.12em}.header-cta span{margin-left:1.2rem}.menu-panel{position:fixed;z-index:101;inset:0 auto 0 0;width:min(520px,92vw);background:var(--ivory);padding:2rem clamp(1.5rem,5vw,4rem);transform:translateX(-102%);transition:transform .5s cubic-bezier(.77,0,.18,1);display:flex;flex-direction:column}.menu-panel.open{transform:none}.menu-scrim{position:fixed;z-index:100;inset:0;background:rgba(10,24,19,.68);opacity:0;pointer-events:none;transition:.35s}.menu-scrim.open{opacity:1;pointer-events:auto}.menu-top{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:1rem;text-transform:uppercase;letter-spacing:.18em;font-size:.7rem}.menu-close{border:0;background:none;font-family:var(--display);font-size:2.2rem;cursor:pointer}.menu-panel nav{margin:auto 0}.menu-panel nav a{display:flex;align-items:baseline;gap:1.2rem;padding:.7rem 0;font-family:var(--display);font-size:clamp(1.9rem,5vw,3.1rem);line-height:1;border-bottom:1px solid transparent}.menu-panel nav a:hover{border-color:var(--brass);font-style:italic}.menu-panel nav small{font:500 .65rem var(--sans);color:var(--brass)}.menu-actions{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;font-size:.78rem}.menu-actions a{text-decoration:underline;text-underline-offset:4px}
.hero{min-height:100svh;background:var(--forest);color:var(--ivory);display:grid;grid-template-columns:44% 56%;position:relative;overflow:hidden;padding-top:88px}.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 14% 65%,rgba(180,147,88,.15),transparent 28%),linear-gradient(115deg,transparent 47%,rgba(0,0,0,.13));pointer-events:none}.hero-copy{align-self:center;padding:4rem 2rem 6rem var(--pad);z-index:2}.hero h1,.intro h2,.world h2,.guide h2,.day h2,.visit h2{font:400 clamp(3.8rem,6.7vw,7.4rem)/.78 var(--display);letter-spacing:-.045em;margin:0}.hero h1 em,.intro h2 em,.world h2 em,.guide h2 em,.day h2 em,.visit h2 em{font-weight:400}.hero-intro{max-width:530px;font-size:clamp(1rem,1.35vw,1.2rem);color:rgba(251,248,240,.72);margin:2.4rem 0}.hero-actions,.visit-actions{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:2.5rem;padding:1rem 1.25rem;text-transform:uppercase;font-size:.68rem;letter-spacing:.13em;border:1px solid transparent;transition:.25s}.button-dark{background:var(--brass);color:var(--ink)}.button-dark:hover{background:#c6aa78;transform:translateY(-2px)}.button-light{border-color:rgba(251,248,240,.6);color:var(--ivory)}.button-light:hover{background:var(--ivory);color:var(--forest)}.text-link{display:inline-flex;align-items:center;gap:1.2rem;padding:.5rem 0;border-bottom:1px solid currentColor;text-transform:uppercase;letter-spacing:.13em;font-size:.68rem}.text-link span{transition:.2s}.text-link:hover span{transform:translateX(5px)}.hero-collage{position:relative;align-self:center;height:min(75vh,780px);margin-right:var(--pad)}.hero-slideshow{position:absolute;inset:0;overflow:hidden;isolation:isolate}.hero-slideshow::before{content:'';position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(120% 90% at 50% 28%,transparent 45%,rgba(6,6,5,.26) 100%),linear-gradient(180deg,rgba(8,8,6,.22) 0%,rgba(8,8,6,0) 32%,rgba(8,8,6,0) 55%,rgba(8,8,6,.68) 100%)}.hero-slideshow-counter{position:absolute;left:1.5rem;top:1.5rem;z-index:3;display:flex;align-items:baseline;gap:.3rem;color:rgba(255,255,255,.8);font:500 .68rem/1 var(--sans);letter-spacing:.14em;pointer-events:none}.hero-slideshow-counter span:first-child{font:400 1.1rem/1 var(--display);letter-spacing:0;color:#fff}.hero-slideshow-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;padding:0;display:grid;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(10,10,8,.35);backdrop-filter:blur(6px);color:#fff;cursor:pointer;opacity:0;transition:opacity .3s,background .3s,border-color .3s}.hero-slideshow-nav--prev{left:1.25rem}.hero-slideshow-nav--next{right:1.25rem}.hero-slideshow:hover .hero-slideshow-nav,.hero-slideshow-nav:focus-visible{opacity:1}.hero-slideshow-nav:hover{background:rgba(10,10,8,.55);border-color:var(--brass)}.hero-slideshow-nav:focus-visible{outline:2px solid var(--brass);outline-offset:2px}@media(hover:none){.hero-slideshow-nav{opacity:.8}}.hero-stamp{position:absolute;right:-1px;top:0;z-index:4;width:145px;height:145px;background:var(--cream);color:var(--forest);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-shadow:0 18px 40px rgba(0,0,0,.32)}.hero-stamp span,.hero-stamp i{text-transform:uppercase;font:500 .55rem/1.4 var(--sans);letter-spacing:.12em}.hero-stamp strong{font:400 2.4rem/1 var(--display)}.hero-foot{position:absolute;bottom:1.5rem;left:var(--pad);right:var(--pad);display:flex;justify-content:space-between;font-size:.62rem;text-transform:uppercase;letter-spacing:.15em;color:rgba(251,248,240,.55)}.scroll-line{display:flex;align-items:center;gap:1rem}.scroll-line::before{content:'';width:70px;height:1px;background:currentColor}
.quickbar{display:grid;grid-template-columns:1.2fr repeat(3,1fr);background:var(--ivory);border-bottom:1px solid var(--line);padding:0 var(--pad)}.quickbar p,.quickbar a{margin:0;padding:1.3rem 1.5rem;border-right:1px solid var(--line);font-size:.75rem}.quickbar p{padding-left:0;text-transform:uppercase;letter-spacing:.12em;color:var(--moss)}.quickbar a{display:flex;justify-content:space-between}.quickbar a:hover{background:#eee7d7}.section-pad{padding:clamp(6rem,10vw,10rem) var(--pad)}.intro{padding-top:clamp(4.5rem,6vw,6.5rem);padding-bottom:clamp(4.5rem,6vw,6.5rem);text-align:center;max-width:1200px;margin:auto}.intro h2{font-size:clamp(3.1rem,6vw,6.2rem);line-height:.91}.intro>p:last-child{max-width:680px;margin:1.9rem auto 0;color:var(--muted);font-size:1.08rem}
.worlds{padding:2rem var(--pad) 8rem}.world{min-height:680px;display:grid;grid-template-columns:53% 47%;align-items:center;margin:3rem 0 10rem}.world:nth-child(even){grid-template-columns:47% 53%}.world:nth-child(even) .world-image{order:2}.world-image{height:680px;position:relative}.world-image::before{content:'';position:absolute;inset:-2rem 2rem 2rem -2rem;border:1px solid var(--line);z-index:-1}.world-image span{position:absolute;top:1.6rem;left:1.6rem;width:54px;height:54px;border:1px solid rgba(255,255,255,.7);display:grid;place-items:center;color:white;font:500 .7rem var(--sans)}.world-copy{padding:5rem clamp(2rem,7vw,8rem)}.world-copy h2{font-size:clamp(3.3rem,5.7vw,6rem);line-height:.84}.world-copy>p:not(.kicker){max-width:500px;margin:2rem 0;color:var(--muted)}.world-fysio{background:var(--ivory)}.world-fysio .world-image{height:560px;margin-left:3rem}.world-fysio .world-image::before{inset:2rem -2rem -2rem 2rem}.world-wellness{background:var(--forest);color:var(--ivory)}.world-wellness .world-copy>p:not(.kicker){color:rgba(251,248,240,.7)}.world-wellness .world-image{height:620px;margin:4rem 0 4rem 4rem}.world-wellness .world-image::before{border-color:rgba(251,248,240,.3)}
.guide{background:#dfe3d9;display:grid;grid-template-columns:40% 60%;gap:4rem}.guide-heading h2{font-size:clamp(3.2rem,5.4vw,5.8rem);line-height:.86}.guide-heading>p:last-child{max-width:420px;margin-top:2rem}.guide-options{align-self:start}.guide-option{width:100%;background:transparent;border:0;border-top:1px solid rgba(24,53,44,.3);padding:1.35rem .3rem;display:flex;justify-content:space-between;cursor:pointer;text-align:left}.guide-option span{font:400 clamp(1.5rem,2.6vw,2.5rem) var(--display)}.guide-option b{font-weight:400;font-size:1.5rem}.guide-option.active{color:var(--forest);font-style:italic;padding-left:1rem}.guide-option:last-child{border-bottom:1px solid rgba(24,53,44,.3)}.guide-result{grid-column:1/-1;background:var(--forest);color:var(--ivory);display:grid;grid-template-columns:48% 52%;min-height:500px}.guide-result>div{padding:clamp(2rem,6vw,6rem);align-self:center}.guide-result h3{font:400 clamp(2.6rem,5vw,5rem)/.9 var(--display);margin:0}.guide-result p:not(.kicker){color:rgba(251,248,240,.7);max-width:540px;margin:1.7rem 0 2rem}
.day{display:grid;grid-template-columns:55% 45%;padding:10rem var(--pad);background:var(--ivory)}.day-photo{height:720px;position:relative;margin-right:5rem}.day-photo img{filter:saturate(.72)}.day-frame{position:absolute;inset:2rem -2rem -2rem 2rem;border:1px solid var(--brass)}.day-copy{align-self:center}.day-copy h2{font-size:clamp(3.3rem,5.4vw,5.7rem);line-height:.86}.day ol{list-style:none;padding:0;margin:3rem 0 0}.day li{display:grid;grid-template-columns:75px 1fr;gap:1rem;border-top:1px solid var(--line);padding:1.15rem 0}.day time{font-size:.7rem;color:var(--brass);letter-spacing:.08em}.day li span{display:flex;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.83rem}.day li b{font-family:var(--display);font-size:1.2rem;color:var(--ink);font-weight:500}.proof{background:var(--forest-2);color:var(--ivory);text-align:center}.proof blockquote{font:400 clamp(2.6rem,5.2vw,5.5rem)/.95 var(--display);margin:2rem auto 5rem;max-width:1250px}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);max-width:900px;margin:auto;border-top:1px solid rgba(255,255,255,.2)}.proof-grid div{padding:2rem;border-right:1px solid rgba(255,255,255,.2)}.proof-grid div:last-child{border:0}.proof-grid strong{display:block;font:400 3.5rem var(--display);color:#d3c19e}.proof-grid span{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.6)}
.visit{display:grid;grid-template-columns:50% 50%;background:var(--cream);min-height:720px}.visit-image{margin:4rem 0 4rem 4rem;min-height:550px}.visit-copy{padding:6rem clamp(2rem,7vw,8rem);align-self:center}.visit-copy h2{font-size:clamp(3.3rem,5.4vw,5.7rem);line-height:.86}.visit-copy>p:not(.kicker){color:var(--muted);margin:2rem 0;max-width:520px}.visit address{margin-top:3rem;font-style:normal;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em}.visit-actions .text-link{color:var(--forest)}footer{background:#0f251e;color:rgba(251,248,240,.72);padding:4rem var(--pad) 2rem;display:grid;grid-template-columns:2fr 1.2fr 1fr 1fr;gap:3rem;font-size:.78rem}footer .footer-brand{display:flex;align-items:center;gap:1rem;color:var(--ivory);font:400 1.5rem var(--display)}footer .footer-brand img{width:44px;height:44px;background:var(--ivory);border-radius:50%;padding:7px}footer a{display:block;margin-bottom:.65rem}footer a:hover{color:var(--ivory)}footer small{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.14);padding-top:1.5rem}.mobile-actions{display:none}
.reveal{opacity:1;transform:none;transition:opacity .8s ease,transform .8s ease}.delay-1{transition-delay:.12s}
@media(max-width:960px){.site-header{padding:0 1.25rem}.brand span{display:none}.header-cta{padding:.55rem .7rem}.hero{grid-template-columns:1fr;padding-top:110px;min-height:auto}.hero-copy{padding:3rem var(--pad) 2rem}.hero-collage{height:66vh;min-height:480px;margin:0 var(--pad) 5rem}.hero-foot{display:none}.quickbar{grid-template-columns:1fr 1fr}.quickbar p{grid-column:1/-1;border-bottom:1px solid var(--line)}.quickbar a:last-child{grid-column:1/-1}.world,.world:nth-child(even){grid-template-columns:1fr;min-height:0;margin-bottom:6rem}.world:nth-child(even) .world-image{order:0}.world-image,.world-fysio .world-image,.world-wellness .world-image{height:60vw;min-height:390px;margin:0}.world-copy{padding:4rem var(--pad)}.guide{grid-template-columns:1fr}.guide-result{grid-template-columns:1fr}.guide-result img{height:55vw;min-height:340px}.day{grid-template-columns:1fr;padding-top:7rem}.day-photo{height:65vw;min-height:430px;margin:0 0 5rem}.visit{grid-template-columns:1fr}.visit-image{height:60vw;min-height:400px;margin:2rem}.visit-copy{padding-top:3rem}footer{grid-template-columns:1fr 1fr}}
@media(max-width:600px){body{padding-bottom:58px}.site-header{height:70px}.menu-button b{display:none}.header-cta span{display:none}.hero{padding-top:90px}.hero h1{font-size:3.8rem}.hero-intro{font-size:.92rem}.hero-collage{height:52vh;min-height:390px}.hero-slideshow-dots{bottom:1rem;padding:0 1rem}.hero-dots-track{gap:.4rem}.hero-dot{width:32px;height:40px;border-width:1.5px}.hero-slideshow-counter{left:1rem;top:1rem;font-size:.6rem}.hero-slideshow-counter span:first-child{font-size:.95rem}.hero-slideshow-nav{width:36px;height:36px;opacity:.75}.hero-slideshow-nav--prev{left:.6rem}.hero-slideshow-nav--next{right:.6rem}.hero-stamp{width:105px;height:105px}.hero-stamp strong{font-size:1.8rem}.hero-stamp i{display:none}.quickbar{display:block;padding:0 1.25rem}.quickbar p,.quickbar a{padding:1rem 0;border-right:0;border-bottom:1px solid var(--line)}.intro{padding-top:4rem;padding-bottom:4rem}.intro h2{font-size:3.25rem}.intro>p:last-child{margin-top:1.5rem}.worlds{padding-left:0;padding-right:0}.world-image,.world-fysio .world-image,.world-wellness .world-image{height:105vw}.world-image::before{display:none}.world-copy h2,.guide-heading h2,.day-copy h2,.visit-copy h2{font-size:3.35rem}.guide{gap:2.5rem}.guide-result{margin-left:calc(var(--pad)*-1);margin-right:calc(var(--pad)*-1)}.guide-result>div{padding:3rem 1.5rem}.day{padding-left:1.25rem;padding-right:1.25rem}.day-photo{height:110vw}.day li span{display:block}.day li b{display:block}.proof-grid{grid-template-columns:1fr}.proof-grid div{border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}.visit-image{height:100vw;margin:1.25rem}.visit-copy{padding:3.5rem 1.5rem 5rem}footer{grid-template-columns:1fr;gap:1.5rem}footer small{grid-column:1}.mobile-actions{position:fixed;z-index:90;display:grid;grid-template-columns:1fr 1fr;bottom:0;left:0;right:0;height:58px;background:var(--ivory);border-top:1px solid var(--line)}.mobile-actions a{display:grid;place-items:center;text-transform:uppercase;letter-spacing:.1em;font-size:.67rem}.mobile-actions a+ a{background:var(--brass);color:var(--ink)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.menu-panel{transition:none}}

/* Aktivt Velvære brand pass — original orange/graphite identity */
.hero::before{background:radial-gradient(circle at 14% 65%,rgba(246,146,30,.18),transparent 29%),linear-gradient(115deg,transparent 47%,rgba(0,0,0,.18))}

/* Hero collage — slideshow with manual + auto-advancing dots */
.hero-slide{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;transform:scale(1.05);filter:saturate(.93) contrast(1.05) brightness(.97);transition:opacity .9s cubic-bezier(.4,0,.2,1),transform 7s ease-out;will-change:opacity,transform}
.hero-slide.is-active{opacity:1;transform:scale(1);z-index:1}
.hero-slideshow-dots{position:absolute;left:0;right:0;bottom:1.5rem;z-index:3;overflow:hidden;padding:1rem 1.5rem 0;-webkit-mask-image:linear-gradient(to right,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(to right,transparent,#000 10%,#000 90%,transparent)}
.hero-dots-track{display:flex;align-items:flex-end;gap:.6rem;transition:transform .5s cubic-bezier(.22,1,.36,1);will-change:transform}
.hero-dot{flex:0 0 auto;width:42px;height:52px;padding:0;border:1.5px solid rgba(255,255,255,.32);border-radius:.6rem;background-color:rgba(0,0,0,.2);background-size:cover;background-position:center;cursor:pointer;opacity:.5;transform:scale(.82);transform-origin:bottom center;transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .45s cubic-bezier(.34,1.56,.64,1),border-color .4s,box-shadow .4s;box-shadow:0 6px 16px rgba(0,0,0,.35)}
.hero-dot.is-active{opacity:1;transform:scale(1.3);border-color:var(--brass);box-shadow:0 12px 28px rgba(0,0,0,.5),0 0 0 1px rgba(246,146,30,.3);z-index:1}
.hero-dot:hover{opacity:.85}
.hero-dot:focus-visible{outline:2px solid var(--brass);outline-offset:3px}
@media(prefers-reduced-motion:reduce){.hero-slide{transition:opacity .01s}}
@media(max-width:600px){.hero-slideshow-dots{padding:1rem 1rem 0}}

/* A restrained gallery frame separates the photography from the textured hero. */
.hero-collage{
  background:rgba(12,14,12,.72);
  border:1px solid rgba(251,248,240,.22);
  box-shadow:0 30px 80px rgba(0,0,0,.34),inset 0 0 0 1px rgba(180,147,88,.08);
}

/* Direct booking actions within the two relevant primary menu entries. */
.menu-panel nav .menu-primary-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;column-gap:1.25rem}
.menu-panel nav .menu-primary-item>a:first-child{min-width:0}
.menu-panel nav .menu-group-primary .menu-primary-book{align-self:center;padding:.45rem 0;font:600 .64rem/1 var(--sans);letter-spacing:.13em;text-transform:uppercase;color:var(--brass);border-bottom:1px solid transparent}
.menu-panel nav .menu-group-primary .menu-primary-book:hover{font-style:normal;border-color:var(--brass)}
.menu-primary-book span{font-size:.72rem}

/* Videoarkiv: de oprindelige produktvideoer i Aktivt Velvaeres formsprog. */
.av-video-section{padding:clamp(5rem,9vw,9rem) var(--pad);background:#f3eee5;color:#25231f;display:grid;grid-template-columns:minmax(240px,.62fr) minmax(0,1.38fr);gap:clamp(3rem,7vw,8rem);align-items:start}
.av-video-section--dark{background:#1b1d1a;color:#f4efe6}
.av-video-heading{position:sticky;top:8rem}.av-video-heading h2{font:400 clamp(3.25rem,5.5vw,6rem)/.9 var(--display);letter-spacing:-.045em;margin:1.2rem 0 1.6rem}.av-video-heading h2 em{font-weight:400}.av-video-heading>p:last-child{max-width:31rem;color:#756e64;line-height:1.7}.av-video-section--dark .av-video-heading>p:last-child{color:#aaa59c}
.av-video-feature{margin:0}.av-video-frame{position:relative;aspect-ratio:16/9;background:#111;overflow:hidden;box-shadow:0 24px 60px rgba(28,24,18,.14)}.av-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.av-video-feature figcaption{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(70,62,52,.25);font-size:.78rem}.av-video-feature figcaption span{text-transform:uppercase;letter-spacing:.14em;color:#c56200}.av-video-feature figcaption strong{font-weight:500}.av-video-section--dark .av-video-feature figcaption{border-color:rgba(255,255,255,.18)}
.av-video-library{min-width:0}.av-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:rgba(70,62,52,.2);margin-top:2.5rem;border:1px solid rgba(70,62,52,.2)}.av-video-card{background:#f3eee5;color:inherit;display:grid;grid-template-columns:42% 1fr;min-width:0;transition:background .2s ease}.av-video-card:hover{background:#fff9ef}.av-video-card img{width:100%;height:100%;min-height:125px;object-fit:cover}.av-video-card>span{padding:1.15rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;min-width:0}.av-video-card small{color:#9b5b20;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase}.av-video-card strong{font:400 1.25rem/1.05 var(--display)}
@media(max-width:900px){.av-video-section{grid-template-columns:1fr}.av-video-heading{position:static}.av-video-heading>p:last-child{max-width:42rem}}
@media(max-width:600px){.av-video-section{padding:4.5rem 1.25rem;gap:2.5rem}.av-video-heading h2{font-size:3.25rem}.av-video-grid{grid-template-columns:1fr}.av-video-card{grid-template-columns:44% 1fr}.av-video-card img{min-height:112px}}
.hero-slideshow{
  inset:8px;
  border:1px solid rgba(221,201,165,.34);
}
@media(max-width:600px){
  .hero-slideshow{inset:6px}
}
.button-dark{background:var(--brass);color:#1f1f1f;font-weight:600}.button-dark:hover{background:#ffab48}
.hero-stamp{background:var(--brass);color:#242424}
.guide{background:#f2dfc8}.guide-option{border-color:var(--line)}.guide-option:last-child{border-color:var(--line)}
.proof-grid strong{color:#ffad4e}
.menu-button{border:1px solid rgba(255,255,255,.5);background:rgba(255,250,243,.95);color:var(--ink);column-gap:.8rem;padding:.72rem 1rem;box-shadow:0 8px 30px rgba(0,0,0,.12)}
.menu-button span{height:2px;background:var(--brass)}
.menu-button b{font-size:.76rem;font-weight:600}
.site-header.scrolled .menu-button{border-color:var(--line);box-shadow:none}
.menu-panel{width:min(560px,94vw);border-right:6px solid var(--brass)}
.menu-scrim{background:rgba(28,28,28,.76)}
.menu-top{border-bottom:2px solid var(--brass);font-size:.76rem;font-weight:600}
.menu-close{border:1px solid var(--line);background:#fff;width:46px;height:46px;display:grid;place-items:center;line-height:1}
.menu-panel nav a{padding:.85rem 0;font-size:clamp(2rem,5vw,3.2rem);font-weight:500;color:var(--ink);border-bottom:1px solid var(--line)}
.menu-panel nav a:hover{color:#bd6500;padding-left:.5rem;border-color:var(--line)}
.menu-panel nav small{font-weight:600;color:#bd6500}
.menu-actions{font-size:.82rem;font-weight:600}.menu-actions a{text-decoration-color:var(--brass);text-decoration-thickness:2px;text-underline-offset:5px}
footer{background:#202020}

@media(max-width:600px){.menu-button{width:48px;height:48px;padding:.65rem;display:flex;flex-direction:column;justify-content:center;gap:5px}.menu-button span{width:26px}.menu-panel nav a{font-size:clamp(1.75rem,9vw,2.65rem)}}

/* V2-inspired navigation: narrow, grouped and quick to scan */
.menu-panel{width:min(420px,84vw);padding:0;border-right:0;transition:transform .35s cubic-bezier(.16,1,.3,1);box-shadow:40px 0 80px -20px rgba(39,39,39,.32)}
.menu-top{padding:1.5rem clamp(1.5rem,6vw,2.5rem) 1.15rem;border-bottom:1px solid var(--line);font-family:var(--display);font-size:1.15rem;font-weight:500;letter-spacing:0;text-transform:none}
.menu-close{width:36px;height:36px;border:0;background:transparent;font-size:2rem}
.menu-panel nav{margin:.45rem 0 0}
.menu-group{display:flex;flex-direction:column;padding:.5rem clamp(1.5rem,6vw,2.5rem);border-top:1px solid var(--line)}
.menu-group:first-child{border-top:0}
.menu-panel nav .menu-group a{display:block;padding:.62rem 0;border:0;font:500 1.22rem/1.15 var(--display);color:var(--ink)}
.menu-panel nav .menu-group-primary a{font-size:1.55rem}
.menu-panel nav .menu-group a:hover{padding-left:.35rem;color:#bd6500;font-style:normal}
.menu-actions{display:flex;flex-direction:column;align-items:stretch;gap:.65rem;margin-top:auto;padding:1.35rem clamp(1.5rem,6vw,2.5rem) 1.8rem;border-top:1px solid var(--line);font-size:.72rem;text-transform:uppercase;letter-spacing:.07em}
.menu-actions a{text-decoration:none}.menu-actions a:not(.menu-book):hover{color:#bd6500}
.menu-actions .menu-book{display:flex;align-items:center;justify-content:space-between;background:var(--brass);color:#1f1f1f;padding:.85rem 1rem;margin-bottom:.3rem}
.menu-actions .menu-book:hover{background:#ffab48}

@media(max-height:700px){.menu-panel nav .menu-group a{padding:.42rem 0}.menu-group{padding-top:.3rem;padding-bottom:.3rem}.menu-actions{padding-top:.8rem;padding-bottom:1rem}}
@media(max-width:600px){.menu-panel nav .menu-group a{font-size:1.16rem}.menu-panel nav .menu-group-primary a{font-size:1.42rem}}

/* Quiet V2-style trigger — visible without competing with the hero */
.menu-button{border:0;background:transparent;color:var(--ivory);padding:.5rem 0;box-shadow:none}
.menu-button:hover{opacity:.72}
.site-header.scrolled .menu-button{border:0;background:transparent;color:var(--ink);box-shadow:none}
@media(max-width:600px){.menu-button{width:44px;height:44px;padding:.5rem 0;background:transparent}.menu-button span{width:24px}}

/* Compact navigation that remains usable on short screens */
.menu-panel{width:min(380px,88vw);max-height:100dvh;overflow-y:auto;color:var(--ink)}
.menu-top{padding:1.05rem 1.5rem .8rem;font-size:1rem}.menu-close{width:32px;height:32px;font-size:1.75rem}
.menu-panel nav{margin:.2rem 0}.menu-group{padding:.28rem 1.5rem}.menu-panel nav .menu-group a{padding:.42rem 0;font-size:1.05rem;line-height:1.1}.menu-panel nav .menu-group-primary a{font-size:1.32rem}
.menu-actions{gap:.45rem;padding:.8rem 1.5rem 1rem;font-size:.65rem}.menu-actions .menu-book{padding:.68rem .8rem;margin-bottom:.1rem}
.menu-button{min-width:104px;height:50px;grid-template-columns:23px auto;column-gap:.6rem;padding:.65rem .75rem;background:transparent;color:inherit;border:1px solid currentColor;backdrop-filter:none}
.menu-button span{width:23px;height:1px;background:var(--brass)}.menu-button b{font-size:.68rem;font-weight:500;letter-spacing:.12em}
.site-header.scrolled .menu-button{background:transparent;color:inherit;border:1px solid currentColor}.menu-button:hover{opacity:1;background:rgba(247,243,236,.09)}
@media(max-width:600px){.menu-button{min-width:40px;width:40px;height:40px;padding:.5rem;background:transparent}.menu-button span{width:22px}.site-header.scrolled .menu-button{background:transparent}.menu-panel nav .menu-group a{font-size:1rem}.menu-panel nav .menu-group-primary a{font-size:1.22rem}}

/* Service markers must stay legible across both light and dark photography */
.world-image>span{background:var(--brass);border:0;color:#202020;font-weight:700;box-shadow:0 8px 24px rgba(32,32,32,.14)}

.footer-identity{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}
.footer-socials{display:flex;gap:.65rem}
.footer-socials a{width:42px;height:42px;margin:0;border:1px solid rgba(255,255,255,.28);display:grid;place-items:center;transition:background .2s,border-color .2s,transform .2s}
.footer-socials a:hover{background:var(--brass);border-color:var(--brass);transform:translateY(-2px)}
.footer-socials svg{width:18px;height:18px;fill:currentColor}
.footer-socials svg rect,.footer-socials svg circle{fill:none;stroke:currentColor;stroke-width:1.8}
.footer-socials svg .social-dot{fill:currentColor;stroke:none}
.footer-socials a:hover{color:#202020}

@media(max-width:600px){
  .hero{padding-top:82px}
  .hero-collage{order:-1;height:31svh;min-height:230px;max-height:300px;margin:0 1.25rem 1rem}
  .hero-stamp{top:.75rem;right:-.25rem;width:86px;height:86px}
  .hero-stamp strong{font-size:1.6rem}
  .hero-copy{padding:2.25rem 1.25rem 4rem}
  .hero-copy .kicker{margin-bottom:1rem}
  .hero h1{font-size:3.45rem}
  .hero-intro{margin:1.5rem 0}
}

.house-options{list-style:none;padding:0;margin:3rem 0 0}
.house-options li{grid-template-columns:105px 1fr}
.house-options small{font-size:.62rem;color:var(--brass);letter-spacing:.11em;text-transform:uppercase}

/* House overview: specific, editorial service labels */
.house-options li{grid-template-columns:92px 1fr;align-items:start}
.house-options small{display:flex;align-items:center;gap:.65rem;font:400 1rem/1.2 var(--display);letter-spacing:0;text-transform:none;color:var(--ink)}
.house-options small::before{content:'';flex:0 0 5px;width:5px;height:5px;background:var(--brass);transform:rotate(45deg)}
.house-options li span{line-height:1.45}
.house-options li b{min-width:190px}

/* Concierge control: reads as navigation, not a floating widget */
.av-help-button{min-width:146px;height:50px;padding:0 6px 0 18px;background:var(--forest);color:var(--ivory);border-color:rgba(255,255,255,.18);box-shadow:0 12px 32px rgba(0,0,0,.18)}
.av-help-button::before{display:none}
.av-help-button b{width:36px;height:36px;background:var(--brass);color:var(--ink);font:400 1rem/1 var(--sans)}
.av-help-button:hover{background:#30302e;color:var(--ivory)}
.av-help-button[aria-expanded="true"]{background:var(--ivory);color:var(--ink);border-color:var(--ink)}

@media(max-width:600px){
  .house-options li{grid-template-columns:1fr;gap:.6rem}
  .house-options li b{min-width:0}
  .av-help-button{min-width:128px;background:var(--forest);color:var(--ivory)}
}

/* Branded opening sequence — one calm, orchestrated moment */
.page-intro{display:none;position:fixed;inset:0;z-index:1000;pointer-events:none;overflow:hidden}
.intro-active{overflow:hidden}.intro-active .page-intro{display:block;pointer-events:auto}
.intro-curtain{position:absolute;left:0;width:100%;height:50.5%;background:#202020;transition:transform .72s cubic-bezier(.76,0,.24,1)}
.intro-curtain-top{top:0}.intro-curtain-bottom{bottom:0}
.intro-brand{position:absolute;z-index:2;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--ivory);opacity:0;transform:translateY(10px);transition:opacity .45s ease,transform .45s ease}
.intro-brand img{width:76px;height:76px;padding:13px;border-radius:50%;background:var(--ivory);object-fit:contain}
.intro-brand strong{margin-top:1.15rem;font:500 clamp(2rem,4vw,3.25rem)/1 var(--display);letter-spacing:-.02em}
.intro-brand span{margin-top:.65rem;font:600 .62rem var(--sans);text-transform:uppercase;letter-spacing:.28em;color:rgba(255,250,243,.58)}
.intro-brand i{display:block;width:min(210px,42vw);height:2px;margin-top:1.35rem;background:rgba(255,255,255,.14);position:relative;overflow:hidden}
.intro-brand i::after{content:'';position:absolute;inset:0;background:var(--brass);transform:translateX(-101%)}
.intro-active .intro-brand{animation:introBrandIn .5s .08s ease forwards}
.intro-active .intro-brand i::after{animation:introLine 1s .2s cubic-bezier(.65,0,.35,1) forwards}
.page-intro.is-leaving .intro-brand{animation:introBrandOut .18s ease forwards}
.page-intro.is-leaving .intro-curtain{transition-delay:.24s}
.page-intro.is-leaving .intro-curtain-top{transform:translateY(-101%)}
.page-intro.is-leaving .intro-curtain-bottom{transform:translateY(101%)}
@keyframes introBrandIn{to{opacity:1;transform:none}}
@keyframes introBrandOut{from{opacity:1;transform:none}to{opacity:0;transform:translateY(-8px)}}
@keyframes introLine{0%{transform:translateX(-101%)}55%{transform:translateX(0)}100%{transform:translateX(101%)}}
@media(max-width:600px){.intro-brand img{width:64px;height:64px;padding:11px}.intro-brand strong{font-size:2.15rem}.intro-brand span{font-size:.55rem;letter-spacing:.2em}}
@media(prefers-reduced-motion:reduce){.page-intro{display:none!important}.intro-active{overflow:auto}}

/* Waitlist landing page */
.photo-upload-preview[hidden]{display:none}

/* Global find-svar assistant */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.av-help-button{position:fixed;z-index:95;right:1.5rem;bottom:1.5rem;height:56px;border:0;background:var(--brass);color:var(--ink);display:flex;align-items:center;gap:1rem;padding:0 .55rem 0 1.2rem;cursor:pointer;box-shadow:0 15px 40px rgba(0,0,0,.22);text-transform:uppercase;letter-spacing:.12em;font:600 .66rem var(--sans);transition:transform .2s,background .2s}.av-help-button:hover{transform:translateY(-3px);background:#ffab48}.av-help-button b{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(39,39,39,.35);font:400 1.45rem var(--display)}.av-help-panel{position:fixed;z-index:94;right:1.5rem;bottom:6rem;width:min(410px,calc(100vw - 2rem));height:min(650px,calc(100svh - 8rem));background:var(--ivory);border:1px solid var(--line);box-shadow:0 30px 80px rgba(0,0,0,.28);display:flex;flex-direction:column;transform:translateY(18px) scale(.98);transform-origin:bottom right;opacity:0;visibility:hidden;pointer-events:none;transition:.28s ease}.av-help-panel.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.av-help-panel>header{background:var(--forest);color:var(--ivory);padding:1.2rem 1.3rem;display:flex;justify-content:space-between;align-items:center;border-bottom:4px solid var(--brass)}.av-help-panel>header small{display:block;color:rgba(255,250,243,.6);text-transform:uppercase;letter-spacing:.15em;font-size:.58rem}.av-help-panel>header strong{display:block;font:400 1.45rem var(--display);margin-top:.2rem}.av-help-panel>header button{border:0;background:transparent;color:var(--ivory);font:400 2rem/1 var(--display);cursor:pointer}.av-help-messages{flex:1;overflow:auto;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.av-help-message{max-width:88%;padding:.8rem 1rem;font-size:.82rem;line-height:1.55}.av-help-message.bot{align-self:flex-start;background:var(--cream);border-left:2px solid var(--brass)}.av-help-message.user{align-self:flex-end;background:var(--forest);color:var(--ivory)}.av-help-message.typing{color:var(--muted);font-style:italic}.av-help-message a{text-decoration:underline;text-decoration-color:var(--brass);text-underline-offset:3px}.av-help-quick{display:flex;gap:.45rem;flex-wrap:wrap;padding:0 1.25rem 1rem}.av-help-quick button{border:1px solid var(--line);background:transparent;padding:.5rem .7rem;font-size:.68rem;cursor:pointer}.av-help-quick button:hover{border-color:var(--brass);background:#fff}.av-help-panel form{display:grid;grid-template-columns:1fr 46px;gap:.5rem;padding:.8rem;border-top:1px solid var(--line)}.av-help-panel textarea{resize:none;border:1px solid var(--line);background:white;padding:.75rem;font:400 .78rem var(--sans);outline:0}.av-help-panel textarea:focus{border-color:var(--brass)}.av-help-panel form button{border:0;background:var(--brass);font-size:1.2rem;cursor:pointer}.av-help-directory{display:flex;justify-content:space-between;padding:.75rem 1.25rem;background:var(--cream);border-top:1px solid var(--line);text-transform:uppercase;letter-spacing:.12em;font-size:.62rem;font-weight:600}
@media(max-width:600px){.av-help-button{right:1rem;bottom:74px}.av-help-button span{display:none}.av-help-button{padding:.4rem}.av-help-panel{right:.5rem;left:.5rem;bottom:138px;width:auto;height:min(570px,calc(100svh - 155px))}}

/* V3 concierge launcher — quiet until needed */
.av-help-button{
  height:48px;
  min-width:138px;
  padding:0 7px 0 17px;
  gap:14px;
  background:rgba(255,250,243,.96);
  color:var(--ink);
  border:1px solid rgba(39,39,39,.72);
  box-shadow:0 10px 28px rgba(0,0,0,.12);
  backdrop-filter:blur(10px);
}
.av-help-button::before{
  content:'';
  width:5px;
  height:5px;
  background:var(--brass);
  transform:rotate(45deg);
}
.av-help-button span{flex:1;text-align:left;white-space:nowrap}
.av-help-button b{
  width:32px;
  height:32px;
  border:0;
  background:var(--brass);
  font:400 1.05rem/1 var(--display);
}
.av-help-button:hover{
  transform:translateY(-2px);
  background:#fffaf3;
  box-shadow:0 14px 34px rgba(0,0,0,.16);
}
.av-help-button:focus-visible{outline:2px solid var(--brass);outline-offset:4px}
.av-help-button[aria-expanded="true"]{background:var(--forest);color:var(--ivory);border-color:var(--forest)}
.av-help-button[aria-expanded="true"]::before{background:var(--ivory)}

/* Homepage hero: denser composition on wide screens without adding content */
@media(min-width:1200px){
  .hero{grid-template-columns:42% 58%}
  .hero-copy{
    padding-right:1rem;
    transform:translateY(-4vh);
  }
  .hero-collage{
    height:min(80vh,820px);
    margin-right:calc(var(--pad) * .72);
    transform:translateY(-3vh);
  }
  .hero-stamp{right:-.5rem;top:-1rem}
}

@media(max-width:600px){
  .av-help-button{right:12px;bottom:16px;min-width:124px;height:44px;padding:0 6px 0 14px;gap:11px}
  .av-help-button span{display:block;font-size:.59rem}
  .av-help-button b{width:30px;height:30px}
  .av-help-panel{bottom:70px}
  .day-frame{right:0}
}

/* Find vej */
.directory-page{background:var(--cream)}.directory-hero{min-height:650px;background:var(--forest);color:var(--ivory);padding:145px var(--pad) 5rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem 8vw;align-content:center}.directory-hero h1{font:400 clamp(4.5rem,8vw,8.5rem)/.78 var(--display);letter-spacing:-.05em;margin:0}.directory-hero h1 em{font-weight:400}.directory-hero>p:not(.kicker){align-self:end;max-width:520px;color:rgba(255,250,243,.7);font-size:1.08rem}.directory-search{grid-column:1/-1;margin-top:2rem;border-bottom:1px solid rgba(255,255,255,.5);display:grid;grid-template-columns:190px 1fr auto;align-items:center;padding:.7rem 0}.directory-search span{text-transform:uppercase;letter-spacing:.14em;font-size:.62rem}.directory-search input{border:0;background:transparent;color:var(--ivory);font:400 clamp(1rem,2vw,1.5rem) var(--sans);padding:.7rem;outline:0}.directory-search input::placeholder{color:rgba(255,255,255,.38)}.directory-search b{font:400 2rem var(--display)}.directory-content{padding:4rem var(--pad) 9rem;max-width:1600px;margin:auto}.directory-shortcuts{display:flex;gap:.6rem;flex-wrap:wrap}.directory-shortcuts button{border:1px solid var(--line);background:var(--ivory);padding:.75rem 1rem;cursor:pointer;font-size:.72rem}.directory-shortcuts button:hover{border-color:var(--brass);background:#fff}.directory-count{margin:2rem 0;color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}.directory-group{display:grid;grid-template-columns:32% 68%;border-top:1px solid var(--line);padding:3rem 0}.directory-group[hidden]{display:none}.directory-group header{padding-right:4vw}.directory-group header small{color:#bd6500;font-weight:600}.directory-group h2{font:400 clamp(2.8rem,4.5vw,5rem)/.9 var(--display);margin:.5rem 0 1rem}.directory-group header p{color:var(--muted);max-width:310px}.directory-group>div{display:grid;grid-template-columns:1fr 1fr}.directory-group a{padding:1.3rem;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:1rem}.directory-group a:nth-child(odd){border-right:1px solid var(--line)}.directory-group a:hover{background:var(--ivory)}.directory-group strong{font:500 1.2rem var(--display)}.directory-group span{color:var(--muted);font-size:.68rem;text-align:right;max-width:180px}.directory-empty{text-align:center;padding:5rem;background:var(--ivory)}.directory-empty h2{font:400 3rem var(--display)}
@media(max-width:760px){.directory-hero{grid-template-columns:1fr;padding:120px 1.25rem 4rem;min-height:620px}.directory-hero>p:not(.kicker){align-self:auto}.directory-search{grid-template-columns:1fr auto}.directory-search span{grid-column:1/-1}.directory-search input{padding-left:0}.directory-content{padding:3rem 1.25rem 6rem}.directory-group{grid-template-columns:1fr;padding:2.5rem 0}.directory-group>div{grid-template-columns:1fr}.directory-group a,.directory-group a:nth-child(odd){border-right:0;padding:1.1rem 0}.directory-group h2{font-size:3.6rem}}
.waitlist-page{background:var(--cream)}
.subpage-header{position:absolute}.subpage-header .menu-button{color:var(--ivory)}
.waitlist-hero{min-height:760px;padding:150px var(--pad) 6rem;background:var(--forest);color:var(--ivory);display:grid;grid-template-columns:44% 56%;align-items:center;gap:clamp(2rem,5vw,6rem);overflow:hidden}
.waitlist-hero-copy{max-width:650px}.waitlist-hero h1{margin:0;font:400 clamp(4rem,7vw,7.2rem)/.8 var(--display);letter-spacing:-.045em}.waitlist-hero h1 em{font-weight:400}.waitlist-hero-copy>p:not(.kicker){max-width:560px;margin:2rem 0;color:rgba(255,250,243,.7);font-size:1.05rem}.waitlist-hero-image{height:560px;position:relative}.waitlist-hero-image img{filter:saturate(.82) sepia(.08)}.waitlist-image-frame{position:absolute;inset:2rem;border:1px solid rgba(255,255,255,.58)}.waitlist-hero-image>span{position:absolute;left:-2rem;bottom:-2rem;background:var(--brass);color:#202020;padding:1.3rem 1.6rem;text-transform:uppercase;letter-spacing:.14em;font-size:.65rem;font-weight:600}
.waitlist-main{padding:clamp(5rem,9vw,9rem) var(--pad);display:grid;grid-template-columns:minmax(0,42%) minmax(0,58%);gap:clamp(3rem,8vw,9rem);align-items:start}.waitlist-context{position:sticky;top:110px}.waitlist-context h2{margin:0;font:400 clamp(3.4rem,5vw,5.7rem)/.86 var(--display);letter-spacing:-.035em}.waitlist-context h2 em{font-weight:400}.waitlist-context>p:not(.kicker){max-width:520px;margin:2rem 0;color:var(--muted)}.waitlist-steps{margin-top:3rem;border-top:1px solid var(--line)}.waitlist-steps>div{display:grid;grid-template-columns:50px 1fr;gap:1rem;padding:1.15rem 0;border-bottom:1px solid var(--line)}.waitlist-steps span{color:#bd6500;font-size:.68rem;font-weight:600}.waitlist-steps p{margin:0;color:var(--muted);font-size:.82rem}.waitlist-steps strong{display:block;color:var(--ink);font:500 1.15rem var(--display)}.waitlist-contact{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.waitlist-contact a{color:#bd6500;font-weight:600}
.waitlist-card{background:var(--ivory);border:1px solid var(--line);padding:clamp(1.5rem,4vw,3.5rem);box-shadow:0 30px 70px -45px rgba(39,39,39,.35);scroll-margin-top:1.5rem}.form-heading{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding-bottom:1.3rem;margin-bottom:1.8rem;border-bottom:1px solid var(--line)}.form-heading span{font:500 1.5rem var(--display)}.form-heading small{color:var(--muted);font-size:.66rem}.field{display:grid;gap:.5rem;margin-bottom:1rem}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.field label span{color:var(--muted);font-weight:400;text-transform:none;letter-spacing:0;margin-left:.3rem}.field input,.field textarea{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;padding:.85rem .15rem;font:400 .95rem var(--sans);color:var(--ink);border-radius:0;outline:0;transition:border-color .2s}.field input:focus,.field textarea:focus{border-color:var(--brass)}.field textarea{resize:vertical}.field input:invalid:not(:placeholder-shown){border-color:#a74a3f}
.photo-upload{display:grid;grid-template-columns:104px 1fr;align-items:center;gap:1.25rem;padding:0 0 1.8rem;margin-bottom:1.8rem;border-bottom:1px solid var(--line)}.photo-upload>p{margin:0;color:var(--muted);font-size:.75rem}.photo-upload-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.photo-upload-circle{position:relative;width:96px;height:96px;border-radius:50%;background:var(--cream);border:1px dashed #bd6500;display:grid;place-items:center;cursor:pointer;overflow:hidden;transition:background .2s,border-color .2s}.photo-upload-circle:hover{background:#f2dfc8;border-color:var(--brass)}.photo-upload-input:focus-visible+.photo-upload-circle{outline:2px solid var(--brass);outline-offset:4px}.photo-upload-placeholder{display:flex;flex-direction:column;align-items:center;text-align:center}.photo-upload-icon{font:400 1.8rem/1 var(--display);color:#bd6500}.photo-upload-text{font-size:.57rem;line-height:1.25;text-transform:uppercase;letter-spacing:.04em}.photo-upload-preview{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:50%}.photo-upload-circle:has(.photo-upload-preview:not([hidden])) .photo-upload-placeholder{display:none}
.form-privacy{margin:1.3rem 0;color:var(--muted);font-size:.69rem;line-height:1.6}.consent-documents{margin:1.8rem 0 1.25rem;border-top:1px solid var(--line)}.consent-documents>a{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem .15rem;border-bottom:1px solid var(--line);color:var(--ink);text-decoration:none;transition:padding .2s,color .2s}.consent-documents>a:hover,.consent-documents>a:focus-visible{padding-left:.5rem;color:#a95800}.consent-documents span{display:grid;gap:.2rem}.consent-documents strong{font:500 1rem var(--display)}.consent-documents small{color:var(--muted);font-size:.65rem}.consent-documents b{font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.privacy-check{display:grid;grid-template-columns:18px 1fr;align-items:start;gap:.65rem;cursor:pointer}.privacy-check input{width:16px;height:16px;margin:.15rem 0 0;accent-color:var(--brass)}.waitlist-submit{width:100%;border:0;background:var(--brass);color:#202020;padding:1.1rem 1.25rem;display:flex;justify-content:space-between;text-transform:uppercase;letter-spacing:.1em;font:600 .72rem var(--sans);cursor:pointer;transition:background .2s,transform .2s}.waitlist-submit:hover{background:#ffab48;transform:translateY(-1px)}.waitlist-submit:disabled{opacity:.55;cursor:wait}.waitlist-status{margin:1.5rem 0 0;padding:0;font-weight:600}.waitlist-status--success{padding:1.25rem;background:#e4eadf;color:#35432e}.waitlist-status--error{padding:1.25rem;background:#f4dfdc;color:#8a382f}
.field input[aria-invalid="true"],.field select[aria-invalid="true"],.field textarea[aria-invalid="true"]{border-color:#a74a3f}.field{position:relative}.field-help{position:absolute;top:100%;left:.15rem;margin-top:.28rem;color:var(--muted);font-size:.65rem;line-height:1.3}.photo-upload-circle[aria-invalid="true"]{border-color:#a74a3f;box-shadow:0 0 0 3px rgba(167,74,63,.12)}
.waitlist-note{padding:clamp(5rem,9vw,9rem) var(--pad);background:var(--forest-2);color:var(--ivory);text-align:center}.waitlist-note blockquote{margin:1.5rem auto 0;max-width:1100px;font:400 clamp(2.8rem,5vw,5.5rem)/.94 var(--display)}
@media(max-width:900px){.waitlist-hero{min-height:auto;grid-template-columns:1fr;padding-top:120px}.waitlist-hero-image{height:55vw;min-height:380px}.waitlist-main{grid-template-columns:1fr}.waitlist-context{position:static}.waitlist-context>p:not(.kicker){max-width:680px}}
@media(max-width:600px){.waitlist-hero{padding:100px 1.25rem 4rem;gap:2.5rem}.waitlist-hero-copy{order:2}.waitlist-hero-image{order:1;height:62vw;min-height:240px}.waitlist-hero-image>span{left:-.25rem;bottom:-1rem}.waitlist-hero h1{font-size:3.65rem}.waitlist-main{padding:5rem 1.25rem}.waitlist-context h2{font-size:3.4rem}.waitlist-card{margin:0 -.25rem;padding:1.5rem}.field-row{grid-template-columns:1fr}.form-heading{display:block}.form-heading small{display:block;margin-top:.3rem}.photo-upload{grid-template-columns:88px 1fr}.photo-upload-circle{width:84px;height:84px}.waitlist-contact{display:block}.waitlist-contact a{display:block;margin-top:.45rem}}

.retention-page{min-height:100vh;margin:0;background:radial-gradient(circle at 20% 20%,rgba(255,148,24,.13),transparent 35%),var(--forest);color:var(--ivory)}.retention-shell{min-height:100vh;padding:clamp(2rem,6vw,6rem);display:grid;align-content:center;justify-items:center}.retention-brand{position:absolute;top:clamp(1.5rem,4vw,3rem);left:clamp(1.5rem,4vw,4rem);display:flex;align-items:center;gap:.75rem;color:var(--ivory);font:500 1.2rem var(--display)}.retention-brand img{width:40px;height:40px;border-radius:50%;background:var(--ivory);object-fit:contain}.retention-card{width:min(680px,100%);padding:clamp(2rem,6vw,5rem);background:var(--ivory);color:var(--ink);border:1px solid rgba(255,255,255,.24);box-shadow:0 35px 90px rgba(0,0,0,.24)}.retention-card h1{margin:.8rem 0 1.5rem;font:400 clamp(3.2rem,7vw,6rem)/.83 var(--display);letter-spacing:-.04em}.retention-card h1 em{font-weight:400;color:#b86100}.retention-card>p:not(.kicker):not(.retention-status){color:var(--muted);line-height:1.7}.retention-card .waitlist-submit{margin-top:2rem}.retention-status{margin:1.5rem 0;line-height:1.6}.retention-status--success,.retention-status--error{padding:1rem 1.15rem}.retention-status--success{background:#e4eadf;color:#35432e}.retention-status--error{background:#f4dfdc;color:#8a382f}.retention-policy{display:inline-block;margin-top:1rem;color:var(--ink);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--line)}

/* Final launcher layer */
.av-help-button{min-width:146px;height:50px;padding:0 6px 0 18px;gap:14px;background:#202020;color:var(--ivory);border:1px solid rgba(255,255,255,.2);box-shadow:0 12px 32px rgba(0,0,0,.18)}
.av-help-button::before{display:none}
.av-help-button span{display:block;flex:1;text-align:left;white-space:nowrap}
.av-help-button b{width:36px;height:36px;border:0;background:var(--brass);color:#202020;font:400 1rem/1 var(--sans)}
.av-help-button:hover{background:#30302e;color:var(--ivory);transform:translateY(-2px)}
.av-help-button[aria-expanded="true"]{background:var(--ivory);color:var(--ink);border-color:var(--ink)}
@media(max-width:600px){.av-help-button{right:12px;bottom:16px;min-width:128px;height:44px;padding:0 5px 0 14px}.av-help-button span{display:block;font-size:.59rem}.av-help-button b{width:32px;height:32px}.av-help-panel{bottom:70px}}
/* Document-level guard for decorative offset layers; layout widths are fixed
   in their component styles above. */
html,body{max-width:100%}

/* Aktivt Velvære scrollbar — a slim brass/orange indicator instead of the
   browser's anonymous grey thumb. Firefox uses the standards properties;
   Chromium/Safari use the WebKit pseudo-elements below. */
html{scrollbar-width:thin;scrollbar-color:#b77a35 transparent}
html::-webkit-scrollbar{width:8px}
html::-webkit-scrollbar-track{background:transparent}
html::-webkit-scrollbar-thumb{background:#b77a35;border:2px solid transparent;background-clip:padding-box;border-radius:999px;min-height:64px}
html::-webkit-scrollbar-thumb:hover{background:#e28a2c;background-clip:padding-box}
html::-webkit-scrollbar-corner{background:transparent}
@media(prefers-reduced-motion:reduce){.mobile-actions{transition:none!important}}

/* Split grids: percentage tracks plus gaps create document overflow. */
.guide{grid-template-columns:minmax(0,40fr) minmax(0,60fr)}
.waitlist-hero{grid-template-columns:minmax(0,44fr) minmax(0,56fr)}
.waitlist-main{grid-template-columns:minmax(0,42fr) minmax(0,58fr)}
.guide>*,.waitlist-hero>*,.waitlist-main>*{min-width:0}
@media(max-width:960px){.guide{grid-template-columns:minmax(0,1fr)}}

/* The recommendation belongs to the interaction, not one scroll below it. */
@media(min-width:1100px){
  .guide{
    grid-template-columns:minmax(0,30fr) minmax(0,31fr) minmax(360px,39fr);
    gap:clamp(2rem,3vw,3.5rem);
    align-items:stretch;
    padding-top:clamp(3.5rem,4.25vw,4.5rem);
    padding-bottom:clamp(3.5rem,4.25vw,4.5rem);
  }
  .guide-heading{align-self:center}
  .guide-heading h2{
    font-size:clamp(3.5rem,4.45vw,5.2rem);
    line-height:.85;
  }
  .guide-heading>p:last-child{margin-top:1.5rem;font-size:.9rem}
  .guide-options{align-self:center}
  .guide-option{padding:1.05rem .25rem}
  .guide-option span{font-size:clamp(1.45rem,2vw,2.05rem);line-height:1.12}
  .guide-result{
    grid-column:3;
    grid-row:1;
    min-height:0;
    height:540px;
    align-self:center;
    grid-template-columns:minmax(0,1fr);
    grid-template-rows:minmax(180px,41%) minmax(0,59%);
  }
  .guide-result img{min-height:0;height:100%}
  .guide-result>div{
    align-self:stretch;
    padding:clamp(1.7rem,2.3vw,2.6rem);
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  .guide-result h3{font-size:clamp(2.25rem,3vw,3.35rem);line-height:.9}
  .guide-result p:not(.kicker){margin:1rem 0 1.35rem;font-size:.82rem;line-height:1.65}
  .guide-result .button{align-self:flex-start;padding:.8rem 1rem;gap:1.5rem}
}
@media(max-width:900px){.waitlist-hero,.waitlist-main{grid-template-columns:minmax(0,1fr)}}

/* Guidet valg: fast billedfelt og roligt skift uden layout shift. */
.guide-result{overflow:hidden;contain:layout paint;background:#292a27}
.guide-result>img{display:block;width:100%;height:100%;min-height:0;object-fit:cover;object-position:center;will-change:opacity,transform;background:#d8d1c7}
.guide-result>div{min-width:0;will-change:opacity,transform}
.guide-result.is-loading{cursor:progress}
@media(max-width:960px){.guide-result{grid-template-rows:auto auto}.guide-result>img{aspect-ratio:16/9;height:auto!important;min-height:0!important}.guide-result>div{min-height:330px}}
@media(max-width:600px){.guide-result>div{min-height:350px}}


/* Én samlet mobilnavigation: chatbotten er en del af baren og dækker aldrig indholdet. */
@media(max-width:600px){
  body{padding-bottom:64px}
  .mobile-actions{height:64px;grid-template-columns:repeat(3,minmax(0,1fr));background:#f7f2e9;border-top:1px solid rgba(36,35,33,.22);box-shadow:0 -10px 28px rgba(28,27,25,.08);transition:transform .32s cubic-bezier(.22,.61,.36,1),box-shadow .32s;will-change:transform}
  .mobile-actions.is-hidden{transform:translateY(calc(100% + 2px));box-shadow:none;pointer-events:none}
  .mobile-actions a,.mobile-actions a+a{min-width:0;padding:.25rem;background:transparent;color:#242321;border-right:1px solid rgba(36,35,33,.14);font-size:.58rem;letter-spacing:.11em;text-align:center}
  .mobile-actions .av-help-button--mobile-nav{position:static!important;inset:auto!important;width:100%;min-width:0!important;height:63px!important;margin:0;padding:0 .4rem!important;display:flex;justify-content:center;gap:.45rem;background:#242523!important;color:#faf5ec!important;border:0!important;box-shadow:none!important;transform:none!important;font-size:.58rem!important;letter-spacing:.11em}
  .mobile-actions .av-help-button--mobile-nav:before{display:block!important;position:static;width:4px;height:4px;flex:0 0 4px;background:#ff9218!important;border-radius:50%;content:""}
  .mobile-actions .av-help-button--mobile-nav span{display:block;font-size:inherit;text-align:center;flex:0 1 auto}
  .mobile-actions .av-help-button--mobile-nav b{width:auto;height:auto;background:transparent;color:#ff9218;font:500 .8rem/1 var(--sans)}
  .av-help-panel{right:.5rem;left:.5rem;bottom:72px;width:auto;height:min(570px,calc(100svh - 88px))}
  .intro{padding-top:3.25rem;padding-bottom:3.25rem}
  .intro>p:last-child{margin-top:1.25rem;font-size:.98rem;line-height:1.65}
}
.site-header.site-header.scrolled{position:fixed;color:var(--forest);background:rgba(243,239,232,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}
.hero{background-color:#1d2420;background-image:linear-gradient(105deg,rgba(30,24,19,.78),rgba(17,25,22,.82)),url('hero-textile-v1.webp');background-size:112% auto;background-position:center 42%}
.hero::before{background:radial-gradient(ellipse 55% 76% at 8% 70%,rgba(184,96,31,.17),transparent 70%),linear-gradient(90deg,rgba(12,14,13,.22) 0%,rgba(16,19,17,.08) 48%,rgba(11,17,15,.28) 100%)}


/* Find vej — compact, task-led directory */
.directory-page .av-help-button,.directory-page .av-help-panel{display:none!important}
.directory-page .directory-hero{min-height:0;padding:clamp(8rem,11vw,10.5rem) var(--pad) clamp(3rem,5vw,5rem);grid-template-columns:minmax(300px,.78fr) minmax(520px,1.22fr);gap:clamp(3rem,7vw,8rem);align-items:end;background:radial-gradient(circle at 82% 20%,rgba(255,143,22,.1),transparent 28%),var(--forest)}
.directory-intro .kicker{margin-bottom:1.25rem}
.directory-page .directory-intro h1{font-size:clamp(4rem,7vw,7.3rem);line-height:.83}
.directory-intro>p:last-child{max-width:530px;margin:2rem 0 0;color:rgba(255,250,243,.7);font-size:1rem;line-height:1.75}
.directory-tool{align-self:end;border:1px solid rgba(255,250,243,.24);background:rgba(15,22,19,.2);backdrop-filter:blur(8px)}
.directory-page .directory-search{display:block;margin:0;padding:1.4rem 1.5rem 1rem;border:0;border-bottom:1px solid rgba(255,250,243,.24)}
.directory-page .directory-search>span:first-child{display:block;margin-bottom:.45rem;color:rgba(255,250,243,.58);font-size:.62rem;text-transform:uppercase;letter-spacing:.15em}
.directory-search-row{display:grid!important;grid-template-columns:1fr auto;align-items:center;margin:0!important}
.directory-page .directory-search input{width:100%;padding:.25rem 0;font:400 clamp(1.15rem,1.7vw,1.55rem) var(--sans)}
.directory-page .directory-search b{font-size:1.7rem;color:var(--orange)}
.directory-page .directory-shortcuts{display:grid;grid-template-columns:1fr 1fr;gap:0}
.directory-page .directory-shortcuts button{min-height:88px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:1.2rem 1.35rem;border:0;border-right:1px solid rgba(255,250,243,.16);border-bottom:1px solid rgba(255,250,243,.16);background:transparent;color:var(--ivory);text-align:left;transition:background .2s,color .2s}
.directory-page .directory-shortcuts button:nth-child(even){border-right:0}
.directory-page .directory-shortcuts button:nth-last-child(-n+2){border-bottom:0}
.directory-page .directory-shortcuts button small{color:var(--orange);font-size:.58rem}
.directory-page .directory-shortcuts button strong{font:400 1.15rem var(--display)}
.directory-page .directory-shortcuts button span{transition:transform .2s}
.directory-page .directory-shortcuts button:hover,.directory-page .directory-shortcuts button[aria-pressed="true"]{background:var(--orange);color:var(--ink)}
.directory-page .directory-shortcuts button:hover small,.directory-page .directory-shortcuts button[aria-pressed="true"] small{color:var(--ink)}
.directory-page .directory-shortcuts button:hover span{transform:translateX(4px)}
.directory-popular{display:grid;grid-template-columns:1.1fr repeat(5,1fr);border-bottom:1px solid var(--line);background:var(--ivory);padding:0 var(--pad)}
.directory-popular>span,.directory-popular a{min-height:76px;padding:1rem 1.2rem;display:flex;align-items:center;border-right:1px solid var(--line);font-size:.75rem}
.directory-popular>span{padding-left:0;color:var(--muted);text-transform:uppercase;letter-spacing:.14em;font-size:.62rem}
.directory-popular a{justify-content:space-between;gap:.8rem;transition:background .2s}
.directory-popular a:hover{background:#fff}
.directory-popular b{color:var(--orange);font-weight:400}
.directory-page .directory-content{max-width:none;padding:clamp(4.5rem,7vw,7rem) var(--pad) clamp(6rem,9vw,10rem)}
.directory-content-head{display:grid;grid-template-columns:1fr auto;align-items:end;gap:2rem;margin-bottom:3rem}
.directory-content-head h2{margin:.7rem 0 0;font:400 clamp(3.6rem,6vw,6.5rem)/.84 var(--display);letter-spacing:-.04em}
.directory-content-head h2 em{font-weight:400}
.directory-page .directory-count{margin:0 0 .5rem;color:var(--muted)}
.directory-page .directory-groups{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.directory-page .directory-group{display:grid;grid-template-columns:minmax(170px,.75fr) 1.25fr;padding:0;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:410px;background:rgba(255,255,255,.12)}
.directory-page .directory-group[hidden]{display:none}
.directory-page .directory-group header{padding:2rem 1.7rem;border-right:1px solid var(--line)}
.directory-page .directory-group header small{color:var(--orange)}
.directory-page .directory-group h3{margin:.6rem 0 1rem;font:400 clamp(2.2rem,3vw,3.4rem)/.9 var(--display)}
.directory-page .directory-group header p{font-size:.78rem;line-height:1.6}
.directory-page .directory-group>div{display:flex;flex-direction:column}
.directory-page .directory-group a,.directory-page .directory-group a:nth-child(odd){flex:1;padding:1rem 1.15rem;border:0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto;align-items:center}
.directory-page .directory-group a:last-child{border-bottom:0}
.directory-page .directory-group a:hover{background:var(--ivory)}
.directory-page .directory-group strong{font-size:1.05rem}
.directory-page .directory-group span{font-size:.62rem;line-height:1.35}
.directory-page .directory-empty{grid-column:1/-1;border:1px solid var(--line);background:var(--ivory)}
@media(max-width:1100px){.directory-page .directory-hero{grid-template-columns:1fr;gap:2.5rem}.directory-intro{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.directory-intro .kicker{grid-column:1/-1}.directory-intro>p:last-child{align-self:end;margin:0}.directory-popular{grid-template-columns:repeat(3,1fr)}.directory-popular>span{display:none}.directory-popular a:nth-last-child(-n+2){display:none}.directory-page .directory-groups{grid-template-columns:1fr}}
@media(max-width:760px){.directory-page .directory-hero{padding:7.2rem 1.25rem 2rem;gap:2rem}.directory-intro{display:block}.directory-page .directory-intro h1{font-size:clamp(3.8rem,18vw,5.2rem)}.directory-intro>p:last-child{margin-top:1.5rem;font-size:.9rem}.directory-page .directory-search{padding:1.1rem}.directory-page .directory-search b{display:block}.directory-page .directory-shortcuts{display:block}.directory-page .directory-shortcuts button{width:100%;min-height:62px;border-right:0!important;border-bottom:1px solid rgba(255,250,243,.16)!important;padding:.85rem 1rem}.directory-page .directory-shortcuts button:last-child{border-bottom:0!important}.directory-popular{display:flex;overflow-x:auto;padding:0 1.25rem;scrollbar-width:none}.directory-popular::-webkit-scrollbar{display:none}.directory-popular a{min-width:max-content;min-height:58px;padding:.8rem 1rem}.directory-page .directory-content{padding:4rem 1.25rem 6rem}.directory-content-head{display:block}.directory-content-head h2{font-size:3.5rem}.directory-page .directory-count{margin-top:1.5rem}.directory-page .directory-groups{display:block;border-left:0}.directory-page .directory-group{display:block;min-height:0;border-left:1px solid var(--line);margin-bottom:1rem}.directory-page .directory-group header{padding:1.4rem;border-right:0;border-bottom:1px solid var(--line)}.directory-page .directory-group h3{font-size:2.5rem}.directory-page .directory-group a,.directory-page .directory-group a:nth-child(odd){min-height:64px;padding:.85rem 1rem}.directory-page .directory-group span{max-width:120px}.directory-page .mobile-actions{grid-template-columns:1fr 1fr}}


/* Willy Velvære — V1 conversation flow in the V3 design system */
.avbot-btn{position:fixed;right:24px;bottom:22px;z-index:490;height:52px;display:flex;align-items:center;padding:0 0 0 1.15rem;border:1px solid rgba(255,250,243,.28);background:var(--ink);color:var(--ivory);box-shadow:0 12px 36px rgba(12,14,13,.2);transition:transform .2s,background .2s}
.avbot-btn:hover{transform:translateY(-2px);background:#191a18}
.avbot-label{font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}
.avbot-orb{position:relative;width:51px;height:50px;margin-left:1rem;display:grid;place-items:center;background:var(--orange);color:var(--ink);font:500 1.35rem var(--display)}
.avbot-orb .avbot-dot{position:absolute;top:7px;right:7px;width:5px;height:5px;border-radius:50%;background:var(--ivory);box-shadow:0 0 0 3px rgba(255,250,243,.14)}
.avbot-ico-close{display:none}
.avbot-btn.is-open .avbot-orb>b,.avbot-btn.is-open .avbot-dot{display:none}
.avbot-btn.is-open .avbot-ico-close{display:block}
.avbot-panel{position:fixed;right:24px;bottom:86px;z-index:489;width:min(390px,calc(100vw - 32px));height:570px;max-height:calc(100svh - 118px);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(36,35,33,.22);background:#f7f2e9;box-shadow:0 24px 70px rgba(12,14,13,.25);opacity:0;pointer-events:none;transform:translateY(12px) scale(.98);transform-origin:bottom right;transition:opacity .22s,transform .22s}
.avbot-panel.is-open{opacity:1;pointer-events:auto;transform:none}
.avbot-head{min-height:78px;display:flex;align-items:center;gap:.85rem;padding:1rem 1.1rem;background:var(--forest);color:var(--ivory);border-bottom:1px solid rgba(255,250,243,.15)}
.avbot-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:var(--ink);font:500 1.45rem var(--display)}
.avbot-head-info{display:flex;flex-direction:column;flex:1}
.avbot-head-info strong{font:400 1.25rem var(--display)}
.avbot-head-info span{margin-top:.1rem;color:rgba(255,250,243,.6);font-size:.58rem;letter-spacing:.11em;text-transform:uppercase}
.avbot-head-close{width:38px;height:38px;color:var(--ivory);font:300 1.5rem var(--sans)}
.avbot-messages{flex:1;display:flex;flex-direction:column;gap:.65rem;overflow-y:auto;padding:1.1rem;scrollbar-width:thin;scrollbar-color:rgba(36,35,33,.25) transparent}
.avbot-msg{max-width:88%;align-self:flex-start}
.avbot-msg.user{align-self:flex-end}
.avbot-bubble{padding:.75rem .9rem;border:1px solid rgba(36,35,33,.13);background:#fffaf3;color:var(--ink);font-size:.78rem;line-height:1.6}
.avbot-msg.user .avbot-bubble{background:var(--orange);border-color:var(--orange)}
.avbot-bubble a{color:#a95400;text-decoration:underline;text-underline-offset:2px}
.avbot-typing{display:none;align-items:center;gap:5px;margin:0 1.1rem .6rem;padding:.7rem .85rem;width:max-content;background:#fffaf3;border:1px solid rgba(36,35,33,.13)}
.avbot-typing.is-visible{display:flex}
.avbot-typing i{width:5px;height:5px;border-radius:50%;background:var(--orange);animation:willyTyping 1.15s ease-in-out infinite}
.avbot-typing i:nth-child(2){animation-delay:.14s}.avbot-typing i:nth-child(3){animation-delay:.28s}
@keyframes willyTyping{0%,60%,100%{transform:none;opacity:.35}30%{transform:translateY(-4px);opacity:1}}
.avbot-quick{display:flex;flex-wrap:wrap;gap:.4rem;padding:0 1.1rem .8rem}
.avbot-qr{padding:.5rem .7rem;border:1px solid rgba(36,35,33,.18);background:transparent;color:var(--ink);font-size:.66rem;text-align:left;transition:border-color .2s,background .2s}
.avbot-qr:hover{border-color:var(--orange);background:#fffaf3}
.avbot-form{display:grid;grid-template-columns:1fr 46px;gap:.5rem;padding:.75rem;border-top:1px solid rgba(36,35,33,.16);background:#fffaf3}
.avbot-input{width:100%;resize:none;max-height:96px;padding:.7rem .8rem;border:1px solid rgba(36,35,33,.17);background:transparent;color:var(--ink);font:400 .78rem/1.4 var(--sans);outline:0}
.avbot-input:focus{border-color:var(--orange)}
.avbot-send{display:grid;place-items:center;background:var(--orange);color:var(--ink);font-size:1.1rem}
.avbot-directory{min-height:38px;padding:.65rem 1rem;display:flex;justify-content:space-between;align-items:center;background:var(--forest);color:rgba(255,250,243,.68);font-size:.61rem;letter-spacing:.1em;text-transform:uppercase}
.avbot-directory span{color:var(--orange)}
@media(max-width:600px){.mobile-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.avbot-btn{right:12px;bottom:76px;height:46px;padding-left:.9rem}.avbot-orb{width:45px;height:44px;margin-left:.75rem}.avbot-panel{right:8px;left:8px;bottom:132px;width:auto;height:min(560px,calc(100svh - 154px))}.avbot-head{min-height:68px}.avbot-label{font-size:.57rem}.avbot-bubble{font-size:.76rem}}
@media(prefers-reduced-motion:reduce){.avbot-btn,.avbot-panel,.avbot-teaser{transition:none}.avbot-typing i{animation:none}}


/* Willy — V1 visual language */
.avbot-btn{right:24px;bottom:24px;width:58px;height:58px;padding:0;display:grid;place-items:center;border:0;border-radius:50%;background:#17150f;color:#faf7f0;box-shadow:0 12px 32px rgba(23,21,15,.28)}
.avbot-btn:hover{transform:scale(1.06);background:#17150f}
.avbot-btn .avbot-dot{position:absolute;top:-2px;right:-2px;width:14px;height:14px;border:2px solid #faf7f0;border-radius:50%;background:#d4a72c}
.avbot-btn .avbot-ico-chat,.avbot-btn .avbot-ico-close{grid-area:1/1;transition:opacity .16s,transform .2s}
.avbot-btn .avbot-ico-chat{width:100%;height:100%;border-radius:50%;object-fit:cover}
.avbot-btn .avbot-ico-close{display:block;opacity:0;transform:rotate(-35deg)}
.avbot-btn.is-open .avbot-ico-chat{opacity:0;transform:rotate(35deg)}
.avbot-btn.is-open .avbot-ico-close{opacity:1;transform:none}
.avbot-btn.is-open .avbot-dot{display:block}
.avbot-panel{right:24px;bottom:96px;width:390px;height:575px;max-height:calc(100svh - 130px);border:1px solid rgba(212,167,44,.45);border-radius:27px;background:#faf7f0;box-shadow:0 24px 70px rgba(23,21,15,.25)}
.avbot-head{min-height:92px;padding:1rem 1.3rem;border:0;border-radius:26px 26px 0 0;background:#17150f}
.avbot-avatar{width:46px;height:46px;background:#d4a72c;color:#17150f;font:600 1rem var(--display)}
.avbot-avatar{overflow:hidden}
.avbot-avatar img{width:100%;height:100%;display:block;object-fit:cover}
.avbot-head-info strong{font:500 1.3rem var(--display)}
.avbot-head-info span{color:#e0b83e;font-size:.66rem;letter-spacing:.06em}
.avbot-head-info span:before{content:"";display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:#d4a72c;vertical-align:1px}
.avbot-head-close{position:relative;width:36px;height:36px;padding:0;border:1px solid rgba(250,247,240,.26);border-radius:50%;background:transparent!important;color:transparent;font-size:0;transition:border-color .2s,background .2s}
.avbot-head-close:before,.avbot-head-close:after{content:"";position:absolute;top:50%;left:50%;width:13px;height:1px;background:rgba(250,247,240,.78);transform:translate(-50%,-50%) rotate(45deg)}
.avbot-head-close:after{transform:translate(-50%,-50%) rotate(-45deg)}
.avbot-head-close:hover{border-color:#d4a72c;background:rgba(250,247,240,.06)!important}
.avbot-messages{padding:1.25rem;gap:.7rem;background:#faf7f0}
.avbot-msg{max-width:86%}
.avbot-bubble{padding:.72rem .95rem;border:0;border-radius:16px 16px 16px 5px;background:#f1eadb;font-size:.82rem;line-height:1.55}
.avbot-msg.user .avbot-bubble{border:1px solid rgba(212,167,44,.38);border-radius:16px 16px 5px 16px;background:#fffaf3}
.avbot-typing{border:0;border-radius:16px 16px 16px 5px;background:#f1eadb}
.avbot-typing i{background:#b98b1f}
.avbot-quick{gap:.45rem;padding:0 1.25rem .8rem}
.avbot-qr{padding:.48rem .78rem;border:1px solid rgba(212,167,44,.35);border-radius:999px;background:transparent;color:#6c675c;font-size:.7rem}
.avbot-qr:hover{border-color:#d4a72c;background:#fffaf3;color:#17150f}
.avbot-form{grid-template-columns:1fr 44px;gap:.55rem;padding:.75rem .85rem;border-top:1px solid rgba(212,167,44,.24);background:#faf7f0}
.avbot-input{min-height:44px;padding:.7rem 1rem;border:0;border-radius:999px;background:#f1eadb;font-size:.8rem}
.avbot-input:focus{outline:1px solid rgba(212,167,44,.7);border-color:transparent}
.avbot-send{width:44px;height:44px;border-radius:50%;background:#c99519;font-size:1rem}
.avbot-directory{display:none}
.avbot-teaser{position:fixed;right:24px;bottom:96px;z-index:488;max-width:250px;padding:.85rem 1.6rem .85rem 1rem;border:1px solid rgba(212,167,44,.4);border-radius:18px 18px 4px 18px;background:#17150f;box-shadow:0 18px 46px rgba(23,21,15,.28);opacity:0;pointer-events:none;transform:translateY(8px) scale(.97);transform-origin:bottom right;transition:opacity .25s,transform .25s;cursor:pointer}
.avbot-teaser.is-visible{opacity:1;pointer-events:auto;transform:none}
.avbot-teaser p{margin:0;color:#faf7f0;font-size:.78rem;line-height:1.55}
.avbot-teaser-close{position:absolute;top:.45rem;right:.5rem;width:20px;height:20px;padding:0;display:grid;place-items:center;border:0;background:transparent;color:rgba(250,247,240,.5);font-size:.9rem;line-height:1;cursor:pointer}
.avbot-teaser-close:hover{color:#faf7f0}
@media(max-width:600px){.avbot-btn{right:16px;bottom:78px;width:58px;height:58px}.avbot-panel{right:8px;left:8px;bottom:150px;width:auto;height:min(575px,calc(100svh - 174px));border-radius:27px}.avbot-head{border-radius:26px 26px 0 0}.avbot-teaser{right:16px;bottom:144px;max-width:calc(100vw - 88px)}}

/* Willy teaser: a light, literal speech bubble pointing at the avatar. */
.avbot-teaser{right:25px;bottom:99px;max-width:270px;padding:.9rem 2rem .9rem 1.05rem;border:1px solid rgba(61,61,61,.2);border-radius:18px;background:var(--ivory);box-shadow:0 16px 42px rgba(39,39,39,.16);transform-origin:calc(100% - 22px) calc(100% + 12px)}
.avbot-teaser::before{content:"";position:absolute;right:18px;bottom:-11px;width:20px;height:14px;background:var(--ivory);clip-path:polygon(0 0,100% 0,72% 100%);filter:drop-shadow(1px 1px 0 rgba(61,61,61,.2))}
.avbot-teaser p{color:var(--ink);font-size:.78rem;line-height:1.55}
.avbot-teaser-close{color:rgba(39,39,39,.46)}.avbot-teaser-close:hover{color:var(--ink)}
@media(max-width:600px){.avbot-teaser{right:16px;bottom:145px;max-width:min(270px,calc(100vw - 88px))}}

/* One calm, authoritative homepage hero composition on phones. */
@media(max-width:600px){
  .hero{display:flex;flex-direction:column;min-height:auto;padding:76px 0 0;background-size:auto 100%;overflow:hidden}
  .hero-collage{order:1;width:auto;height:36svh;min-height:250px;max-height:330px;margin:.75rem 1rem 0;transform:none;border-color:rgba(251,248,240,.3);box-shadow:0 18px 44px rgba(0,0,0,.24)}
  .hero-slideshow{inset:5px}
  .hero-slideshow-dots,.hero-slideshow-nav,.hero-stamp{display:none!important}
  .hero-slideshow-counter{left:1rem;top:1rem}
  .hero-copy{order:2;padding:2.25rem 1.25rem 3.25rem;transform:none;text-align:left}
  .hero-copy .kicker{margin-bottom:.8rem;font-size:.58rem;letter-spacing:.18em}
  .hero h1{max-width:9ch;font-size:clamp(3.15rem,15vw,4rem);line-height:.82}
  .hero-intro{max-width:34rem;margin:1.35rem 0 1.6rem;font-size:.88rem;line-height:1.65}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:.75rem;width:100%}
  .hero-actions .button{width:100%;min-height:52px;padding:.85rem 1rem}
  .hero-actions .text-link{width:max-content;margin-top:.15rem}
  .hero-foot{display:none}
}

/* Restore the proven mobile hero structure after the over-aggressive flex rewrite. */
@media(max-width:600px){
  .hero{display:grid;grid-template-columns:minmax(0,1fr);min-height:auto;padding-top:82px;background-size:112% auto;overflow:hidden}
  .hero-collage{order:-1;width:auto;height:31svh;min-height:230px;max-height:300px;margin:0 1.25rem 1rem;transform:none}
  .hero-slideshow{inset:6px}
  .hero-slideshow-dots{display:none!important}
  .hero-slideshow-nav{display:grid!important}
  .hero-stamp{display:flex!important;top:.75rem;right:-.25rem;width:86px;height:86px}
  .hero-copy{order:initial;padding:2.25rem 1.25rem 4rem;transform:none}
  .hero-copy .kicker{margin-bottom:1rem;font-size:.68rem;letter-spacing:.22em}
  .hero h1{max-width:none;font-size:3.45rem;line-height:.78}
  .hero-intro{margin:1.5rem 0;font-size:.92rem;line-height:1.65}
  .hero-actions{display:flex;gap:2rem;width:auto}
  .hero-actions .button{width:auto;min-height:0;padding:1rem 1.25rem}
  .hero-actions .text-link{width:auto;margin-top:0}
}

/* Keep the three essential actions permanently visible in the open mobile menu. */
@media(max-width:600px){
  .menu-panel{overflow:hidden}
  .menu-panel nav{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}
  .menu-actions{flex:0 0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0;padding:.7rem 1rem max(1rem,env(safe-area-inset-bottom));background:var(--ivory);box-shadow:0 -12px 30px rgba(39,39,39,.07)}
  .menu-actions .menu-book{grid-column:1/-1;margin:0 0 .45rem;padding:.72rem .8rem}
  .menu-actions a:not(.menu-book){min-height:38px;display:flex;align-items:center;padding:.55rem .65rem;border:1px solid var(--line);font-size:.58rem;line-height:1.3}
  .menu-actions a:not(.menu-book)+a:not(.menu-book){border-left:0}
  .menu-actions a[href^="tel:"]::before{content:"Ring\00a0"}
  body.menu-open .avbot-btn,body.menu-open .avbot-panel,body.menu-open .avbot-teaser{opacity:0;pointer-events:none}
}

/* Ventelistens valg følger formularens redaktionelle linjesprog. */
.waitlist-card .field select{width:100%;appearance:none;-webkit-appearance:none;border:0;border-bottom:1px solid var(--line);border-radius:0;outline:0;padding:.85rem 2.6rem .85rem .15rem;background-color:transparent;background-image:linear-gradient(45deg,transparent 50%,var(--ink) 50%),linear-gradient(135deg,var(--ink) 50%,transparent 50%);background-position:calc(100% - 15px) 50%,calc(100% - 10px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;color:var(--ink);font:400 .95rem var(--sans);cursor:pointer;transition:border-color .2s,background-color .2s}
.waitlist-card .field select:hover{border-color:rgba(197,105,0,.55);background-color:rgba(197,105,0,.035)}
.waitlist-card .field select:focus{border-color:var(--brass)}
.waitlist-card .field select:focus-visible{box-shadow:0 2px 0 -1px var(--brass)}
.waitlist-card .field select:invalid{color:var(--muted)}
.waitlist-card .field select option{background:var(--ivory);color:var(--ink)}

@media(min-width:701px){.partnership-page .partnership-hero-copy{grid-template-columns:minmax(0,1fr) minmax(18rem,.38fr)}}
@media(min-width:1101px){.partnership-page .partnership-list.is-single .partner-card{grid-column:1/span 2;display:grid;grid-template-columns:1fr 1fr}.partnership-page .partnership-list.is-single .partner-visual{height:auto;min-height:390px}.partnership-page .partnership-list.is-single .partner-offer{align-items:flex-start;flex-direction:column}.partnership-page .partnership-list.is-single .partner-offer button{text-align:left}}
.partnership-page .site-header:not(.scrolled) .menu-button b{color:#272824}

/* Cormorant Garamond requires enough leading for its italic forms and descenders. */
:is(.hero,.hub-hero,.detail-hero,.service-hero,.staff-hero,.directory-hero,.waitlist-hero,.waitlist-main--primary,.legal-hero,.retention-card,.yoga-hero,.partnership-hero,.pricing-hero,.jf-intro) h1{
  line-height:.92!important;
}
:is(.intro,.world-copy,.guide-heading,.day-copy,.visit-copy,.hub-opening,.hub-section,.hub-story-copy,.hub-cta,.seo-depth,.detail-intro,.detail-section,.detail-process,.detail-faq,.detail-cta,.service-intro,.service-feature,.service-details,.service-closing,.staff-intro,.staff-section-head,.staff-guidance,.waitlist-story-copy,.waitlist-context,.directory-content-head,.directory-group,.yoga-section,.yoga-schedule,.partnership-collection-head,.partnership-note,.pricing-head,.price-ledger,.pricing-note,.jf-times,.jf-practical) h2{
  line-height:.96!important;
}

/* Homepage mobile pass: consistent rhythm, contained media and no horizontal spill. */
@media(max-width:600px){
  body{overflow-x:hidden}
  .quickbar{padding:0 1.25rem}.quickbar p{padding-top:.85rem;padding-bottom:.85rem}.quickbar a{min-height:52px;align-items:center}
  .home-knowledge+.intro,.intro{padding:3.5rem 1.25rem}
  .intro h2{font-size:clamp(2.7rem,12.5vw,3.35rem)}.intro>p:last-child{font-size:.92rem}
  .worlds{padding:1rem 0 4.5rem}
  .world,.world:nth-child(even){margin:0 0 4.5rem}
  .world-image,.world-fysio .world-image,.world-wellness .world-image{height:78vw;min-height:285px;max-height:390px;margin:0}
  .world-copy{padding:2.75rem 1.25rem 0}.world-copy h2{font-size:clamp(2.8rem,13vw,3.45rem)}.world-copy>p:not(.kicker){margin:1.4rem 0}
  .world-fysio,.world-wellness{padding-bottom:2.75rem}.world-wellness .world-copy{padding-bottom:0}
  .guide{gap:2rem;padding:4.25rem 1.25rem}.guide-heading h2{font-size:clamp(2.75rem,12.5vw,3.35rem)}
  .guide-option{padding:1rem .1rem}.guide-option span{font-size:1.45rem}
  .guide-result{margin:0;grid-template-rows:auto auto}.guide-result>img{aspect-ratio:4/3}.guide-result>div{min-height:0;padding:2.5rem 1.25rem}.guide-result h3{font-size:2.65rem}
  .day{padding:4.5rem 1.25rem}.day-photo{height:82vw;min-height:300px;max-height:410px;margin:0 0 3.25rem}.day-frame{inset:1rem -.6rem -.6rem 1rem}
  .day-copy h2{font-size:clamp(2.8rem,12.5vw,3.4rem)}.house-options{margin-top:2rem}
  .proof{padding:4.5rem 1.25rem}.proof blockquote{margin:1.5rem auto 3rem;font-size:clamp(2.25rem,10vw,3rem)}.proof-grid div{padding:1.35rem}.proof-grid strong{font-size:2.8rem}
  .visit{min-height:0}.visit-image{height:78vw;min-height:285px;max-height:390px;margin:1.25rem}.visit-copy{padding:2.75rem 1.25rem 4rem}.visit-copy h2{font-size:clamp(2.8rem,12.5vw,3.4rem)}.visit address{margin-top:2rem}
  footer{padding:3rem 1.25rem 5.5rem}
}
