:root{--text:#484C54;--muted:#666;--bg:#f5f5f5;--surface:#fff;--border:#dcdcdc;--max:960px;--section-pad:0;--staggered-delay:0.15s;--staggered-opacity-duration:0.9s;--staggered-translate-y:30px;--staggered-translate-y-duration:0.7s;--header-bg:rgba(250,250,252,.5);--header-border:rgba(0,0,0,0.06);--header-text:#484C54;--footer-bg:rgba(250,250,252,.5);--footer-border:rgba(0,0,0,0.06);--link-color:#484C54;--link-hover:#484C54;--panel-bg:rgba(224,224,224,0.96);--panel-border:rgba(0,0,0,0.08); 

  --section-safe-top:120px;
  --section-safe-bottom:140px;

  --sectionGradeA:linear-gradient(to bottom,rgba(245,245,245,1) 0vw,rgba(190, 190, 190, 0.407)40vh,rgba(190, 190, 190, 0.438) 70vh, rgba(245,245,245,0.4) 100vh);
  --sectionGradeB:linear-gradient(to bottom, rgba(245,245,245,0.4) 0vh, rgba(190, 190, 190, 0.438) 40vh, rgba(190, 190, 190, 0.407) 70vh, rgba(245,245,245,1) 100vh);
  --headerBrand:#484C54;

  --aap-background-transition-duration:250ms;
  --navCTAbg: rgba(0,0,0,0.04);
  --navCTAborder: 1px solid rgba(0,0,0,0.12);
  --aap-blur:7px;
  --aap-background-color:rgb(232 232 237/70%);
  --aap-inner-glow-color:rgb(232 232 237/11%);
  --pantoneCoolGraycp11:#343741;

  --liguidTint:  rgba(255, 255, 255, 0.25);
  --liguidMoreTint:  rgba(255, 255, 255, 0.75);
  --liguidShine:  rgba(255, 255, 255, 0.5);
  --liguid-hover-half-tint:  rgba(255, 255, 255, 0.50);
  --liguid-hover-tint:  rgba(255, 255, 255, 0.50);

  --drawer-background:  linear-gradient(180deg, rgba(255, 255, 255,0.6) 0%, rgba(255, 255, 255,0.35) 40%, rgba(255, 255, 255,0) 100%);
  --white-smoke:  rgba(245, 245, 245, 0.38);
  --smokle-gray:#353535;
}

html,body{
  height:auto;
  min-height:100%;
  overflow-x:hidden;
}

@media(min-width:600px){
  :root{--section-pad:10vw}
}
@media(min-width:1200px){
  :root{--section-pad:17vw}
}
@media(min-width:1600px){
  :root{--section-pad:25vw}
}
@media(prefers-color-scheme:dark){
  :root{
    --text:#e6e7e3;
    --muted:rgba(255,255,255,0.6);
    --bg:#1e1f1d;
    --surface:#1b1b1f;
    --border:rgba(255,255,255,0.12);
    --header-bg:var(--localnav-background-stuck,rgba(22,22,23,0.8));
    --header-border:rgba(255,255,255,0.15);
    --header-text:rgba(255,255,255,0.8);
    --footer-bg:var(--localnav-background-stuck,rgba(22,22,23,0.8));
    --footer-border:rgba(255,255,255,0.15);
    --link-color:rgb(245, 245, 247);
    --link-hover:rgba(255,255,255,1);
    --panel-bg:rgba(32,32,34,0.96);
    --panel-border:rgba(255,255,255,0.15);
    --sectionGradeA:linear-gradient(to bottom, rgba(0,0,0,1) 0vw,rgba(19, 16, 16, 0.407)  40vh,rgba(26, 21, 21, 0.438) 70vh,rgba(17, 14, 14, 0.4) 100vh);
    --sectionGradeB:linear-gradient(to bottom, rgba(17, 14, 14, 0.4) 0vw,rgba(26, 21, 21, 0.438) 40vh, rgba(19, 16, 16, 0.407)  70vh, rgba(0,0,0,1) 100vh);
    --headerBrand:rgba(255, 255, 255, 0.8);
    --aap-background-color:rgb(66 66 69/70%);
    --aap-inner-glow-color:rgb(0 0 0/11%);
    --liguidTint:  rgba(16, 15, 15, 0.25);
    --liguidMoreTint:  rgba(16, 15, 15, 0.4);
    --liguidShine:  rgba(20, 18, 18, 0.2);
    --liguid-hover-half-tint:  rgba(16, 15, 15, 0.8);
    --liguid-hover-tint:  rgba(16, 15, 15, 0.);
    --drawer-background:  linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.35) 40%, rgba(0,0,0,0) 100%);
    --white-smoke:  rgba(34, 34, 34, 0.17);
    --smokle-gray:#4F4F4F;
  }


  body{background:var(--bg);color:var(--text);min-height:calc(100% + 1px);}
  .site-header a.brand{color:rgba(255,255,255,0.85);}
  .site-footer a{color:rgba(255,255,255,0.8);}
  .nav-cta{color:rgba(255,255,255,0.9);}
  .card,.slot-list{background:var(--surface);border-color:var(--border);}
  .btn{border-color:var(--border);}
  .seg .btn{background:var(--surface);}
  .m-drawer::after{
    background:var(--drawer-background);
  }
}
*{box-sizing:border-box}
body{margin:0;font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;background:var(--bg);color:var(--text);line-height:1.4;}
body.scrolled .site-header{
  border-bottom-color: var(--header-border);
}



