.portfolio-header{position:relative;z-index:110;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px var(--section-padding-x);background:#f7f6f2;border-bottom:1px solid #dce0d54d}.header-name{font-size:15px;font-weight:550;letter-spacing:-.025em}.portfolio-header nav{display:flex;align-items:center;gap:30px;font-size:13px}.header-contacts{position:relative}.header-contacts summary{cursor:pointer;list-style:none;display:flex;gap:16px;align-items:center;padding:5px 0}.header-contacts summary::-webkit-details-marker{display:none}.header-contacts[open] summary>span{transform:rotate(90deg)}.header-contact-list{position:absolute;top:calc(100% + 20px);right:0;width:290px;padding:20px;background:#fafbf5;border:1px solid #dce1d2;border-radius:16px;box-shadow:0 18px 55px #203c2b1c}.header-contact-caption{display:block;font:10px monospace;text-transform:uppercase;letter-spacing:.14em;color:#687760;padding:0 4px 12px}.header-contact-list a{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px 4px;border-radius:5px;overflow-wrap:anywhere}.header-contact-list a:hover{background:#e8edde}.header-contact-list a>span{color:#74836a}.header-contact-list .header-message{border-top:1px solid #dce1d2;margin-top:8px;padding-top:18px}.header-languages{display:flex;gap:14px;border-left:1px solid #d7ddcf;padding-left:24px}.header-languages a{color:#7d8375}.header-languages a[aria-current=page]{color:#243b2b}.portfolio-header :focus-visible{outline:2px solid #526744;outline-offset:5px}@media(max-width:600px){.portfolio-header{gap:10px;padding-block:18px}.header-name{font-size:13px}.portfolio-header nav{gap:16px;font-size:12px}.header-languages{padding-left:14px;gap:10px}.header-contact-list{position:fixed;top:65px;left:16px;right:16px;width:auto}}.header-name{display:inline-flex;align-items:center;gap:10px}.header-name img{flex:none}@media(max-width:380px){.header-name{gap:7px;font-size:12px}.header-name img{width:26px;height:26px}.portfolio-header nav{gap:10px}}.portfolio-hero-section{padding-top:0!important;padding-bottom:0!important;overflow:clip}.portfolio-hero{--hero-shift:0px;position:relative;min-height:min(860px,calc(100svh - 65px));display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:1rem;isolation:isolate}.hero-copy{position:relative;z-index:2;padding:64px 0 110px;animation:hero-enter .85s ease both}.hero-eyebrow{font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:550;margin-bottom:28px}.hero-eyebrow span{color:#929688;margin:0 7px}.hero-copy h1{font-size:clamp(60px,6.7vw,104px);max-width:650px;line-height:.98;letter-spacing:-.07em;font-weight:550;margin:0 0 28px}.hero-description{max-width:440px;font-size:clamp(16px,1.4vw,19px);line-height:1.65;color:#595d55}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero-actions a{padding:15px 21px;border-radius:30px;font-size:14px;display:inline-flex;align-items:center;gap:22px;transition:transform .2s,background .2s}.hero-actions a:hover{transform:translateY(-3px)}.hero-actions a:focus-visible,.hero-scroll:focus-visible{outline:2px solid #42613b;outline-offset:5px}.hero-primary{background:#243b2b;color:white}.hero-secondary{border:1px solid #c9cdc3}.hero-details{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:35px;font-size:11px;color:#74776e}.hero-details span+span:before{content:"•";margin-right:20px;color:#899d77}.hero-visual{position:relative;align-self:stretch;min-height:620px;z-index:0}.hero-orbit{position:absolute;width:110%;aspect-ratio:1;border-radius:50%;background:radial-gradient(ellipse at var(--light-x,50%) var(--light-y,45%),#f8efdc 0,#e7eadd 65%);bottom:9%;left:-4%;border:1px solid #dce1d2}.hero-orbit:after{content:"";position:absolute;inset:20px;border:1px solid #f7f6f2;border-radius:inherit}.hero-portrait{position:absolute;height:91%;width:auto;max-width:none;right:-11%;bottom:0;animation:hero-portrait-enter 1.1s ease both}.hero-caption{position:absolute;right:6%;top:10%;font-family:monospace;font-size:10px;letter-spacing:.08em;color:#626a56}.hero-scroll{position:absolute;left:0;bottom:27px;display:flex;align-items:center;gap:13px;font-size:11px;color:#72796a;z-index:2}.hero-scroll>span{display:grid;place-items:center;width:28px;height:38px;border:1px solid #c9cdc3;border-radius:20px}@keyframes hero-enter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-portrait-enter{0%{opacity:0}to{opacity:1}}@media (max-width:767px){.portfolio-hero{grid-template-columns:1fr;gap:0;min-height:auto}.hero-copy{padding:44px 0 0}.hero-eyebrow{font-size:9px;margin-bottom:22px;letter-spacing:.04em}.hero-copy h1{font-size:clamp(53px,14vw,80px);max-width:420px;margin-bottom:22px}.hero-description{font-size:16px;max-width:440px}.hero-actions{margin-top:24px;gap:9px}.hero-actions a{padding:13px 17px;font-size:12px;gap:15px}.hero-details{margin-top:23px;font-size:10px;gap:8px 12px}.hero-details span+span:before{margin-right:12px}.hero-visual{min-height:400px;margin-top:28px}.hero-portrait{height:100%;right:-16%}.hero-orbit{width:100%;bottom:0;left:5%}.hero-caption{top:7%;left:0;right:auto;font-size:8px}.hero-scroll{bottom:14px;font-size:10px}}@media (prefers-reduced-motion:reduce){.hero-copy,.hero-portrait{animation:none;transform:none}.hero-actions a{transition:none}}@media (max-width:767px){.hero-scroll{background:#f7f6f2e8;border-radius:24px;padding:5px 12px 5px 5px}}.contact-section{background:#233c2f;color:#f4f5ed;min-height:90svh;padding:clamp(72px,10vw,140px) var(--section-padding-x)}.contact-layout{max-width:1152px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,7vw,110px)}.contact-kicker{font:11px monospace;text-transform:uppercase;letter-spacing:.18em;color:#c0cfac;margin-bottom:28px}.contact-layout h2{font-size:clamp(42px,5vw,72px);font-weight:500;line-height:1.05;letter-spacing:-.05em;white-space:pre-line}.contact-intro{font-size:18px;line-height:1.65;max-width:390px;margin-top:30px;color:#d0d9cd}.contact-note{margin-top:36px;font-size:12px;color:#b4c4b2}.contact-email{display:inline-block;margin-top:28px}.contact-form{gap:22px}.contact-form,.contact-form label{display:flex;flex-direction:column}.contact-form label{gap:10px;font-size:13px}.contact-form input,.contact-form textarea{background:#ffffff08;border:1px solid #aebfa15c;border-radius:10px;padding:14px 16px;font-size:16px;width:100%;color:#fff}.contact-form textarea{resize:vertical;min-height:140px}.contact-form :focus-visible{outline:2px solid #d2edb7;outline-offset:4px}.contact-form button{align-self:flex-start;background:#e0ebcd;color:#1f3529;border-radius:30px;padding:15px 24px;cursor:pointer}.contact-form button:disabled{opacity:.5;cursor:not-allowed}.contact-privacy,.contact-status{font-size:12px;line-height:1.6;color:#c3d0bc}.contact-status:empty{display:none}.contact-trap{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}@media(max-width:767px){.contact-layout{grid-template-columns:1fr}.contact-section{padding-bottom:100px}}.contact-cat-rest{height:180px;max-width:340px;margin-top:24px;border-bottom:1px solid #c7d3bd20}@media(prefers-reduced-motion:reduce){.contact-cat-rest{display:none}}@media(max-width:767px){.contact-cat-rest{height:100px;margin-top:12px}.contact-note{margin-top:24px}}.contact-direct-links{display:flex;flex-wrap:wrap;gap:14px 24px;margin-top:28px;font-size:15px}.contact-direct-links a{text-underline-offset:5px}.contact-direct-links a:hover{text-decoration:underline}.story-chapter{position:relative}.story-chapter>section{border-radius:32px 32px 0 0;border-top:1px solid #8d9b7a26}.story-hero>section{border-radius:0;border-top:0}.story-summary>section{box-shadow:0 -24px 65px #1727190c}.story-skills h2:before,.story-summary h2:before{display:block;font:11px monospace;letter-spacing:.18em;color:#768367;margin-bottom:24px}.story-summary h2:before{content:"01 / ABOUT"}.story-skills h2:before{content:"02 / TOOLKIT"}.story-summary p{max-width:58%;font-size:clamp(18px,1.65vw,24px);line-height:1.65}.story-skills>section{backdrop-filter:blur(1.5px);box-shadow:0 -24px 65px #17271910}.story-skills article{border:1px solid #87917935;border-radius:20px;padding:24px;background:#fafbf5bf}.story-skills .grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:850px}@media (prefers-reduced-motion:no-preference){.story-chapter:not(:last-child){margin-bottom:-100vh}.story-chapter:not(:last-child):after{content:"";display:block;height:100vh;pointer-events:none}.story-chapter:not(:last-child)>section{position:sticky;top:0;clip-path:inset(0 0 var(--panel-covered,0) 0)}.story-chapter:not(:last-child)>section:after{content:"";position:absolute;inset:0;border-radius:inherit;background:#182315;opacity:var(--panel-dim,0);pointer-events:none}}@media(max-width:899px){.story-chapter>section{border-radius:22px 22px 0 0}.story-summary p{max-width:100%;font-size:18px}.story-summary>section{padding-bottom:240px}.story-skills .grid{grid-template-columns:1fr}.story-skills article{padding:20px}}@media(prefers-reduced-motion:reduce){.story-skills>section{backdrop-filter:none}}html[lang=uk] .story-summary h2:before{content:"01 / ПРО МЕНЕ"}html[lang=uk] .story-skills h2:before{content:"02 / ІНСТРУМЕНТИ"}main[data-layout-preview=true] .story-skills>section{background-color:#f0f2eb!important;backdrop-filter:none}main[data-layout-preview=true] .story-summary>section{padding-bottom:var(--section-padding-y)}.layout-preview-toggle{position:fixed;bottom:20px;left:65px;z-index:50;border:1px solid #d5d9ce;background:#fffffff2;color:#344331;border-radius:24px;padding:10px 15px;font:11px monospace;box-shadow:0 3px 16px #0000000a;cursor:pointer}.layout-preview-toggle:focus-visible{outline:2px solid #42613b;outline-offset:4px}.story-skills>section,.story-summary>section{justify-content:flex-start;padding-top:clamp(64px,9svh,112px)}@media(max-width:767px){.hero-orbit{width:min(100%,400px);left:auto;right:0}}.story-skills .grid{max-width:none;width:100%;column-gap:clamp(48px,10vw,160px)}.story-experience h2:before{content:"03 / EXPERIENCE";display:block;font:11px monospace;letter-spacing:.18em;color:#768367;margin-bottom:24px}html[lang=uk] .story-experience h2:before{content:"03 / ДОСВІД"}.story-experience>section{padding-top:90px;padding-bottom:90px}.story-experience .grid{gap:0}.story-experience article{max-width:none;display:grid;grid-template-columns:minmax(210px,.85fr) minmax(0,1.7fr);column-gap:64px;padding:32px 0}.story-experience article h3{grid-column:1;font-size:22px;line-height:1.3}.story-experience article>p.mt-2{grid-column:1;grid-row:2;font:12px/1.7 monospace;color:#66735c}.experience-summary{grid-column:2;grid-row:1/span 2;font-size:18px;line-height:1.7;max-width:650px}.experience-details{grid-column:2;margin-top:18px;font-size:15px;line-height:1.7}.experience-details summary{cursor:pointer;color:#526744;display:flex;justify-content:space-between;padding:8px 0}.experience-details summary span{transition:transform .2s}.experience-details[open] summary span{transform:rotate(45deg)}.experience-details p{margin-top:12px}.story-languages>section{min-height:0;padding-top:38px;padding-bottom:38px}.story-languages>section>div{display:grid;grid-template-columns:1fr 3fr;align-items:start}.story-languages h2{font-size:22px!important}.story-languages .grid{grid-template-columns:1fr 1.5fr;gap:32px}.story-languages article{border:0;padding:0}.story-languages article h3{font-size:16px}.story-languages article p{font-size:14px;margin-top:6px}@media(max-width:899px){.story-skills .grid{gap:20px}.story-experience article{display:block;padding:26px 0}.experience-summary{margin-top:18px;font-size:17px}.story-languages>section>div{display:flex;gap:20px}.story-languages .grid{grid-template-columns:1fr;gap:18px}}.story-summary>section{background-image:radial-gradient(ellipse at 82% 80%,#e2ad6520 0,#d6dec415 24%,transparent 52%)}.story-skills>section{background-image:radial-gradient(ellipse at 50% 70%,#e2ad650c,transparent 55%)}