.btn{font-family:var(--font-body);letter-spacing:.01em;border-radius:var(--radius-pill);transition:transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease), color .3s var(--ease);white-space:nowrap;justify-content:center;align-items:center;gap:.5em;padding:.9em 1.6em;font-size:.95rem;font-weight:700;display:inline-flex}.btn--primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-primary)}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 16px 34px #6db5ae73}.btn--primary:active{transform:translateY(0)}.btn--ghost{color:var(--color-ink);box-shadow:inset 0 0 0 1.5px var(--color-line);background:0 0}.btn--ghost:hover{box-shadow:inset 0 0 0 1.5px var(--color-primary-deep);color:var(--color-primary-deep);transform:translateY(-2px)}.navbar{z-index:100;-webkit-backdrop-filter:saturate(140%)blur(14px);transition:background .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease);background:#faf7f2b8;border-bottom:1px solid #0000;position:sticky;top:0}.navbar--scrolled{border-bottom-color:var(--color-line);background:#faf7f2e6;box-shadow:0 6px 24px #2b28230f}.navbar__inner{justify-content:space-between;align-items:center;gap:24px;height:78px;display:flex}.navbar__brand{align-items:center;gap:12px;display:inline-flex}.navbar__mark{width:46px;height:46px;color:var(--color-primary-deep);transition:transform .4s var(--ease);display:block}.navbar__brand:hover .navbar__mark{transform:rotate(-6deg)scale(1.04)}.navbar__brand-text{flex-direction:column;line-height:1.15;display:flex}.navbar__name{font-family:var(--font-display);color:var(--color-ink);font-size:1.16rem;font-weight:600}.navbar__role{letter-spacing:.12em;text-transform:uppercase;color:var(--color-ink-soft);font-size:.72rem}.navbar__nav{align-items:center;gap:34px;display:flex}.navbar__link{color:var(--color-ink);transition:color .3s var(--ease);padding:6px 0;font-size:.98rem;font-weight:400;position:relative}.navbar__link:after{content:"";background:var(--color-accent);transform-origin:0;width:100%;height:2px;transition:transform .35s var(--ease);position:absolute;bottom:0;left:0;transform:scaleX(0)}.navbar__link:hover{color:var(--color-primary-deep)}.navbar__link:hover:after{transform:scaleX(1)}.navbar__actions{align-items:center;gap:14px;display:flex}.navbar__burger{border-radius:var(--radius-sm);width:44px;height:44px;transition:background .3s var(--ease);flex-direction:column;justify-content:center;gap:5px;display:none}.navbar__burger span{background:var(--color-ink);width:22px;height:2px;transition:transform .35s var(--ease), opacity .25s var(--ease);border-radius:2px;margin-inline:auto;display:block}.navbar__burger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__burger.is-open span:nth-child(2){opacity:0}.navbar__burger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__mobile{background:var(--color-surface);width:min(340px,86vw);height:calc(100vh - 78px);box-shadow:var(--shadow-lg);visibility:hidden;pointer-events:none;transition:transform .45s var(--ease), visibility 0s linear .45s;z-index:99;display:none;position:fixed;top:78px;right:0;transform:translate(100%)}.navbar__mobile.is-open{visibility:visible;pointer-events:auto;transition:transform .45s var(--ease), visibility 0s linear 0s;transform:translate(0)}.navbar__mobile-nav{flex-direction:column;gap:4px;padding:28px 26px;display:flex}.navbar__mobile-link{font-family:var(--font-display);color:var(--color-ink);border-bottom:1px solid var(--color-line);transition:color .3s var(--ease), padding-left .3s var(--ease);padding:14px 8px;font-size:1.4rem;font-weight:500}.navbar__mobile-link:hover{color:var(--color-primary-deep);padding-left:16px}.navbar__mobile-cta{width:100%;margin-top:22px}.navbar__overlay{opacity:0;visibility:hidden;transition:opacity .4s var(--ease), visibility .4s var(--ease);z-index:98;background:#2b282347;display:none;position:fixed;inset:78px 0 0}.navbar__overlay.is-open{opacity:1;visibility:visible}@media (width>=961px){.navbar__nav{transition:opacity .35s var(--ease), visibility .35s var(--ease)}.navbar--condensed .navbar__nav{opacity:0;visibility:hidden;pointer-events:none}}@media (width<=960px){.navbar__nav,.navbar__cta{display:none}.navbar__burger{display:flex}.navbar__mobile,.navbar__overlay{display:block}}@media (width<=520px){.navbar__inner{height:68px}.navbar__mobile,.navbar__overlay{top:68px}.navbar__mobile{height:calc(100vh - 68px)}}.hero{background:var(--gradient-warm);padding:84px 0 100px;position:relative;overflow:hidden}.hero__glow{pointer-events:none;background:radial-gradient(circle,#81d8d057 0%,#0000 68%);border-radius:50%;width:640px;height:640px;position:absolute;top:-200px;right:-160px}.hero__glow:after{content:"";background:radial-gradient(circle,#d98e5f33 0%,#0000 66%);border-radius:50%;width:480px;height:480px;position:absolute;bottom:-320px;left:-260px}.hero__birds{opacity:.6;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;width:min(46%,540px);height:auto;position:absolute;top:0;right:0}.hero__inner{z-index:2;grid-template-columns:1.05fr .95fr;align-items:center;gap:64px;display:grid;position:relative}.hero__content{max-width:620px}.hero__badge{letter-spacing:.04em;color:var(--color-primary-deep);background:var(--color-surface);border-radius:var(--radius-pill);box-shadow:var(--shadow-sm);align-items:center;gap:10px;margin-bottom:26px;padding:9px 18px;font-size:.86rem;font-weight:700;display:inline-flex}.hero__dot{background:var(--color-primary);width:9px;height:9px;animation:hero-pulse 2.4s var(--ease) infinite;border-radius:50%;box-shadow:0 0 0 4px #81d8d04d}@keyframes hero-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.25)}}.hero__title{margin-bottom:24px;font-size:clamp(2.8rem,6vw,4.6rem);font-weight:600;line-height:1.04}.hero__title-role{color:var(--color-primary-deep);margin-top:6px;font-size:.62em;font-style:italic;font-weight:500;display:block}.hero__lead{color:var(--color-ink-soft);max-width:54ch;margin-bottom:30px;font-size:clamp(1.06rem,2vw,1.22rem)}.hero__reasons{grid-template-columns:1fr 1fr;gap:12px 22px;margin-bottom:38px;list-style:none;display:grid}.hero__reason{color:var(--color-ink);align-items:flex-start;gap:11px;font-size:1rem;display:flex}.hero__reason-icon{width:24px;height:24px;color:var(--color-primary-deep);background:#81d8d033;border-radius:50%;flex-shrink:0;place-items:center;margin-top:1px;display:grid}.hero__reason-icon svg{width:14px;height:14px}.hero__actions{flex-wrap:wrap;gap:14px;display:flex}.hero__visual{justify-self:center;width:100%;max-width:440px;position:relative}.hero__photo-card{border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-lg);transition:transform .5s var(--ease), box-shadow .5s var(--ease);position:relative;overflow:hidden}.hero__photo-card:hover{transform:translateY(-6px);box-shadow:0 30px 70px #2b282329}.hero__photo{aspect-ratio:4/5;object-fit:cover;object-position:center top;width:100%}.hero__photo-caption{border-radius:var(--radius-md);color:#fff;-webkit-backdrop-filter:blur(8px);background:linear-gradient(135deg,#2b28238c,#2b282352);flex-direction:column;padding:14px 18px;display:flex;position:absolute;bottom:18px;left:18px;right:18px}.hero__photo-name{font-family:var(--font-display);font-size:1.2rem;font-weight:600}.hero__photo-sub{letter-spacing:.04em;opacity:.9;font-size:.82rem}.hero__badge-float{text-align:center;color:#fff;background:linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-soft) 100%);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:96px;height:96px;animation:6s ease-in-out infinite reverse hero-float;display:flex;position:absolute;top:-22px;right:-18px;box-shadow:0 14px 30px #d98e5f66}.hero__badge-float-num{font-family:var(--font-display);font-size:1.5rem;font-weight:700;line-height:1}.hero__badge-float-text{letter-spacing:.08em;text-transform:uppercase;margin-top:3px;font-size:.66rem}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (width<=960px){.hero__inner{grid-template-columns:1fr;gap:56px}.hero__content{max-width:640px}.hero__visual{order:-1;max-width:380px;margin-inline:auto}}@media (width<=560px){.hero{padding:56px 0 76px}.hero__title{font-size:clamp(2rem,8.5vw,2.6rem)}.hero__reasons{grid-template-columns:1fr;gap:11px}.hero__actions .btn{width:100%}.hero__visual{max-width:320px;margin-inline:auto}.hero__badge-float{width:82px;height:82px;right:-6px}}@media (prefers-reduced-motion:reduce){.hero__dot,.hero__badge-float{animation:none}}.features{background:var(--color-bg);padding:110px 0}.features__head{max-width:720px;margin-bottom:44px}.features__head .eyebrow{margin-bottom:16px;display:inline-block}.features__title{font-size:clamp(2rem,4vw,3rem)}.features__slider{padding:6px 0 8px;overflow:hidden}.features__track{will-change:transform;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y;gap:26px;transition:transform .9s cubic-bezier(.65,0,.35,1);display:flex}.features__track[data-dragging=true]{cursor:grabbing;transition:none}.features__track[data-dragging=true] .feature-card{pointer-events:none}.feature-card{background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius-lg);transition:transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);flex:0 0 calc(33.3333% - 17.3333px);padding:34px 30px;position:relative;overflow:hidden}.feature-card:before{content:"";background:var(--gradient-primary);transform-origin:0;width:100%;height:3px;transition:transform .45s var(--ease);position:absolute;top:0;left:0;transform:scaleX(0)}.feature-card:hover{box-shadow:var(--shadow-md);border-color:#0000;transform:translateY(-6px)}.feature-card:hover:before{transform:scaleX(1)}.feature-card__icon{border-radius:var(--radius-md);width:60px;height:60px;color:var(--color-primary-deep);transition:background .4s var(--ease), color .4s var(--ease), transform .4s var(--ease);background:#81d8d029;place-items:center;margin-bottom:22px;display:grid}.feature-card__icon svg{width:28px;height:28px}.feature-card:hover .feature-card__icon{background:var(--gradient-primary);color:#fff;transform:scale(1.05)rotate(-4deg)}.feature-card__title{margin-bottom:12px;font-size:1.28rem;font-weight:600;line-height:1.2}.feature-card__text{color:var(--color-ink-soft);font-size:.98rem;line-height:1.6}.features__dots{justify-content:center;align-items:center;gap:12px;margin-top:40px;display:flex}.features__dot{border-radius:var(--radius-pill);background:var(--color-line);width:10px;height:10px;transition:width .35s var(--ease), background .35s var(--ease);padding:0}.features__dot:hover{background:var(--color-primary)}.features__dot.is-active{background:var(--gradient-primary);width:30px}@media (width<=900px){.feature-card{flex:0 0 calc(50% - 13px)}}@media (width<=600px){.features{padding:76px 0}.features__head{margin-bottom:30px}.feature-card{flex:0 0 100%;padding:28px 24px}.features__dots{margin-top:32px}}.first{background:var(--gradient-warm);padding:110px 0}.first__inner{grid-template-columns:1.15fr .85fr;align-items:center;gap:60px;display:grid}.first__content{max-width:620px}.first__content .eyebrow{margin-bottom:16px;display:inline-block}.first__title{margin-bottom:26px;font-size:clamp(2rem,4vw,3rem)}.first__text{color:var(--color-ink-soft);margin-bottom:18px;font-size:1.08rem}.first__callout{color:var(--color-ink);background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin:26px 0;padding:22px 26px 22px 30px;font-size:1.1rem;font-style:italic;line-height:1.6;position:relative}.first__callout:before{content:"";border-radius:var(--radius-pill);background:var(--gradient-primary);width:4px;position:absolute;top:14px;bottom:14px;left:0}.first__note{font-family:var(--font-display);color:var(--color-primary-deep);margin-bottom:32px;font-size:1.25rem;font-style:italic;font-weight:500}.first__card{background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:38px 34px}.first__card-label{font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase;color:var(--color-primary-deep);margin-bottom:26px;font-size:.78rem;font-weight:700}.first__steps{flex-direction:column;gap:8px;list-style:none;display:flex}.first__step{gap:18px;padding:18px 0;display:flex;position:relative}.first__step:not(:last-child):after{content:"";background:var(--color-line);width:2px;position:absolute;top:60px;bottom:-8px;left:23px}.first__step-icon{width:48px;height:48px;color:var(--color-primary-deep);z-index:1;transition:background .4s var(--ease), color .4s var(--ease);background:#81d8d029;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.first__step-icon svg{width:22px;height:22px}.first__step:hover .first__step-icon{background:var(--gradient-primary);color:#fff}.first__step-num{letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);font-size:.74rem;font-weight:700}.first__step-title{margin:3px 0 5px;font-size:1.12rem;font-weight:600}.first__step-text{color:var(--color-ink-soft);font-size:.94rem;line-height:1.55}@media (width<=900px){.first__inner{grid-template-columns:1fr;gap:44px}.first__content{max-width:100%}}@media (width<=600px){.first{padding:76px 0}.first__card{padding:30px 24px}}.approach{background:var(--color-bg);padding:110px 0}.approach__inner{grid-template-columns:.9fr 1.4fr;align-items:start;gap:64px;display:grid}.approach__aside{position:sticky;top:108px}.approach__aside .eyebrow{margin-bottom:16px;display:inline-block}.approach__title{margin-bottom:18px;font-size:clamp(2rem,4vw,3rem)}.approach__lead{color:var(--color-ink-soft);max-width:34ch;font-size:1.1rem}.approach__aside:after{content:"";border-radius:var(--radius-pill);background:var(--gradient-primary);width:64px;height:3px;margin-top:26px;display:block}.approach__files{flex-direction:column;gap:12px;margin-top:28px;display:flex}.approach__file{border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-surface);transition:transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);align-items:center;gap:14px;padding:12px 14px;display:flex}.approach__file:hover{box-shadow:var(--shadow-md);border-color:#0000;transform:translateY(-3px)}.approach__file-thumb{width:46px;height:58px;color:var(--color-primary-deep);background:#81d8d029;border-radius:9px;flex-shrink:0;place-items:center;display:grid;overflow:hidden}.approach__file-thumb svg{width:22px;height:22px}.approach__file-thumb img{object-fit:cover;object-position:center top;width:100%;height:100%}.approach__file-info{flex-direction:column;min-width:0;display:flex}.approach__file-title{color:var(--color-ink);font-size:1rem;font-weight:700}.approach__file-hint{color:var(--color-ink-soft);font-size:.84rem}.approach__body{max-width:64ch}.approach__p{color:var(--color-ink-soft);margin-bottom:22px;font-size:1.08rem;line-height:1.75}.approach__p:last-child{margin-bottom:0}.approach__p--lead{color:var(--color-ink);font-size:1.12rem;line-height:1.62}.approach__p--lead:first-letter{font-family:var(--font-display);float:left;color:var(--color-primary-deep);margin:6px 12px 0 0;font-size:3.1rem;font-weight:600;line-height:.8}@media (width<=900px){.approach__inner{grid-template-columns:1fr;gap:36px}.approach__aside{position:static}.approach__body{max-width:100%}}@media (width<=600px){.approach{padding:76px 0}.approach__p--lead:first-letter{font-size:2.6rem}}.outcomes{background:radial-gradient(120% 120% at 12% 0%, #81d8d024 0%, transparent 52%), radial-gradient(120% 120% at 100% 100%, #d98e5f1a 0%, transparent 50%), var(--color-surface);padding:110px 0}.outcomes__head{max-width:760px;margin-bottom:52px}.outcomes__head .eyebrow{margin-bottom:16px;display:inline-block}.outcomes__title{margin-bottom:20px;font-size:clamp(2rem,4vw,3rem)}.outcomes__lead{color:var(--color-ink-soft);max-width:62ch;font-size:1.16rem}.outcomes__grid{grid-template-columns:1fr 1fr;align-items:start;gap:40px;display:grid}.outcomes__card{border-radius:var(--radius-lg);background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-primary);padding:40px 36px}.outcomes__card-label{letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:9px;margin-bottom:24px;font-size:.82rem;font-weight:700;display:flex}.outcomes__card-label svg{width:18px;height:18px}.outcomes__list{flex-direction:column;gap:16px;list-style:none;display:flex}.outcomes__item{align-items:flex-start;gap:14px;font-size:1.06rem;line-height:1.45;display:flex}.outcomes__check{color:#fff;background:#ffffff38;border-radius:50%;flex-shrink:0;place-items:center;width:26px;height:26px;margin-top:1px;display:grid}.outcomes__check svg{width:15px;height:15px}.outcomes__text{align-self:center}.outcomes__p{color:var(--color-ink-soft);margin-bottom:26px;font-size:1.1rem;line-height:1.72}.outcomes__callout{color:var(--color-ink);background:var(--color-bg);border-radius:var(--radius-md);padding:24px 28px 24px 32px;font-size:1.08rem;font-style:italic;line-height:1.6;position:relative}.outcomes__callout:before{content:"";border-radius:var(--radius-pill);background:var(--color-accent);width:4px;position:absolute;top:16px;bottom:16px;left:0}@media (width<=900px){.outcomes__grid{grid-template-columns:1fr;gap:28px}}@media (width<=600px){.outcomes{padding:76px 0}.outcomes__head{margin-bottom:36px}.outcomes__card{padding:32px 26px}}.education{background:var(--gradient-warm);padding:110px 0}.education__head{max-width:720px;margin-bottom:44px}.education__head .eyebrow{margin-bottom:16px;display:inline-block}.education__title{font-size:clamp(2rem,4vw,3rem)}.education__slider{padding:6px 0 8px;overflow:hidden}.education__viewport{padding-inline:64px;position:relative}.education__track{will-change:transform;gap:22px;transition:transform .9s cubic-bezier(.65,0,.35,1);display:flex}.education__arrow{z-index:3;width:48px;height:48px;color:var(--color-ink);background:var(--color-surface);border:1px solid var(--color-line);box-shadow:var(--shadow-md);transition:transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), opacity .3s var(--ease);border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.education__arrow svg{width:22px;height:22px}.education__arrow--prev{left:0}.education__arrow--next{right:0}.education__arrow:not(:disabled):hover{background:var(--gradient-primary);color:#fff;border-color:#0000;transform:translateY(-50%)scale(1.06)}.education__arrow:disabled{opacity:.35;cursor:default;box-shadow:var(--shadow-sm)}.edu-card{flex-direction:column;flex:0 0 calc(25% - 16.5px);gap:12px;display:flex}.edu-card__thumb{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-line);box-shadow:var(--shadow-sm);aspect-ratio:3/4;transition:transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);padding:8px;display:block;position:relative;overflow:hidden}.edu-card__thumb img{object-fit:contain;width:100%;height:100%;transition:transform .6s var(--ease)}.edu-card__thumb:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-5px)}.edu-card__thumb:hover img{transform:scale(1.05)}.edu-card__overlay{color:#fff;opacity:0;transition:opacity .4s var(--ease);background:linear-gradient(135deg,#6db5aed1,#2b28238c);justify-content:center;align-items:center;gap:8px;font-size:.98rem;font-weight:700;display:flex;position:absolute;inset:0}.edu-card__overlay svg{width:20px;height:20px}.edu-card__thumb:hover .edu-card__overlay,.edu-card__thumb:focus-visible .edu-card__overlay{opacity:1}.edu-card__title{color:var(--color-ink);font-size:.9rem;font-weight:600;line-height:1.38}.education__dots{justify-content:center;align-items:center;gap:12px;margin-top:40px;display:flex}.education__dot{border-radius:var(--radius-pill);background:var(--color-line);width:10px;height:10px;transition:width .35s var(--ease), background .35s var(--ease);padding:0}.education__dot:hover{background:var(--color-primary)}.education__dot.is-active{background:var(--gradient-primary);width:30px}@media (width<=900px){.edu-card{flex:0 0 calc(33.3333% - 14.6667px)}}@media (width<=600px){.education{padding:76px 0}.education__head{margin-bottom:30px}.edu-card{flex:0 0 100%}.edu-card__thumb{aspect-ratio:4/3}.education__viewport{padding-inline:0}.education__arrow{display:none}.education__dots{margin-top:32px}}.contact{background:url(/treeline-bg.png) bottom center / 100% auto no-repeat, var(--gradient-warm);padding:110px 0;position:relative;overflow:hidden}.contact__head{max-width:720px;margin-bottom:50px}.contact__head .eyebrow{margin-bottom:16px;display:inline-block}.contact__title{margin-bottom:18px;font-size:clamp(2rem,4vw,3rem)}.contact__lead{color:var(--color-ink-soft);max-width:58ch;font-size:1.14rem}.contact__grid{grid-template-columns:1fr 1fr;align-items:start;gap:34px;display:grid}.contact__col-title{margin-bottom:20px;font-size:1.35rem;font-weight:600}.contact__channels{flex-direction:column;gap:14px;display:flex}.channel{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-line);transition:transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);align-items:center;gap:16px;padding:18px 20px;display:flex}.channel:hover{box-shadow:var(--shadow-md);border-color:#0000;transform:translateY(-3px)}.channel__icon{width:50px;height:50px;color:var(--color-primary-deep);transition:background .35s var(--ease), color .35s var(--ease);background:#81d8d029;border-radius:14px;flex-shrink:0;place-items:center;display:grid}.channel__icon svg{width:24px;height:24px}.channel--primary .channel__icon{background:var(--gradient-primary);color:#fff}.channel__body{flex-direction:column;flex:1;display:flex}.channel__label{color:var(--color-ink);font-size:1.05rem;font-weight:700}.channel__hint{color:var(--color-ink-soft);font-size:.9rem}.channel__arrow{width:20px;height:20px;color:var(--color-ink-soft);transition:transform .35s var(--ease), color .35s var(--ease)}.channel:hover .channel__arrow{color:var(--color-primary-deep);transform:translate(3px,-3px)}.contact__places{flex-direction:column;gap:14px;list-style:none;display:flex}.place{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-line);transition:transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);gap:16px;padding:20px;display:flex}.place:hover{box-shadow:var(--shadow-md);border-color:#0000;transform:translateY(-3px)}.place__pin{width:44px;height:44px;color:var(--color-accent);background:#d98e5f24;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.place__pin svg{width:22px;height:22px}.place__body{flex-direction:column;display:flex}.place__name{font-family:var(--font-display);color:var(--color-ink);font-size:1.16rem;font-weight:600}.place__address{color:var(--color-ink-soft);margin:3px 0 10px;font-size:.96rem}.place__map{color:var(--color-primary-deep);transition:gap .3s var(--ease), color .3s var(--ease);align-self:flex-start;align-items:center;gap:4px;font-size:.92rem;font-weight:700;display:inline-flex}.place__map svg{width:15px;height:15px}.place__map:hover{color:var(--color-accent);gap:8px}@media (width<=900px){.contact__grid{grid-template-columns:1fr;gap:40px}}@media (width<=600px){.contact{padding:76px 0}.contact__head{margin-bottom:36px}}.footer{background:var(--color-ink);color:#f4efe7;padding:46px 0}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.footer__brand{align-items:center;gap:14px;display:flex}.footer__mark{width:48px;height:48px;color:var(--color-primary);display:block}.footer__name{font-family:var(--font-display);font-size:1.15rem;font-weight:500}.footer__role{letter-spacing:.1em;text-transform:uppercase;color:#f4efe7a6;font-size:.8rem}.footer__note{color:#f4efe7b3;font-size:.9rem}@media (width<=640px){.hero__slot{text-align:center;flex-direction:column;align-items:flex-start}.footer__inner{text-align:left;justify-content:flex-start;align-items:flex-start}.footer__brand{align-self:flex-start}}:root{--color-primary:#81d8d0;--color-primary-deep:#6db5ae;--color-accent:#d98e5f;--color-accent-soft:#ecb98f;--color-ink:#2b2823;--color-ink-soft:#6b655c;--color-bg:#faf7f2;--color-surface:#fff;--color-line:#ece5da;--gradient-primary:linear-gradient(135deg, #81d8d0 0%, #6db5ae 100%);--gradient-warm:linear-gradient(135deg, #faf7f2 0%, #f1ede4 100%);--font-display:"Lora", Georgia, "Times New Roman", serif;--font-body:"Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shadow-sm:0 1px 2px #2b28230d;--shadow-md:0 8px 30px #2b282314;--shadow-lg:0 20px 60px #2b28231f;--shadow-primary:0 12px 28px #6db5ae59;--radius-sm:10px;--radius-md:18px;--radius-lg:28px;--radius-pill:999px;--container:1200px;--ease:cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{overflow-x:clip}body{font-family:var(--font-body);color:var(--color-ink);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-weight:400;line-height:1.65}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.01em;color:var(--color-ink);font-weight:600;line-height:1.12}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer;background:0 0;border:none}img{max-width:100%;display:block}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:24px}.eyebrow{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--color-primary-deep);font-size:.78rem;font-weight:700}.reveal{opacity:0;transition:opacity .8s var(--ease), transform .8s var(--ease);will-change:opacity, transform;transform:translateY(28px)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}