img{max-width:100%;display:block}
a{color:inherit; text-decoration: none;}

.m-bottombar,
.m-dots,
.m-drawer{display:none;}


.site-header{
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);

  border-bottom: 1px solid var(--header-border);

  transition:
    background-color .35s ease,
    backdrop-filter .35s ease,
    border-color .35s ease;

    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    font-family: SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    line-height: 1;
    
    white-space: nowrap;
    caret-color: rgba(0, 0, 0, 0.8);
    color: var(--header-text);
    padding: 0 25px;
}

.site-header.white{ background: var(--header-bg); }



.site-header .container{
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 10px var(--section-pad);

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header a.brand{
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -.01em;
  color: var(--headerBrand);
  text-decoration: none;
  transition: color .2s ease;
}
.site-header a.brand svg{
  display:block;
  height:16px;
  width:auto;
}

.site-header a.brand svg .st0{fill:var(--link-color);}



.site-header .beforeliquid a.nav-cta{

  font-weight: 400;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .05em;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--navCTA);
  border: var(--navCTAborder);
  color: var(--link-color);

  backdrop-filter: blur(var(--aap-blur));
  background-color: var(--aap-background-color);
  box-shadow: inset 0 0 1px var(--aap-inner-glow-color);
  will-change: transform;
  transition: linear var(--aap-background-transition-duration) background-color;

  /*transition: background .2s ease,border-color .2s ease;*/
}

.site-header a.nav-cta:hover{
  color: var(--link-hover);
}

.site-footer{
  position:fixed;
  left:0;
  bottom:0;
  width:100%;

  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid var(--header-border);
  transition: background-color .35s ease,
    backdrop-filter .35s ease,
    border-color .35s ease;

  color:var(--header-text);
  
  font-size:9px;
  cursor:default;
  font-family: "SF Pro Text","Helvetica Neue",Helvetica,Arial,sans-serif;
  padding:2px 0;
  transition:padding .35s ease,font-size .35s ease,background .35s ease,color .35s ease,border-color .35s ease;
  z-index:60;
}

.site-footer:hover,
body.footer-expanded .site-footer,
.site-footer:hover{
  border-top:1px solid rgba(255,255,255,0.08);
  padding:25px 0;
  font-size:13px;
}

.site-footer .container{
  width:100%;
  max-width:none;
  padding:0 min(var(--section-pad),150px);
  margin:0;
  text-align:center;
}

