/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.static{position:static}.contents{display:contents}.grid{display:grid}}:root{--primary:#1c2b3a;--accent:#8a6d3b;--surface:#f8f8f7;--ink:#05080a;--muted:#0c1218;--radius:4px;--section-gap:5rem;--shadow:0 10px 30px #00000014;--display:"Rockwell","Montserrat",sans-serif;--body:"Manrope","Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--surface);color:var(--ink);font-family:var(--body);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6}h1,h2,h3,.brand{font-family:var(--display);letter-spacing:-.01em;margin:0 0 .5em;line-height:1.1}h1{font-size:clamp(2.25rem,6vw,4rem)}h2{font-size:clamp(1.75rem,4vw,2.75rem)}p{max-width:62ch;margin:0 0 1rem}img{border-radius:var(--radius);max-width:100%;height:auto;display:block}.nav{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem clamp(1rem,5vw,4rem);display:flex}.nav nav{flex-wrap:wrap;gap:1.25rem;display:flex}.nav a{color:var(--ink);text-decoration:none}.brand{font-size:1.125rem;font-weight:700}.section,.hero,.cta{padding:var(--section-gap)clamp(1rem,5vw,4rem)}.hero{align-items:center;gap:clamp(2rem,5vw,4rem);display:grid}@media(min-width:900px){.hero-asymmetric{grid-template-columns:1.1fr .9fr}.hero-split{grid-template-columns:1fr 1fr}.about-split{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,4rem);display:grid}}.hero-centered{text-align:center;max-width:46rem;margin:0 auto}.hero-centered p{margin-inline:auto}.hero-layered{position:relative}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--muted);margin-bottom:1rem;font-size:.75rem}.hero-image{object-fit:cover;width:100%;box-shadow:var(--shadow)}.button{border-radius:var(--radius);background:var(--primary);color:var(--surface);padding:.9rem 1.6rem;font-weight:600;text-decoration:none;transition:transform .16s,opacity .16s;display:inline-block}.button:hover{transform:translateY(-2px)}.button.light{background:var(--surface);color:var(--primary)}.button.small{padding:.6rem 1.1rem;font-size:.9rem}.grid{gap:1.5rem;display:grid}@media(min-width:700px){.grid.grid-3{grid-template-columns:repeat(3,1fr)}.grid.grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.grid.grid-4{grid-template-columns:repeat(4,1fr)}}.card{border-radius:var(--radius);background:var(--primary);padding:1.75rem}@supports (color:color-mix(in lab,red,red)){.card{background:color-mix(in srgb,var(--primary)6%,var(--surface))}}.card{box-shadow:var(--shadow)}.card-title{font-size:1.15rem}.quote{text-align:center}blockquote{font-family:var(--display);max-width:44rem;margin:0 auto 1rem;font-size:clamp(1.25rem,3vw,2rem)}.attribution{color:var(--muted);margin-inline:auto}.faq-list{gap:.75rem;max-width:48rem;display:grid}details{border-radius:var(--radius);background:var(--primary)}@supports (color:color-mix(in lab,red,red)){details{background:color-mix(in srgb,var(--primary)5%,var(--surface))}}details{padding:1rem 1.25rem}summary{cursor:pointer;font-weight:600;font-family:var(--display)}.cta{background:var(--primary);color:var(--surface);text-align:center}.cta .cta-title{color:var(--surface)}.contact-details{gap:.5rem;display:grid}.contact-line{color:var(--ink);text-decoration:none}.contact-form form{gap:1rem;max-width:34rem;display:grid}.field{gap:.35rem;display:grid}.field label{font-size:.9rem;font-weight:600}.field input,.field select,.field textarea{font:inherit;color:var(--ink);border-radius:var(--radius);border:1px solid var(--ink);padding:.7rem .9rem}@supports (color:color-mix(in lab,red,red)){.field input,.field select,.field textarea{border:1px solid color-mix(in srgb,var(--ink)25%,transparent)}}.field input,.field select,.field textarea{background:var(--surface);width:100%}.field input:focus-visible,.field select:focus-visible,.field textarea:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.contact-form button[disabled]{opacity:.6;cursor:progress}.form-success,.form-error{font-weight:600}.form-error{color:#b91c1c}.hp{opacity:0;width:1px;height:1px;position:absolute;left:-9999px}footer{border-top:1px solid var(--ink);gap:.5rem;padding:2.5rem clamp(1rem,5vw,4rem);display:grid}@supports (color:color-mix(in lab,red,red)){footer{border-top:1px solid color-mix(in srgb,var(--ink)12%,transparent)}}footer small{color:var(--muted)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}:root{--gutter:clamp(1.25rem,5vw,5rem);--page-inset:max(var(--gutter), calc((100vw - 1200px)/2) );--rule:var(--ink)}@supports (color:color-mix(in lab,red,red)){:root{--rule:color-mix(in srgb,var(--ink)16%,transparent)}}:root{--wash:var(--primary)}@supports (color:color-mix(in lab,red,red)){:root{--wash:color-mix(in srgb,var(--primary)6%,var(--surface))}}body{font-size:1rem}main{isolation:isolate}h1,h2,h3{text-wrap:balance;overflow-wrap:anywhere}h1{letter-spacing:-.055em;font-size:clamp(2.5rem,4.4vw,4.75rem);font-weight:500;line-height:1.08}h2{letter-spacing:-.045em;font-size:clamp(1.9rem,3.2vw,3.15rem);font-weight:500;line-height:1.16}h3{font-weight:600}p{text-wrap:pretty}a,button,summary{-webkit-tap-highlight-color:transparent}.nav{padding:1.3rem var(--page-inset);border-bottom:1px solid var(--rule);gap:1.25rem}.nav .brand{letter-spacing:-.04em;overflow-wrap:anywhere;max-width:22rem;margin:0;font-size:1.25rem;line-height:1.3}.nav nav{gap:clamp(1rem,2.5vw,2.5rem);font-size:.85rem}.nav nav a{padding-block:.6rem}.nav nav a:hover{text-underline-offset:.35em;text-decoration:underline}.nav>.button{color:var(--surface)}.section,.hero,.cta{padding-inline:var(--page-inset)}.section{padding-block:clamp(4rem,8vw,var(--section-gap))}.section-title{max-width:20ch;margin-bottom:2rem}.hero{gap:clamp(2.5rem,5vw,5rem);min-height:min(760px,85svh);padding-block:clamp(4rem,7vw,7rem);position:relative}.hero-copy,.hero-art,.about-copy{min-width:0;position:relative}.hero-copy{z-index:1}.hero-title{max-width:15ch;margin-bottom:1.5rem}.hero-body{max-width:48ch;margin-bottom:2rem;font-size:clamp(1rem,1.25vw,1.15rem);line-height:1.8}.eyebrow{font-family:var(--body);letter-spacing:.2em;align-items:center;gap:.85rem;margin-bottom:1.75rem;font-size:.68rem;font-weight:600;line-height:1.8;display:flex}.eyebrow:before{content:"";background:currentColor;flex-shrink:0;width:2.1rem;height:1px}.hero-art{isolation:isolate}.hero-image{aspect-ratio:4/5;object-fit:cover;width:100%;box-shadow:var(--shadow)}.hero-art:after{content:"";aspect-ratio:1;border:1px solid var(--rule);z-index:-1;border-radius:50%;width:30%;position:absolute;bottom:-1rem;right:-1rem}.hero.no-art{grid-template-columns:1fr;min-height:auto}.hero.no-art .hero-copy{max-width:58rem}.hero.no-art .hero-title{max-width:22ch}.hero-centered{max-width:none}.hero-centered .hero-copy{text-align:center;max-width:58rem;margin-inline:auto}.hero-centered .hero-title{max-width:20ch;margin-inline:auto}.hero-centered .eyebrow{justify-content:center}.hero-centered .hero-body{margin-inline:auto}.hero-centered .hero-art{width:min(100%,64rem);margin-inline:auto}.hero-centered .hero-image{aspect-ratio:21/9}.hero-layered{grid-template-columns:1fr}.hero-layered .hero-art{grid-area:1/1;padding-left:25%}.hero-layered .hero-image{aspect-ratio:16/11;min-height:34rem}.hero-layered .hero-overlay{background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius);grid-area:1/1;width:56%;padding:clamp(1.5rem,3vw,3rem)}.hero-layered.no-art .hero-overlay{background:0 0;border:0;width:100%;padding:0}.button{min-height:48px;font-family:var(--body);cursor:pointer;text-align:center;border:1px solid #0000;justify-content:center;align-items:center;gap:.75rem;padding:.95rem 1.6rem;font-size:.88rem;line-height:1.4;display:inline-flex}.button.small{min-height:44px}.hero .button:after,.cta .button:after{content:"↗";font-size:1.15rem}.grid{counter-reset:service;gap:1.25rem}.card{counter-increment:service;box-shadow:var(--shadow);border:1px solid var(--rule);padding:2rem;position:relative}.card:before{content:counter(service,decimal-leading-zero);letter-spacing:.12em;color:var(--muted);margin-bottom:2.75rem;font-size:.75rem;display:block}.card-title{letter-spacing:-.025em;margin-bottom:.8rem;font-size:1.15rem;line-height:1.4}.card-body{margin:0;font-size:.95rem;line-height:1.8}.grid.list{gap:0}.grid.list .card{border:0;border-top:1px solid var(--rule);background:0 0;border-radius:0;padding:1.75rem 0}.grid.list .card:last-child{border-bottom:1px solid var(--rule)}.grid.list .card:before{margin-bottom:1rem}.about{background:var(--wash)}.about-image{aspect-ratio:5/4;object-fit:cover;width:100%}.about .section-body{font-size:1.05rem;line-height:1.85}.about-stacked{gap:1.5rem;display:grid}.about-stacked .about-image{max-height:34rem}.about-split:not(:has(.about-image)){grid-template-columns:1fr}.about-split:not(:has(.about-image)) .about-copy{max-width:54rem}.faq-list{gap:0;max-width:none}.faq details{border:0;border-top:1px solid var(--rule);background:0 0;border-radius:0;padding:1.35rem 0}.faq details:last-child{border-bottom:1px solid var(--rule)}.faq summary{font-family:var(--body);padding-right:1rem;font-size:1rem;line-height:1.5}.faq summary:focus-visible{outline:2px solid var(--ink);outline-offset:5px}.faq-answer{margin:0;padding-top:1.15rem;line-height:1.8}.care-process{background:var(--wash);border-block:1px solid var(--rule)}.care-process-intro .section-title{max-width:14ch}.care-steps{counter-reset:care-step;margin:0;padding:0;list-style:none}.care-step{counter-increment:care-step;grid-template-columns:3.5rem 1fr;gap:1.5rem;padding-bottom:2rem;display:grid;position:relative}.care-step:last-child{padding-bottom:0}.care-step:before{content:counter(care-step,decimal-leading-zero);border:1px solid var(--rule);background:var(--surface);width:3.5rem;height:3.5rem;color:var(--ink);font-family:var(--display);z-index:1;border-radius:50%;place-items:center;font-size:.85rem;display:grid}.care-step:not(:last-child):after{content:"";background:var(--rule);width:1px;position:absolute;top:3.5rem;bottom:0;left:1.75rem}.care-step-title{letter-spacing:-.025em;padding-top:.6rem;font-size:1.2rem;line-height:1.4}.care-step-body{max-width:46ch;margin:.75rem 0 0;font-size:1rem;line-height:1.8}.cta{text-align:left;justify-content:space-between;align-items:center;gap:2.5rem;padding-block:clamp(3.5rem,7vw,6rem);display:flex}.cta-title{max-width:22ch;margin:0}.cta .button{flex-shrink:0}.contact-form form{width:100%;max-width:none}.contact-form .field{gap:.5rem}.field input,.field select,.field textarea{border-radius:min(var(--radius),12px);background:0 0;min-height:48px}.contact-details{align-content:start;padding-top:.5rem}.contact-line{overflow-wrap:anywhere}footer{padding:2.5rem var(--page-inset)}footer strong{font-family:var(--display);letter-spacing:-.035em}[data-direction=organic] .hero-image{border-radius:48% 48% 1rem 1rem}[data-direction=organic] .hero-art:before{content:"";background:var(--wash);z-index:-1;border-radius:50% 40% 45% 30%;position:absolute;inset:-5% 15% 10% -8%}[data-direction=organic] .button,[data-direction=botanical] .button{border-radius:999px}[data-direction=clinical] .hero-image{border-radius:2.5rem .75rem}[data-direction=clinical] .eyebrow{border:1px solid var(--rule);border-radius:999px;width:fit-content;padding:.6rem 1rem}[data-direction=dynamic] .hero-title{font-weight:700}[data-direction=dynamic] .hero-image{border-radius:.75rem 5rem .75rem .75rem}[data-direction=dynamic] .card{border-top:3px solid var(--primary)}[data-direction=botanical] .hero-art:after{border-radius:50% 0;width:45%}[data-direction=editorial] .hero-image{border-radius:0}[data-direction=editorial] .hero-art:after{display:none}[data-direction=editorial] .hero-title{font-weight:400}[data-direction=playful] .hero-image{border-radius:4rem 1rem}[data-direction=playful] .card:nth-child(2n){background:var(--accent)}@supports (color:color-mix(in lab,red,red)){[data-direction=playful] .card:nth-child(2n){background:color-mix(in srgb,var(--accent)12%,var(--surface))}}@media(min-width:900px){.hero-asymmetric.has-art{grid-template-columns:1.12fr .88fr}.hero-split.has-art{grid-template-columns:.95fr 1.05fr}.grid.list .card{grid-template-columns:3rem 1fr 1.4fr;align-items:baseline;gap:2rem;display:grid}.grid.list .card:before,.grid.list .card-title{margin-bottom:0}.faq,.contact-form,.contact,.care-process{grid-template-columns:.85fr 1.15fr;align-items:start;gap:clamp(3rem,7vw,7rem);display:grid}}@media(max-width:899px){.hero{min-height:auto}.hero-split .hero-copy{order:-1}.hero-art{width:100%;max-width:36rem;margin-inline:auto}.hero-image{max-height:34rem}.hero-layered .hero-art{order:1;grid-area:auto;padding-left:0}.hero-layered .hero-image{min-height:0}.hero-layered .hero-overlay{background:0 0;border:0;grid-area:auto;width:100%;padding:0}.hero-centered .hero-image{aspect-ratio:4/3}.about-split{gap:2rem;display:grid}.cta{flex-direction:column;align-items:flex-start}.nav nav{border-top:1px solid var(--rule);order:3;justify-content:center;width:100%;padding-top:.65rem}.nav .brand{max-width:50%}.nav>.button{max-width:48%}}@media(max-width:480px){.nav{gap:.75rem}.nav .brand{font-size:1rem}.nav>.button{padding:.65rem .9rem;font-size:.75rem}.hero-title{font-size:clamp(2.3rem,10vw,3.2rem)}.hero-art:after{bottom:-.5rem;right:-.5rem}.grid.grid-3,.grid.grid-4{grid-template-columns:1fr}}@media(prefers-reduced-motion:no-preference){@keyframes pollux-enter{0%{transform:translateY(12px)}to{transform:translateY(0)}}.hero-copy,.hero-art{animation:.6s ease-out both pollux-enter}}body.pollux-selecting,body.pollux-selecting *{cursor:crosshair!important}body.pollux-selecting .pollux-hover{outline-offset:2px;background-color:#2563eb14!important;outline:2px solid #2563eb!important}
