/* VELORA — independent stylesheet */
@font-face{font-family:'Cormorant Garamond';src:url('../assets/fonts/cormorant-garamond.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap}
@font-face{font-family:'DM Sans';src:url('../assets/fonts/dm-sans.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap}

*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--bg);color:var(--ink);font:400 16px/1.65 var(--body);-webkit-font-smoothing:antialiased}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--display);font-weight:var(--weight,500);line-height:1.08;letter-spacing:-.045em}h1{font-size:clamp(3.1rem,6.6vw,7.8rem)}h2{font-size:clamp(2.25rem,4.5vw,4.8rem)}h3{font-size:1.65rem;letter-spacing:-.025em}p{max-width:65ch}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,summary,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%;width:100%;height:auto;object-fit:cover}button{color:inherit}button:disabled{opacity:.55;cursor:default}:focus-visible{outline:3px solid var(--accent);outline-offset:5px}::selection{background:var(--accent);color:var(--bg)}.skip{position:fixed;top:-80px;left:20px;z-index:100;background:var(--ink);color:var(--bg);padding:12px 20px}.skip:focus{top:15px}.wrap{width:min(1320px,90%);margin:auto}.section{padding:100px 0}.eyebrow{font:500 12px/1.5 var(--body);letter-spacing:.16em;text-transform:uppercase;margin-bottom:20px}.section-heading{margin-bottom:42px}.section-heading>p:last-child:not(.eyebrow){margin-top:20px;opacity:.72}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:36px;padding:16px 24px;background:var(--accent);color:var(--button-ink,var(--bg));border:1px solid var(--accent);font-size:14px;font-weight:600;line-height:1.3;transition:background .25s,transform .25s}.button:hover{transform:translateY(-3px)}.button.outline{background:transparent;color:inherit;border-color:var(--line)}.text-link{display:inline-flex;gap:25px;align-items:center;border-bottom:1px solid currentColor;padding:8px 0;font-size:14px}.site-header{width:min(1440px,90%);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:100px;position:relative;z-index:5}.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:600;letter-spacing:-.035em;line-height:1.1}.brand-symbol{font-size:28px}nav{display:flex;align-items:center;gap:30px;font-size:14px}nav a{position:relative}nav a:not(.nav-cta):after{content:'';position:absolute;left:0;bottom:-5px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .3s}nav a:hover:after{transform:scaleX(1)}.nav-cta{border:1px solid var(--line);padding:12px 18px;display:flex;gap:25px;align-items:center}.nav-toggle{display:none;border:1px solid var(--line);background:transparent;padding:10px 14px;font-size:14px}.hero p:not(.eyebrow){margin:25px 0;max-width:48ch}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.split{display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center}.split>img{height:620px}.split p:not(.eyebrow){margin:25px 0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.cards article{padding:30px;border:1px solid var(--line)}.cards article p:not(.eyebrow){margin-top:18px;opacity:.76;font-size:15px}.stats{display:flex;justify-content:space-between;gap:28px;padding:48px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stats>div{display:flex;flex-direction:column}.stats strong{font:500 clamp(2.1rem,4vw,4rem)/1.2 var(--display);letter-spacing:-.05em}.stats span{font-size:13px;margin-top:12px;opacity:.7}.quote{text-align:center;max-width:960px;margin:0 auto}.quote blockquote{font:var(--weight,500) clamp(1.7rem,3vw,3rem)/1.4 var(--display);letter-spacing:-.02em;margin:0 0 30px}.quote figcaption{font-size:14px}.quote figcaption span{display:block;opacity:.6;font-size:12px;margin-top:5px}.faq details{border-bottom:1px solid var(--line)}.faq summary{display:flex;justify-content:space-between;gap:25px;padding:24px 0;cursor:pointer;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary span{font-size:22px;transition:transform .3s}.faq details[open] summary span{transform:rotate(45deg)}.faq details p{padding:0 0 25px;opacity:.75}.demo-form{padding:40px;background:var(--panel,var(--bg));border:1px solid var(--line)}.form-note{font-size:13px;opacity:.65;margin:14px 0 26px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}label{display:flex;flex-direction:column;gap:8px;font-size:13px}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:0;padding:13px 14px;background:var(--bg);color:var(--ink);min-height:47px}select option{background:var(--bg);color:var(--ink)}textarea{min-height:110px;resize:vertical}.form-result{font-size:14px;margin-top:18px}.form-result:empty{display:none}.site-footer{padding:44px 0;border-top:1px solid var(--line)}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:24px}.footer-top p{font-size:14px;opacity:.65}.footer-bottom{display:flex;justify-content:space-between;gap:25px;font-size:12px;opacity:.55;margin-top:36px}.codekraft-bar{padding:22px 5%;background:var(--ink);color:var(--bg);display:flex;align-items:center;justify-content:space-between;gap:24px;font:400 13px/1.4 var(--body)}.codekraft-bar a{font-weight:600;border-bottom:1px solid currentColor;padding-bottom:4px}.codekraft-bar span{opacity:.65;margin-left:8px}.pill{border:1px solid var(--line);padding:9px 18px;border-radius:100px;background:transparent;font-size:13px}.pill[aria-pressed=true],.pill.active{background:var(--ink);color:var(--bg)}.tabs{display:flex;gap:10px;flex-wrap:wrap;margin:25px 0 36px}.hidden,[hidden]{display:none!important}.image-card{overflow:hidden}.image-card img{transition:transform .7s cubic-bezier(.2,.6,.2,1)}.image-card:hover img{transform:scale(1.035)}.image-card h3{margin:22px 0 10px}.image-card p{font-size:14px;opacity:.65}.full-photo{height:600px;object-fit:cover}.dialog{width:min(660px,92%);border:1px solid var(--line);background:var(--bg);color:var(--ink);padding:36px;max-height:85vh;overflow:auto}.dialog::backdrop{background:rgba(0,0,0,.65);backdrop-filter:blur(7px)}.dialog h2{font-size:2.2rem;margin:22px 0}.dialog p{margin:16px 0}.dialog-close{float:right;background:transparent;border:1px solid var(--line);padding:7px 14px}.dialog img{max-height:300px;object-fit:cover}.reveal{animation:enter .8s both}@keyframes enter{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@media(max-width:1000px){nav{gap:18px}.site-header{min-height:86px}.cards{gap:16px}.split{gap:5%}.section{padding:75px 0}}@media(max-width:760px){html{scroll-padding-top:75px}.wrap,.site-header{width:90%}.site-header{min-height:80px;flex-wrap:wrap}.brand{font-size:18px}.nav-toggle{display:block}.site-header nav{display:none;position:absolute;top:100%;left:-5.55%;width:111.1%;padding:24px 5%;background:var(--bg);color:var(--ink);border-bottom:1px solid var(--line);box-shadow:0 20px 35px #0001;flex-direction:column;align-items:stretch;gap:20px}.site-header nav.is-open{display:flex}h1{font-size:clamp(2.9rem,11vw,5rem)}h2{font-size:clamp(2.2rem,8vw,3.2rem)}.section{padding:60px 0}.split{grid-template-columns:1fr;gap:35px}.split>img{height:420px}.cards{grid-template-columns:1fr}.stats{display:grid;grid-template-columns:1fr 1fr;gap:35px;padding:32px 0}.form-grid{grid-template-columns:1fr}.demo-form{padding:25px}.footer-top,.footer-bottom{align-items:flex-start;flex-direction:column}.codekraft-bar{align-items:flex-start;flex-direction:column;gap:12px}.codekraft-bar span{display:block;margin:6px 0 0}.full-photo{height:390px}.hero-actions .button{padding:15px 20px}.section-heading{margin-bottom:30px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}


:root{--bg:#f5eee8;--ink:#70594d;--accent:#886453;--line:#70594d33;--panel:#ece0d5;--body:'DM Sans',sans-serif;--display:'Cormorant Garamond',serif;--weight:400;--button-ink:#fff8ef}.velora-nav{min-height:110px}.velora-nav .brand{font:400 24px var(--display);letter-spacing:.12em}.velora-nav nav{font-size:11px}.velora-nav .nav-cta{border-radius:50px;border-color:#70594d70;font-size:11px;padding:13px 23px}.velora-hero{display:grid;grid-template-columns:.6fr 1.35fr 1fr;gap:4%;align-items:center;padding:50px 0 85px;min-height:730px}.velora-small-photo{align-self:end;padding-bottom:25px}.velora-small-photo img{height:300px;border-radius:100px 100px 4px 4px;object-position:center 60%}.velora-small-photo>span{display:block;font-size:8px;letter-spacing:.13em;line-height:1.8;margin-top:20px;text-align:center}.velora-hero-copy{text-align:center;position:relative;z-index:2}.velora-hero-copy .eyebrow{font-size:9px}.velora-hero h1{font-size:clamp(4rem,6.3vw,7rem);line-height:.92;letter-spacing:-.055em}.velora-hero h1 em{font-weight:400}.velora-hero-copy p:not(.eyebrow){font-size:13px;line-height:1.9;margin:30px auto 25px}.velora-hero .text-link{font-size:11px;border-bottom-color:#70594d70}.velora-main-photo{position:relative}.velora-main-photo>img{height:570px;border-radius:220px 220px 5px 5px;object-position:58% center}.velora-seal{position:absolute;right:-20px;bottom:25px;border:1px solid #70594d60;border-radius:50%;background:#f5eee8dd;width:110px;height:110px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:9px;letter-spacing:.13em;line-height:1.3;transform:rotate(10deg)}.velora-seal em{font:italic 35px var(--display);letter-spacing:-.05em}.velora-belief{background:#e8ded2;padding:40px 0}.velora-belief .wrap{display:flex;align-items:center;justify-content:center;gap:60px;text-align:center}.velora-belief p{font:400 30px/1.3 var(--display)}.velora-belief .wrap>span{font-size:45px;color:#ad8d70}.velora-heading{display:flex;align-items:end;justify-content:space-between;gap:30px}.velora-heading h2{font-size:3.6rem}.velora-heading .tabs{margin-bottom:42px;gap:7px}.velora-heading .pill{font-size:10px;border-radius:25px;padding:9px 13px}.velora-heading .pill[aria-pressed=true]{background:#886453;border-color:#886453;color:#f5eee8}.ritual-row{display:grid;grid-template-columns:55px 1.3fr 1.5fr 95px 35px;gap:30px;align-items:center;padding:30px 0;border-top:1px solid var(--line)}.ritual-row>span:first-child{font-size:10px;opacity:.6}.ritual-row h3{font-size:30px}.ritual-row p{font-size:12px;line-height:1.9;opacity:.7}.ritual-row>span:nth-last-child(2){font-size:10px;text-align:right;line-height:1.9}.ritual-row button{border:1px solid var(--line);border-radius:50%;width:35px;height:35px;background:none;font-size:17px}.velora-story{background:#ebe1d7}.velora-story-photo{position:relative;padding:0 25px 40px}.velora-story-photo img{height:560px;border-radius:200px 200px 5px 5px;object-position:58% center}.velora-story-photo>span{font:italic 30px var(--display);position:absolute;bottom:0;right:10px;transform:rotate(-7deg)}.velora-story h2{font-size:4rem;line-height:1.05}.velora-story p{font-size:14px;line-height:1.9}.velora-story .text-link{font-size:11px}.velora-packages{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.velora-packages article{padding:35px;border:1px solid var(--line);border-radius:160px 160px 3px 3px;text-align:center;padding-top:70px}.velora-packages article:nth-child(2){background:#e7d8c9;border:0}.velora-packages .eyebrow{font-size:9px}.velora-packages h3{font-size:3.5rem;line-height:.95;margin:25px 0}.velora-packages p:not(.eyebrow){font-size:12px;line-height:1.9;margin:20px 0}.velora-packages article>span{display:block;font-size:10px;margin:25px 0}.velora-packages button{background:none;border:0;border-bottom:1px solid var(--line);font-size:10px}.velora-gallery{display:grid;grid-template-columns:1fr 1fr 1fr;background:#dfcdbd}.velora-gallery>div>img{height:560px}.velora-gallery-note{padding:40px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.velora-gallery-note>span{font-size:8px;letter-spacing:.13em;margin-bottom:35px}.velora-gallery-note h2{font-size:3.3rem;line-height:1.2}.velora-gallery-note>p{font-size:12px;line-height:1.9;margin-top:30px}.velora-team{display:grid;grid-template-columns:1fr 1fr;gap:13%}.velora-team h2{font-size:4rem}.velora-team article{border-top:1px solid var(--line);padding:28px 0}.velora-team article h3{font-size:29px}.velora-team article>p{font-size:10px;letter-spacing:.05em;margin:12px 0 18px}.velora-team article>span{font-size:13px;line-height:1.9;opacity:.7}.velora-review{background:#eae0d8}.velora-review blockquote{font-size:2.6rem;line-height:1.5;max-width:860px;margin-inline:auto}.demo-form{border-radius:5px;background:#ede3d9;border:0}.demo-form h3{font-size:30px}.demo-form .button{border-radius:30px}.demo-form input,.demo-form select{font-size:13px;border-radius:4px}.demo-form label{font-size:11px}@media(max-width:760px){.velora-nav{min-height:88px}.velora-nav .brand{font-size:20px}.velora-hero{grid-template-columns:1fr;padding-top:30px;gap:35px;padding-bottom:55px}.velora-small-photo{display:none}.velora-hero h1{font-size:4.8rem}.velora-main-photo{width:80%;margin:auto}.velora-main-photo>img{height:430px}.velora-seal{width:90px;height:90px;font-size:8px;right:-25px}.velora-seal em{font-size:29px}.velora-belief .wrap{gap:25px}.velora-belief p{font-size:25px}.velora-belief .wrap>span{font-size:26px}.velora-heading{display:block}.velora-heading h2{font-size:3rem}.velora-heading .tabs{margin-top:-18px;margin-bottom:28px}.ritual-row{grid-template-columns:25px 1fr 60px;gap:10px 15px;padding:25px 0}.ritual-row h3{font-size:27px}.ritual-row p{grid-column:2;font-size:12px}.ritual-row>span:nth-last-child(2){grid-column:3;grid-row:1/3;font-size:9px}.ritual-row button{grid-column:2;justify-self:start;margin-top:8px}.velora-story-photo{padding:0 15px 30px}.velora-story-photo img{height:440px}.velora-story h2{font-size:3.4rem}.velora-packages{grid-template-columns:1fr}.velora-packages article{padding:60px 45px 40px;border-radius:150px 150px 3px 3px}.velora-gallery{grid-template-columns:1fr 1fr}.velora-gallery>div:first-child{display:none}.velora-gallery>div>img{height:450px;object-position:60% center}.velora-gallery-note h2{font-size:2.3rem}.velora-gallery-note>p{font-size:10px}.velora-gallery-note>span{font-size:7px}.velora-team{grid-template-columns:1fr;gap:10px}.velora-team h2{font-size:3.3rem}.velora-review blockquote{font-size:2.05rem}.velora-nav .nav-toggle{font-size:11px}}