.footer-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
}
.footer-links .dot{
  opacity:.5;
}
.footer-right a{
  text-decoration:none;
}
@media(max-width:920px){
  .site-footer{padding:15px 0 2px 0}
  .site-footer .container{margin: 0 0 9px 0;}
  .footer-grid{
    flex-direction:column-reverse;
    align-items:flex-start;
  }
  .footer-left,.footer-center,.footer-right{
    text-align:center;
    width:100%;
    flex:auto;
    max-height: 10px;
    line-height: 0px;
  }
  .footer-links{
    justify-content:flex-start;
  }
  
}
.muted{color:var(--muted)}
.small{font-size:.9rem}


      .site-nav{display: flex;align-items: center;}
      .site-nav ul{display: none;/*display:flex;gap:16px;list-style:none;padding:0;margin:0;flex-wrap:wrap*/}


      .site-nav > a {
        padding-right: 1px;
      }

      .site-nav > a:first-of-type {
        padding-right: 15px;
      }

      .site-nav > a:nth-child(2) {
        padding-right: 6px;
      }

      .site-nav > a:last-of-type {
        padding-right: 0;
      }


.nav-cta.nav-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.nav-cta.nav-icon svg{
  width:16px;
  height:16px;
  display:block;
}
.nav-cta.nav-icon.wa svg{
  width:18px;
  height:18px;
}




.reader-toggle{
  border:1px solid var(--header-border);
  background:transparent;
  color:var(--header-text);
  border-radius:999px;
  padding:6px 14px;
  font-size:12px;
  letter-spacing:.05em;
  cursor:pointer;
}
.reader-toggle--header{
  margin-left:8px;
}
.nav-cta + .reader-toggle--header{
  margin-left:12px;
}
.reader-toggle:focus-visible{
  outline:2px solid var(--header-text);
  outline-offset:2px;
}

body.policy-page main.policy-content{
  padding:140px clamp(24px,6vw,140px) 120px;
}
body.policy-page .policy-article{
  max-width:860px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:48px;
}
body.policy-page .policy-hero .kicker{
  text-transform:uppercase;
  letter-spacing:.4em;
  font-size:.75rem;
  color:var(--muted);
  margin-bottom:12px;
  display:block;
}
body.policy-page .policy-hero h1{
  font-size:clamp(2rem,4vw,2.8rem);
  margin:0 0 12px;
}
body.policy-page .policy-hero p{
  font-size:1.15rem;
  color:var(--muted);
  margin:0;
}
body.policy-page .policy-section{
  display:flex;
  flex-direction:column;
  gap:16px;
}
body.policy-page .policy-section h2{
  margin:0;
  font-size:1.4rem;
}
body.policy-page .policy-section p{
  margin:0;
  line-height:1.7;
  font-size:1.05rem;
}
.cookie-banner{
  display:none;
  position:fixed;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:95;
  background:var(--surface);
  color:var(--text);
  border:1px solid var(--border);
  border-radius:16px;
  padding:18px 22px;
  box-shadow:0 30px 65px rgba(0,0,0,0.2);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
}
.cookie-banner.is-visible{
  display:block;
}
.cookie-banner__inner{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}
.cookie-banner__text{
  flex:1 1 420px;
  max-width:820px;
  font-size:.92rem;
  line-height:1.5;
}
.cookie-banner__text a{
  color:inherit;
  text-decoration:underline;
}
.cookie-banner__title{
  margin:0 0 8px;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:.78rem;
  color:var(--muted);
}
.cookie-banner__buttons{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.cookie-banner__btn{
  padding:10px 16px;
  border-radius:999px;
  cursor:pointer;
  font:inherit;
  letter-spacing:.02em;
  transition:background .2s ease,border-color .2s ease,color .2s ease, opacity .2s ease;
}
.cookie-banner__btn--ghost{
  border:1px solid var(--border);
  background:transparent;
  color:var(--text);
}
.cookie-banner__btn--primary{
  border:none;
  background:var(--text);
  color:var(--bg);
}
.cookie-banner__btn--primary:hover{
  opacity:.9;
}
.cookie-banner__btn--ghost:hover{
  border-color:var(--text);
}
.cookie-modal{
  display:none;
  position:fixed;
  inset:0;
  z-index:100;
  align-items:center;
  justify-content:center;
}
.cookie-modal.is-visible{
  display:flex;
}
.cookie-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.55);
}
.cookie-modal__panel{
  position:relative;
  z-index:1;
  background:var(--surface);
  color:var(--text);
  border:1px solid var(--border);
  border-radius:20px;
  width:min(560px, calc(100% - 32px));
  padding:28px clamp(20px,4vw,32px);
  box-shadow:0 35px 70px rgba(0,0,0,0.35);
}
.cookie-modal__close{
  position:absolute;
  top:14px;
  right:16px;
  border:none;
  background:transparent;
  color:var(--text);
  font-size:1.5rem;
  cursor:pointer;
}
.cookie-modal__intro{
  margin:0 0 20px;
  line-height:1.5;
  color:var(--muted);
}
.cookie-pref{
  display:flex;
  flex-direction:column;
  gap:18px;
}
.cookie-pref__row{
  display:flex;
  gap:18px;
  justify-content:space-between;
  align-items:center;
  padding:16px 0;
  border-bottom:1px solid var(--border);
}
.cookie-pref__row:last-child{
  border-bottom:none;
}
.cookie-pref__title{
  margin:0 0 6px;
  font-weight:600;
  letter-spacing:.01em;
}
.cookie-pref__desc{
  margin:0;
  color:var(--muted);
  font-size:.92rem;
  line-height:1.5;
}
.cookie-pref__text{
  flex:1 1 auto;
}
.cookie-switch{
  display:flex;
  gap:8px;
  align-items:center;
  font-size:.9rem;
  color:var(--text);
}
.cookie-switch input{
  width:18px;
  height:18px;
  accent-color:var(--text);
}
.cookie-switch--locked{
  opacity:.7;
}
.cookie-modal__actions{
  margin-top:22px;
  display:flex;
  justify-content:flex-end;
}
.cookie-modal__save{
  border:none;
  background:var(--text);
  color:var(--bg);
  padding:12px 20px;
  border-radius:999px;
  cursor:pointer;
  font-weight:600;
  letter-spacing:.04em;
}
.cookie-modal__save:hover{
  opacity:.9;
}

