:root{
  --bg: #ececea;
  --paper: #f7f7f4;
  --paper-strong: #ffffff;
  --ink: #151515;
  --muted: #666661;
  --line: rgba(21,21,21,.18);
  --line-strong: rgba(21,21,21,.46);
  --accent: #ff6a00;
  --accent-hover: #e95f00;
  --accentSoft: rgba(255,106,0,.12);
  --shadow: none;
  --radius: 3px;
  --max: 1160px;
}

html{ background: var(--bg); }
body{
  background: var(--bg);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.58;
  letter-spacing: .002em;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    linear-gradient(90deg, transparent 0, transparent calc(50% - .5px), rgba(21,21,21,.025) 50%, transparent calc(50% + .5px)),
    linear-gradient(var(--bg), var(--bg));
}

p, ul, li{ color: #343431; }
.lead, .muted, .quiet{ color: var(--muted); }

:focus-visible{
  outline: 3px solid rgba(255,106,0,.52);
  outline-offset: 4px;
}

.wrap{ padding-inline: 28px; }

header{
  background: rgba(236,236,234,.96);
  border-bottom: 1px solid var(--line-strong);
  backdrop-filter: blur(14px);
}

.top{
  position:relative;
  min-height: 76px;
  padding: 12px 0 10px;
}

.mobile-contact{ display:none; }

.brand{ gap: 10px; }
.brandmark{
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 0;
  background: url("brand-mark.png") center / 150% no-repeat;
}
.brandmark span{ display:none; }
.brand strong{
  color: var(--ink);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .2em;
}
.brand > div:last-child > span{
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tags{
  gap: 0;
  align-items:center;
}
.tag{
  position:relative;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 10px 9px 8px;
  color: #444440;
  font-size: 11px;
  font-weight: 620;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.tag::after{
  content:"";
  position:absolute;
  left:9px;
  right:9px;
  bottom:2px;
  height:2px;
  background: transparent;
  transition: background .15s ease;
}
.tag:hover{ background: transparent; color: var(--ink); }
.tag:hover::after{ background: rgba(21,21,21,.28); }
.tag.is-active,
.tag[aria-current="page"]{
  background: transparent;
  border-color: transparent;
  color: var(--ink);
  font-weight: 750;
}
.tag.is-active::after,
.tag[aria-current="page"]::after{ background: var(--accent); }

main section{ padding: 78px 0; }
.hero{
  padding: 64px 0 60px;
  background: #f2f2ef;
  border-bottom: 1px solid var(--line);
}
.grid-hero{
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items:stretch;
}

.card,
.fact-card,
.date-card,
.day-card,
.essenz-card,
.offer-card,
.pillar,
.schedule-card,
.qr,
.logo-block,
details.legal{
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow:none;
  background: rgba(255,255,255,.58);
}

.pad{ padding: 30px; }

.hero .card.pad{
  position:relative;
  border:0;
  border-left: 4px solid var(--accent);
  background: transparent;
  padding: 18px 0 18px 32px;
  overflow:visible;
}

h1{
  max-width: 780px;
  margin: 14px 0 20px;
  color: var(--ink);
  font-size: clamp(36px, 4.25vw, 56px);
  font-weight: 580;
  line-height: 1.02;
  letter-spacing: -.045em;
}
h2{
  color: var(--ink);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 570;
  letter-spacing: -.035em;
}
h3{
  color: var(--ink);
  font-weight: 650;
  letter-spacing: -.015em;
}

.section-title{
  align-items:flex-end;
  margin-bottom: 30px;
  padding-top: 14px;
  border-top: 1px solid var(--line-strong);
}
.section-title h2{ font-size: clamp(25px, 3vw, 38px); }
.section-title > span{
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.soft-section{
  background: #dfdfdc;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.btn{
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  background: transparent;
  color: var(--ink);
  box-shadow:none;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: .085em;
  text-transform: uppercase;
}
.btn:hover{
  border-color: var(--accent);
  background: rgba(255,106,0,.08);
}
.btn-primary{
  border-color: var(--accent);
  background: var(--accent);
  color: #111;
  box-shadow:none;
}
.btn-primary:hover{
  border-color: var(--accent-hover);
  background: var(--accent-hover);
}

.hero-image{
  min-height: 590px;
  border: 0;
  border-radius: 0;
  background-color:#e1e1de;
  background-size: cover;
  background-position:center;
  box-shadow:none;
}
.home-page .hero-image{
  background-image: url("profile-deepak.png");
}
.education-page .hero-image{
  background-image: linear-gradient(rgba(20,20,20,.10), rgba(20,20,20,.10)), url("studio-pose.jpg");
  background-position: center 32%;
  filter: grayscale(1) contrast(1.03);
}
.education-page h1{
  font-size: clamp(32px, 3.35vw, 46px);
  line-height: 1.07;
}

.brand-lockup-image{
  width: min(100%, 420px);
  height: 330px;
  margin: -10px 0 -18px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.brand-lockup-image img{
  width: 100%;
  max-width:none;
  height:auto;
  filter:none;
  transform: translateY(-10.5%);
}

.section-logo{
  display:flex;
  justify-content:center;
  align-items:center;
  height: 390px;
  margin: -12px 0 10px;
  overflow:hidden;
}
.section-logo img{
  display:block;
  width:min(500px, 100%);
  height:auto;
  transform: translateY(-10.5%);
}

.logo-block{
  width:min(100%, 430px);
  height: 340px;
  margin: -12px 0 2px;
  padding:0;
  border:0;
  background:transparent;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.logo-block img{
  width: 100%;
  max-width:none;
  height:auto;
  transform: translateY(-10.5%);
}

.portrait,
.img{
  border-radius:0;
  box-shadow:none;
  filter: grayscale(1) contrast(1.04);
}
.portrait{ min-height: 520px; }
.home-page .portrait{
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.12)),
    url("portrait.jpg");
  background-size:cover;
  background-position:center 18%;
}

.gallery{ gap:8px; }
.img{ min-height: 210px; }
.hero-gallery-mobile{ display:none; }
.home-page .hero .gallery{
  grid-template-columns: 2.05fr .75fr;
}
.home-page .hero .gallery .img{
  height:180px;
  min-height:0;
}
.home-page .hero .gallery .studio{
  background-size:contain;
  background-repeat:no-repeat;
  background-color:#d9d9d6;
}

.offer-grid,
.essenz-grid,
.schedule-grid,
.retreat-pillars,
.date-grid,
.daily-grid{ gap: 10px; }

.offer-card,
.essenz-card,
.schedule-card,
.pillar,
.date-card,
.day-card,
.fact-card{ border-radius:2px; }

.offer-card{
  min-height:260px;
  padding:28px;
  transition: border-color .15s ease, background .15s ease;
}
.offer-card:hover{
  border-color: var(--line-strong);
  background: rgba(255,255,255,.82);
}
.offer-card .offer-kicker,
.essenz-number,
.fact-label{
  color: var(--accent);
  font-size:10px;
  letter-spacing:.16em;
}

.essenz-statement blockquote{
  font-family: Georgia, "Times New Roman", serif;
  font-weight:400;
}
.essenz-card{ background: rgba(255,255,255,.42); }

.quiet{
  border-left: 3px solid var(--accent);
  padding-left: 16px;
}

.schedule-card.villa,
.date-card.featured{
  border-color: rgba(255,106,0,.62);
  background: rgba(255,106,0,.08);
}
.badge,
.state{
  border: 1px solid rgba(255,106,0,.48);
  border-radius: 2px;
  background: rgba(255,106,0,.10);
  color: var(--ink);
  font-size:10px;
  font-weight:720;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.qr-wrap{ gap:10px; }
.qr{ border-radius:2px; background:#fff; }

footer{
  background:#181818;
  border-top: 4px solid var(--accent);
  color:#d2d2ce;
}
footer a{ color:#fff; }
footer p, footer li{ color:#d2d2ce; }

details.legal > summary{ background: rgba(255,255,255,.42); }

@media (max-width: 920px){
  .hero-image{ min-height: 520px; }
  .grid-hero{ gap:26px; }
  .hero .card.pad{ padding-right: 12px; }
}

@media (max-width: 700px){
  :root{ --headerH:112px; }
  .wrap{ padding-inline: 18px; }
  .top{ display:block; min-height:0; padding:10px 0 8px; }
  .brand{
    max-width:calc(100% - 96px);
    padding-right:4px;
    margin-bottom:9px;
  }
  .brandmark{ width:42px; height:42px; }
  .mobile-contact{
    position:absolute;
    top:10px;
    right:0;
    z-index:2;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:9px 13px 8px;
    border:1px solid var(--accent);
    border-radius:2px;
    background:var(--accent);
    color:#111;
    font-size:10px;
    font-weight:760;
    letter-spacing:.09em;
    line-height:1;
    text-transform:uppercase;
  }
  .tags .tag[data-nav="kontakt"]{ display:none; }
  .tags{
    flex-wrap:nowrap;
    justify-content:flex-start;
    overflow-x:auto;
    padding:1px 0 5px;
    scrollbar-width:none;
  }
  .tags::-webkit-scrollbar{ display:none; }
  .tag{ font-size:10px; padding-inline:8px; }
  main section{ padding:58px 0; }
  .hero{ padding:38px 0 44px; }
  .grid-hero{ grid-template-columns:1fr; gap:22px; }
  .hero .card.pad{
    border-left-width:3px;
    padding: 6px 0 6px 18px;
  }
  h1{ font-size: clamp(32px, 9vw, 42px); }
  .education-page h1{ font-size:clamp(28px, 7.5vw, 38px); }
  .hero-image{ min-height:390px; background-size:cover; }
  .brand-lockup-image{ height:245px; margin:-12px 0 -12px; }
  .logo-block{ height:250px; }
  .section-logo{ height:270px; }
  .home-page .hero .gallery{ grid-template-columns:1fr; }
  .home-page .hero .hero-gallery-desktop{ display:none; }
  .home-page .hero .hero-gallery-mobile{ display:grid; margin-top:0; }
  .home-page .hero .gallery .img{ height:auto; }
  .home-page .hero .gallery .studio{ aspect-ratio:2048 / 985; }
  .home-page .hero .gallery .pose{ aspect-ratio:3 / 4; }
  .section-title{ display:block; }
  .section-title > span{ display:block; margin-top:7px; }
  .offer-card{ min-height:0; }
}

@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{ scroll-behavior:auto !important; transition:none !important; }
}
