@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Raleway,system-ui,sans-serif;font-weight:300;background:#ece9e3;color:#4a4b47;font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased}h1{font-family:Playfair Display,Georgia,serif;font-weight:900;line-height:1.1;letter-spacing:-.01em;color:#1c1e1a;border-left:3px solid #B8401A;padding-left:.75rem}h2{font-family:Playfair Display,Georgia,serif;font-size:1.953rem;font-weight:600;line-height:1.2;color:#b8401a}h3{font-family:Playfair Display,Georgia,serif;font-size:1.953rem;font-weight:400;line-height:1.25;color:#1c1e1a}p{font-family:Raleway,system-ui,sans-serif;font-weight:300;line-height:1.65;color:#4a4b47}.page{overflow-x:hidden}.container{width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 480px){.container{padding-left:2rem;padding-right:2rem}}@media (min-width: 1024px){.container{padding-left:4rem;padding-right:4rem}}.container--split{display:grid;grid-template-columns:5fr 7fr;gap:2rem 5rem;align-items:start}@media (max-width: 767px){.container--split{grid-template-columns:1fr;gap:1.5rem}}.container--center{text-align:center;max-width:640px}.container--narrow{max-width:680px}.section{padding:4rem 0}@media (max-width: 767px){.section{padding:3rem 0}}.section--alt{background:#d7d1c5}.section--dark{background:#1c1e1a;color:#ece9e3}.section__title{font-family:Playfair Display,Georgia,serif;font-size:2.441rem;font-weight:600;line-height:1.2;color:#b8401a;margin-bottom:1.5rem}@media (max-width: 767px){.section__title{font-size:1.953rem}}.section__intro{font-size:1.5625rem;font-weight:500;color:#7c7d77;max-width:680px;margin-bottom:3rem;line-height:1.6}.nav{position:sticky;top:0;z-index:100;background:#fff;font-size:1.25rem;font-weight:900;color:#4a4b47;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #d7d1c5;padding:3rem 0;font-family:Playfair Display,Georgia,serif}.nav__inner{display:flex;align-items:center;justify-content:space-between}.nav__brand{font-family:Playfair Display,Georgia,serif;font-size:1.5625rem;font-weight:600;letter-spacing:.06em;text-transform:capitalize;color:#b8401a}.nav__brand span{color:#1c1e1a}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 2rem;font-family:Raleway,system-ui,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border:1.5px solid transparent;border-radius:0;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.btn--primary{background:#b8401a;color:#fff;border-color:#b8401a}.btn--primary:hover{background:#943415;border-color:#943415}.btn--outline{background:transparent;color:#1c1e1a;border-color:#d7d1c5}.btn--outline:hover{border-color:#1c1e1a}.btn--light{background:#ece9e3;color:#1c1e1a;border-color:#ece9e3}.btn--light:hover{background:#d7d1c5;border-color:#d7d1c5}.btn--full{width:100%}.eyebrow{font-family:Raleway,system-ui,sans-serif;font-size:1.5625rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:#b8401a;margin-bottom:2rem;display:block}.hero{min-height:92vh;display:flex;align-items:center;padding:8rem 0;position:relative;overflow:hidden;border-bottom:1px solid #d7d1c5;background-color:#1c1e1a}@media (max-width: 767px){.hero{padding:5rem 0 4rem;min-height:auto}}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");opacity:.04;pointer-events:none;z-index:0}.hero .container{position:relative;z-index:1;display:grid;grid-template-columns:3fr 2fr;gap:5rem;align-items:center}@media (max-width: 1023px){.hero .container{grid-template-columns:1fr}}.hero__headline{font-size:3.815rem;margin-bottom:2rem;max-width:820px;color:#fff}@media (max-width: 1023px){.hero__headline{font-size:3.052rem}}@media (max-width: 479px){.hero__headline{font-size:3.052rem}}.hero__sub{font-size:1.25rem;font-weight:900;color:#fff;max-width:640px;margin-bottom:2.5rem;line-height:1.6}.hero__illustration{display:flex;align-items:center;justify-content:center}@media (max-width: 1023px){.hero__illustration{display:none}}.hero__scroll-cue{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);opacity:.4;color:#ece9e3;font-size:1.953rem;animation:scrollBounce 3s ease-in-out infinite;z-index:1}@media (prefers-reduced-motion: reduce){.hero__scroll-cue{display:none}}@media (max-width: 767px){.hero__scroll-cue{display:none}}.hero__illustration-svg{width:100%;max-width:400px;height:auto;opacity:.9}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: no-preference){.hero__headline{animation:heroFadeUp .6s ease-out .1s both}.hero__sub{animation:heroFadeUp .6s ease-out .25s both}.hero .btn{animation:heroFadeUp .6s ease-out .4s both}.hero__illustration{animation:heroFadeUp .8s ease-out .3s both}}@keyframes scrollBounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}@media (max-width: 767px){.split__heading h2{font-size:1.25rem}}.split__body{max-width:680px}.split__body .lead{font-size:1.25rem;font-weight:900;color:#4a4b47;margin-bottom:2rem;line-height:1.6}.dash-list{list-style:none;display:flex;flex-direction:column;gap:2rem}.dash-list li{font-size:1.25rem;font-weight:500;color:#4a4b47;line-height:1.6;padding-left:3rem;position:relative}.dash-list li:before{content:"─";position:absolute;left:0;color:#b8401a;font-weight:400}.deliverables{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 767px){.deliverables{grid-template-columns:1fr}}.deliverable{background:#fff;border:1px solid #d7d1c5;padding:2rem;transition:box-shadow .2s ease,transform .2s ease;box-shadow:0 2px 12px #1c1e1a0d;display:grid;grid-template-columns:44px 1fr;gap:1.5rem;align-items:start}.deliverable:hover{box-shadow:0 8px 32px #1c1e1a1c;transform:translateY(-2px)}.deliverable__num{font-family:Playfair Display,Georgia,serif;font-size:2.441rem;font-weight:900;letter-spacing:.02em;color:#1c1e1a}.deliverable strong{display:block;font-family:Raleway,system-ui,sans-serif;font-size:1.5625rem;font-weight:900;color:#b8401a;letter-spacing:.01em;margin-bottom:.5rem}.deliverable p{font-size:1.25rem;font-weight:500;color:#62635e;line-height:1.55}.steps{display:grid;grid-template-columns:repeat(3,1fr)}@media (max-width: 767px){.steps{grid-template-columns:1fr}}.step{padding:3rem;border-right:24px solid #ece9e3;background-color:#fff;border-left:3px solid #B8401A;box-shadow:0 1px 8px #1c1e1a0d}.step:last-child{border-right:none}@media (max-width: 767px){.step{padding:2rem;border-right:none;border-bottom:1px solid #d7d1c5;border-left:3px solid #B8401A}.step:last-child{border-bottom:none}}.step__num{font-family:Playfair Display,Georgia,serif;font-size:4.768rem;font-weight:900;line-height:1;color:#b8401a;letter-spacing:-.02em;margin-bottom:1.5rem}@media (max-width: 767px){.step__num{font-size:3.052rem}}.step__title{font-size:1.5625rem;font-weight:600;margin-bottom:.5rem;color:#b8401a}.step__desc{font-size:1.25rem;font-weight:300;color:#62635e;line-height:1.65}.pricing-center{text-align:center;max-width:960px;margin:0 auto}.pricing-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:3rem;align-items:center;border-top:1px solid #d7d1c5;border-bottom:1px solid #d7d1c5;padding:3rem 0;margin-bottom:2.5rem}@media (max-width: 767px){.pricing-grid{grid-template-columns:1fr;gap:2rem;text-align:center}}.pricing-stat__label{font-family:Raleway,system-ui,sans-serif;font-size:.64rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#7c7d77;display:block;margin-bottom:.5rem}.pricing-stat__value{font-family:Playfair Display,Georgia,serif;font-size:2.441rem;font-weight:600;color:#1c1e1a;line-height:1;display:block}.pricing-stat__sub{font-size:.8rem;color:#62635e;margin-top:.5rem;font-weight:300;display:block}.pricing-main{text-align:center}.pricing__price{font-family:Playfair Display,Georgia,serif;font-size:4.768rem;font-weight:900;line-height:1;letter-spacing:-.02em;color:#1c1e1a;margin-bottom:1.5rem}@media (max-width: 767px){.pricing__price{font-size:3.052rem}}.pricing__note{font-size:1.5625rem;font-weight:500;color:#7c7d77;line-height:1.55;max-width:560px;margin:0 auto 2.5rem}.cta__headline{font-family:Playfair Display,Georgia,serif;font-size:2.441rem;font-weight:600;line-height:1.2;color:#ece9e3;margin-bottom:1rem}@media (max-width: 767px){.cta__headline{font-size:1.953rem}}.cta__sub{font-size:1.5625rem;font-weight:600;color:#ece9e3;margin-bottom:2.5rem;line-height:1.5}.contact-form{display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-family:Raleway,system-ui,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.02em;color:#4a4b47}.form-group input,.form-group textarea,.form-group select{font-family:Raleway,system-ui,sans-serif;font-size:1rem;font-weight:300;padding:12px 1rem;border:1px solid #d7d1c5;border-radius:4px;background:#fff;color:#4a4b47;outline:none;width:100%;transition:border-color .15s ease}.form-group input::placeholder,.form-group textarea::placeholder,.form-group select::placeholder{color:#7c7d77;font-weight:300}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#62635e}.form-group input,.form-group textarea{resize:vertical;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-feedback{font-family:Raleway,system-ui,sans-serif;font-size:1rem;font-weight:500;padding:1.5rem;border-radius:4px;margin-top:1.5rem}.form-feedback--success{background:#f4f3ef;color:#4a4b47;border-left:3px solid #B8401A}.form-feedback--error{background:#fff3f0;color:#c0392b;border-left:3px solid #c0392b}.footer{padding:2rem 0;background:#d7d1c5;border-top:1px solid #d7d1c5}.footer__inner{display:flex;align-items:center;justify-content:space-between}.footer span{font-family:Raleway,system-ui,sans-serif;font-size:.8rem;font-weight:300;color:#62635e}[data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal-stagger]>*{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}[data-reveal-stagger]>*.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){[data-reveal],[data-reveal-stagger]>*{opacity:1!important;transform:none!important;transition:none!important}}.intake-form{margin-top:2.5rem}.form-progress{margin-bottom:2.5rem}.form-progress__label{font-family:Raleway,system-ui,sans-serif;font-size:.64rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#7c7d77;margin-bottom:.5rem;display:block}.form-progress__track{height:3px;background:#d7d1c5;width:100%}.form-progress__track-fill{height:100%;background:#b8401a;transition:width .3s ease}.form-step__heading{font-family:Playfair Display,Georgia,serif;font-size:1.953rem;font-weight:600;color:#1c1e1a;margin-bottom:.5rem}.form-step__sub{font-family:Raleway,system-ui,sans-serif;font-size:1rem;font-weight:300;color:#62635e;margin-bottom:2.5rem;line-height:1.6}.form-fields{display:flex;flex-direction:column;gap:1.5rem}.form-nav{display:flex;justify-content:flex-end;gap:1rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid #d7d1c5}.form-nav--split{justify-content:space-between}.field-error{font-family:Raleway,system-ui,sans-serif;font-size:.8rem;font-weight:400;color:#c0392b;margin-top:4px;display:block}.intake-success{border-left:3px solid #B8401A;padding:2rem 2rem 2rem 2.5rem;margin-top:2.5rem}.intake-success__name{font-family:Playfair Display,Georgia,serif;font-size:1.953rem;font-weight:600;color:#1c1e1a;margin-bottom:1rem}.intake-success p{font-size:1.25rem;font-weight:300;color:#62635e;margin-bottom:1rem;line-height:1.7}.intake-success p:last-child{margin-bottom:0}.intake-success__sig{font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:600;color:#1c1e1a;margin-top:1.5rem}.intake-success a{color:#b8401a;text-decoration:underline;text-underline-offset:2px}.file-upload{border:1.5px dashed #d7d1c5;padding:2rem;text-align:center;cursor:pointer;transition:border-color .15s ease}.file-upload:hover,.file-upload:focus-within{border-color:#b8401a}.file-upload:focus{outline:2px solid #B8401A;outline-offset:2px}.file-upload input[type=file]{display:none}.file-upload__label{font-family:Raleway,system-ui,sans-serif;font-size:.8rem;font-weight:500;color:#62635e;display:block;cursor:pointer}.file-upload__hint{font-size:.64rem;color:#7c7d77;margin-top:.5rem;display:block}.file-upload__list{list-style:none;margin-top:1rem;text-align:left;display:flex;flex-direction:column;gap:.5rem}.file-upload__list li{font-size:.8rem;font-weight:400;color:#4a4b47;display:flex;align-items:center;gap:.5rem;padding-left:0}.file-upload__list li:before{content:"✔︎";color:#b8401a;font-size:.64rem;flex-shrink:0}