@media (max-width:768px){
  body.policy-page main.policy-content{
    padding:104px 18px 80px;
  }
  body.policy-page .policy-article{
    gap:32px;
  }
}
@media (max-width:640px){
  .cookie-banner__inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .cookie-banner__buttons{
    width:100%;
    justify-content:flex-start;
  }
  .cookie-modal__panel{
    border-radius:16px;
    padding:22px 18px 26px;
  }
  .cookie-pref__row{
    flex-direction:column;
    align-items:flex-start;
  }
  .cookie-modal__actions{
    justify-content:flex-start;
  }
}

section h2{margin:0 0 12px;font-size:1.3rem}
.slot-list,.card{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:16px}
.section-body{padding:16px;}
.slot-list{padding:0}
.slot-row{display:flex;gap:16px;padding:12px 16px;border-bottom:1px solid var(--border)}
.slot-row:last-child{border-bottom:none}
.slot-hour{width:110px;font-weight:600}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border:1px solid var(--border);background:var(--surface);font:inherit;color:inherit;cursor:pointer}
.btn.ghost{background:transparent}
.btn[disabled]{opacity:.6;cursor:not-allowed}
.seg{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}
.slot-status span,.slot-status a{font-size:.95rem}
.form-grid{display:grid;gap:12px}
.form-grid.two{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}
label{font-size:.9rem;color:var(--muted);display:block;margin-bottom:4px}
input,textarea,select{width:100%;padding:8px;border:1px solid var(--border);border-radius:4px;background:#fff;font:inherit}
.admin-panel{
  position:fixed;
  top:68px;
  left:0;
  width:100%;
  background:var(--panel-bg);
  backdrop-filter:blur(12px);
  border-top:1px solid var(--panel-border);
  border-bottom:1px solid var(--panel-border);
  padding:24px min(var(--section-pad),150px) 16px;
  z-index:55;
  pointer-events:none;
  opacity:0;
  transition:opacity .25s ease;
}
body.admin-panel-visible .admin-panel{
  opacity:1;
  pointer-events:auto;
}
.admin-panel .admin-tabs{
  position:sticky;
  top:0;
  padding-bottom:12px;
  background:inherit;
  z-index:2;
}
.admin-panel-content{
  max-height:calc(100vh - 68px - 80px);
  max-height:calc(100dvh - 68px - 80px);
  overflow-y:auto;
  padding-right:4px;
}
.admin-section-list{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}
.admin-section{border:1px solid var(--border);border-radius:6px;padding:16px;background:var(--surface)}
.section-top{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;margin-bottom:12px}
.section-top h3{margin:0;font-size:1rem}
.section-controls{display:flex;gap:6px;flex-wrap:wrap}
.section-controls .btn{font-size:.8rem;padding:6px 8px}
dialog{border:none;padding:0}
.dialog-body{padding:24px;background:var(--surface);border:1px solid var(--border);border-radius:6px;min-width:260px}
.visually-hidden{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
@media(max-width:600px){
  .slot-row{flex-direction:column}
  .slot-hour{width:auto}
}



section#one,
section#three,
section#five{
  position: relative;
  overflow: hidden;
  background-size: 100vw 100vh;
  background-repeat: repeat;
  background: var(--sectionGradeA);
}

section#two,
section#four,
section#six{
  position: relative;
  overflow: hidden;
  background: var(--sectionGradeB);
  background-size: 100vw 100vh;
  background-repeat: repeat;
}
.view a{text-decoration: underline;}

.blue-act{
  margin-top: 8px;
  -webkit-font-smoothing: antialiased;
}
.ac-button{
  background-color: rgb(0, 113, 227);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 980px;
  border-bottom-style: solid;
  border-width: 1px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-synthesis-small-caps: none;
  font-synthesis-style: none;
  font-synthesis-weight: none;
  font-weight: 400;
  text-decoration: none !important;
  letter-spacing: -0.374px;
  line-height:  20.00017px;
  min-width: 23px;
  
  padding-block-end: 11px;
  padding-block-start: 11px;
  padding-inline-end: 20.999998px;
  padding-inline-start: 20.999998px;

  text-align: center;
  text-decoration-color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-wrap-mode: nowrap;
  white-space-collapse: collapse;

  

}

.container section.view{
  min-height:100vh;
  min-height:100dvh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 var(--section-pad);
}
body.public-view .container section.view{
  opacity:1;
  transform:none;
}

@media(min-width:600px){
  .container section.view{
    padding-top:var(--section-safe-top);
    padding-bottom:var(--section-safe-bottom);
  }
}

body.public-view .container section.view > *{
  opacity:0;
  transform:translateY(var(--staggered-translate-y));
  transition:
    opacity var(--staggered-opacity-duration) ease var(--staggered-delay),
    transform var(--staggered-translate-y-duration) ease var(--staggered-delay);
}
body.public-view .container section.view.is-visible > *{
  opacity:1;
  transform:translateY(0);
}


#two{
  align-items: center;
justify-content: center;
}

#two figure img{
align-self: flex-start;
}

section.view h2{
font-size: 21px;
font-weight: 300;
font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
text-align: center;
}
.section-body{
font-size: 19px;
font-weight: 300;
font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
margin-top: 6px;
text-align: center;
letter-spacing: 1.5px;
}
.section-body:last-child a{
  text-decoration:none;font-size: 14px;
}

@media(min-width:600px){
  section.view figure{
    width:100%;
    margin:20px auto 0;
    display:flex;
    justify-content:center;
  }
  section.view figure img{
    max-height:calc(100vh - var(--section-safe-top) - var(--section-safe-bottom));
    max-height:calc(100dvh - var(--section-safe-top) - var(--section-safe-bottom));
    width:auto;
    height:auto;
    max-width:100%;
    object-fit:contain;
  }
}

html{scroll-behavior:smooth;}
body.public-view main.container{
  min-height:100vh;
  min-height:100dvh;
  max-height:100vh;
  max-height:100dvh;
  overflow-y:auto;
  scroll-snap-type:y mandatory;
  scroll-behavior:smooth;
}
body.public-view main.container > section.view{
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
@media(min-width:769px){
  html,
  body{
    height:100vh;
    min-height:100vh;
    overflow:hidden;
  }
  .container section.view{
    height:100vh;
  }
  body.public-view main.container{
    height:100vh;
    max-height:100vh;
    overflow-y:auto;
    overscroll-behavior:contain;
  }
  body.public-view main.container > section.view{
    height:100vh;
  }
}
main.container{
  top:0;
  position:relative;
}

@media (max-width:768px){
  :root{
    --mobile-bottom-offset: calc(96px + env(safe-area-inset-bottom));
    --drawer-handle-height: var(--mobile-bottom-offset);
  }
  .site-header{display:none;}
  body.public-view main.container{
    position:relative;
    top:0;
    padding:0;
    display:flex;
    flex-direction:row;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    overscroll-behavior-x:contain;
    overscroll-behavior-y:none;
    min-height:100vh;
    min-height:100dvh;
  }
  body.public-view main.container > section.view{
    height:auto;
    min-height:calc(100vh - var(--mobile-bottom-offset));
    min-height:calc(100dvh - var(--mobile-bottom-offset));
    padding:48px 18px calc(var(--mobile-bottom-offset));
    flex:0 0 100%;
    width:100%;
    min-width:100%;
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }
  body.public-view .container section.view > *{
    transform:translateX(calc(var(--staggered-translate-y) * -1));
  }
  body.public-view .container section.view.is-visible > *{
    transform:translateX(0);
  }
  .container section.view{
    padding:48px 18px calc(var(--mobile-bottom-offset));
    min-height:100dvh;
  }
  section.view figure{
    width:100%;
    margin-top:32px;
  }
  section.view figure img{
    width:100%;
    height:auto;
    max-height:none;
  }
  .site-footer{
    display:none;
  }
  body.footer-expanded .site-footer,
  .site-footer:hover{
    padding:12px 16px;
    font-size:10px;
    background:transparent;
  }
  .site-footer .container{
    padding:0;
    justify-content:center;
    gap:6px;
  }
  .site-footer .footer-right,
  .site-footer .footer-links{
    display:none;
  }
  .m-drawer{
    display:block;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    transform:translateY(calc(100% - var(--drawer-handle-height, 80px)));
    transition:transform 280ms ease-out;
    will-change:transform;
    z-index:80;
    overflow:hidden;
    border-top-left-radius:18px;
    border-top-right-radius:18px;
    color:var(--header-text);
  }
  .m-drawer::before{
    content:"";
    position:absolute;
    inset:0;
    
    border-top:1px solid var(--header-border);
    backdrop-filter:blur(20px) saturate(180%);
    -webkit-backdrop-filter:blur(20px) saturate(180%);
    box-shadow:0 -10px 30px rgba(0,0,0,0.15);
    z-index:0;
    background-color:var(--white-smoke);
  }
  .m-drawer::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:calc(var(--drawer-handle-height, 80px) + 40px);
    background:var(--drawer-background);
    pointer-events:none;
    z-index:0;
  }
  .m-drawer.is-open{
    transform:translateY(0);
  }
  .m-drawer-handle{
    padding:12px 18px calc(12px + env(safe-area-inset-bottom));
    position:relative;
    z-index:1;
    touch-action:none;
    user-select:none;
  }
  .m-bottombar{
    display:grid;
    grid-template-columns:auto 1fr;
    align-items:center;
    gap:12px;
  }
  .bottombar_controls{
    display: flex;
    justify-content: flex-end;
    gap: 0px;
    height: 104px;
    align-items: baseline;
    padding-top: 9px;
  }
  .m-bottombar__icons{
    display:flex;
    align-items:center;
    gap:8px;
  }
  .m-ico{

    display: inline-flex;
    align-items: center;
    justify-content: center;

    
  }

  .m-brand{
    border: none;
    background: transparent;
    font: inherit;
    color: var(--header-text);
    justify-self:flex-start;
    display:inline-flex;
    align-items: center;
    cursor: pointer;
  }
  .m-brand svg{
    display:block;
    width:169px;
    height:auto;
    padding: 0px;
  }
  
  .m-more{
    opacity:.6;
  }
  .m-cta{
    max-width: -webkit-fit-content;  
    color: var(--text);
  }

  .m-cta svg{
    display:block;
    height:20px;
    width:auto;
  }
  .m-bottombar .nav-toggle{
    border:none;
    background:transparent;
    padding:0;
    width:auto;
    height:auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    line-height:0;
  }

  .m-dots{
    position:fixed;
    left:50%;
    bottom:calc(var(--mobile-bottom-offset) + 8px);
    transform:translateX(-50%);
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    gap:10px;
    z-index:80;
  }
  .m-dots:empty{
    display:none;
  }
  .m-dot{
    width:10px;
    height:10px;
    border-radius:999px;
    border:1px solid var(--header-text);
    background:transparent;
    opacity:.35;
    padding:0;
    cursor:pointer;
    transition:opacity .25s ease, background .25s ease;
  }
  .m-dot.is-active{
    background:var(--header-text);
    opacity:1;
  }
  .m-drawer-content{
    padding:24px 20px calc(24px + env(safe-area-inset-bottom));
    max-height:calc(100vh - var(--drawer-handle-height, 80px));
    max-height:calc(100dvh - var(--drawer-handle-height, 80px));
    overflow-y:auto;
    position:relative;
    z-index:1;
  }
  .m-drawer-links > a{
    display:block;
    padding:12px 0;
    text-decoration:none;
    color:var(--header-text);
    border-bottom:1px solid var(--header-border);
  }
  .m-drawer-links > a:last-child{
    border-bottom:none;
  }
  .m-fade{
    opacity:0;
    transform:translateX(-14px);
    transition:opacity .42s ease, transform .52s ease;
  }
  .m-fade.is-visible{
    opacity:1;
    transform:translateX(0);
  }

}

@media (max-width:768px) and (prefers-reduced-motion: reduce){
  body.public-view main.container{
    scroll-behavior:auto;
  }
  .m-fade{
    opacity:1;
    transform:none;
    transition:none;
  }
  .m-drawer{
    transition:none;
  }
}

@media (prefers-reduced-motion: reduce){
  body.reader-mode .m-fade{
    transition:none;
  }
}

@media print{
  *{
    animation:none !important;
    transition:none !important;
    box-shadow:none !important;
  }
  html,body{
    background:#fbfaf7 !important;
    color:#1a1a1a !important;
    font-size:11pt;
    line-height:1.5;
  }
  .m-bottombar,
  .m-dots,
  .m-drawer,
  .reader-toggle,
  nav,
  footer{
    display:none !important;
  }
  main,
  .content{
    max-width:680px;
    margin:0 auto;
    padding:0;
  }
  .wordmark{
    display:block;
    margin-bottom:24px;
    font-size:14pt;
    letter-spacing:0.02em;
  }
  img{
    filter:grayscale(100%);
    opacity:0.85;
    max-width:100%;
    margin:16px 0;
    page-break-inside:avoid;
  }
  h1,h2,h3{
    page-break-after:avoid;
  }
  p{
    orphans:3;
    widows:3;
  }
}



.gizle{
  display:none;
}

.site-footer a.copy{cursor: default;}


.section-body a { display: inline-block;}
.section-body .nav-cta:hover{background:none}

.liquidGlass-wrapper {
  box-sizing: border-box;
  position: relative;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2.6px 2.3px rgba(0, 0, 0, 0.1), 0 0 18.7px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
  padding: 10px 14px;
  border-radius: 44px;
}
.liquidGlass-wrapper.round{
  padding: 8px 9px;
}

.liquidGlass-effect {
  position: absolute;
  z-index: 0;
  inset: 0;

  backdrop-filter: blur(10px);
  filter: url(style.css%3Fv=1771282789.css);
  overflow: hidden;
  isolation: isolate;
}

.liquidGlass-effect2 {
  position: absolute;
  z-index: 0;
  inset: 0;

  backdrop-filter: blur(3px);
  filter: url(style.css%3Fv=1771282789.css);
  overflow: hidden;
  isolation: isolate;
}

.liquidGlass-tint {
  z-index: 1;
  position: absolute;
  inset: 0;
  background:var(--liguidTint);
  transition: background 220ms ease-out;
}

.section-body .nav-cta:hover .liquidGlass-tint {background:var(--liguid-hover-half-tint)}
.site-nav .nav-cta:hover .liquidGlass-tint {background:var(--liguid-hover-tint)}

.liquidGlass-shine {
  position: absolute;
  inset: 0;
  z-index: 2;

  overflow: hidden;

  box-shadow: inset 2.4px 0.1px 0.1px -1.5px var(--liguidShine),
inset -0.5px -0.2px 0.1px 0.7px var(--liguidShine)
}

.liquidGlass-text {
  z-index: 3;
  color: var(--link-color);
  letter-spacing: .05em;
}


.nav-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.hamburger {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
}

.hamburger span {
  position: absolute;
  width: 100%;
  background: var(--link-color);;
  left: 0;
  transition: all 220ms ease-out;
}

.hamburger span:nth-child(1) { top: 4px; height: 1.7px;}
.hamburger span:nth-child(2) { top: 8px; height: 1.8px;}
.hamburger span:nth-child(3) { bottom: 2px; height: 1.8px;}

/* X STATE */
.nav-toggle.active .hamburger span:nth-child(1) {
  transform: rotate(45deg);
  top: 7px;
}

.nav-toggle.active .hamburger span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 7px;
}

.contact-modal {
  position: absolute;
  top: 61px;
right: 131px;
min-width: 238px;

  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;

  transition: 
    opacity 220ms ease-out,
    transform 220ms ease-out,
    background 220ms ease-out;
    z-index: -1;
}

.contact-modal.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 51;
}

.contact-modal .liquidGlass-wrapper{
  border-radius: 23px;
}

.contact-modal .contact-content .liquidGlass-wrapper {
border-radius: 44px;
width: -webkit-max-content;
font-size: 12px;
}

.contact-modal.open .liquidGlass-tint{
  background:var(--liguidMoreTint);
}
.contact-modal.open .contact-content .liquidGlass-tint{
  background:var(--liguidTint);
}

.contact-modal .contact-content,
.m-drawer-content .contact-content{
  font-size:14px;
  font-weight:300;
  font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  letter-spacing:1.5px;
  color:var(--text);
  display:flex;
  flex-direction:column;
  gap:22px;
}

.contact{display:flex;}
.contact.button_row{
  gap: 7px;
  padding: 7px 1px;
  align-content: center;
  justify-content: center;
}
.contact.link_row{flex-direction: column;padding:3px 22px 0px 27px;}
.contact.links_row{
  gap:8px;
  flex-direction:column;
  padding:2px 7px;
}
.contact.links_row .sub_links_row{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.contact.links_row .sub_links_row a{
  text-indent:1px;
}
.contact.links_row .sub_links_row .tag{
  text-transform:uppercase;
  font-size:12px;
  font-weight:500;
  letter-spacing:0.3px;
}
.contact.links_row .sub_links_row.single_line{
  flex-direction:row;
  align-items:center;
  gap:6px;
  flex-wrap:nowrap;
}
.contact.links_row .sub_links_row.single_line span,
.contact.links_row .sub_links_row.single_line a{
  white-space:nowrap;
}


.copy-phone {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.copy-tip {
  position: absolute;
  bottom: -34px;
  right: 0;

  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 12px;
  white-space: nowrap;

  opacity: 0;
  transform: translateY(5px);
  pointer-events: none;

  transition: 
    opacity 220ms ease-out,
    transform 220ms ease-out,
    background 220ms ease-out;
    z-index: 1;
}

.copy-phone:hover .copy-tip, 
.copy-mail:hover .copy-tip {
  opacity: 1;
  transform: translateY(0);
}

.copy-mail {
  position: relative;
  cursor: pointer;
  display: inline-block;
}


.seperator{
  
border: 0.8px var(--text) solid;
border-image: repeating-linear-gradient(
to right,
var(--text) 0,
var(--text) 6px,
transparent 0px,
transparent 17px
) 1;
opacity: 0.5;

}



#draveropener {
  padding:5px 7px;
  border-color: rgba(0, 0, 0, 0);
  border-width: 0;
}




@media (max-width:768px){

  
  body{
    min-height:120vh;
    scrollbar-width:none;   
    -ms-overflow-style:none; 
    position:relative;
  }
  body::before{
    content:"";
    display:block;
    height:20px;
  }



  .sub_links_row.single_line span{
    font-size: 12px;
    max-width: 87vw;
    white-space: normal !important;
  }

  .m-drawer-links *{
    max-width: fit-content;
  }
}
