/*! tailwindcss v4.2.1 | 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;--spacing:.25rem;--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;-webkit-text-decoration:inherit;-webkit-text-decoration: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{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--ink:#242320;--muted:#6f6c66;--orange:#ed765d;--orange-dark:#c95742;--orange-pale:#fbe4de;--cream:#fbfaf7;--sand:#f1eee9;--sage:#dfe5dc;--white:#fff;--line:#ddd8d0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}svg{display:block}.section-shell{width:min(1180px,100% - 64px);margin-inline:auto}.site-header{z-index:10;background:var(--sand);width:min(1180px,100% - 64px);height:76px;color:var(--ink);border:1px solid #e8e4de;border-radius:22px;justify-content:space-between;align-items:center;margin:22px auto 0;padding:0 22px;display:flex;position:relative}.brand,.footer-brand{align-items:center;gap:13px;display:flex}.brand-mark{color:#fff;background:var(--orange);letter-spacing:-.04em;border-radius:13px;place-items:center;width:42px;height:42px;font-size:14px;font-weight:800;display:grid}.brand-name,.footer-brand>span:last-child{flex-direction:column;display:flex}.brand-name strong,.footer-brand strong{letter-spacing:-.03em;font-size:17px;font-weight:750}.brand-name small,.footer-brand small{color:var(--muted);text-transform:uppercase;letter-spacing:.15em;margin-top:3px;font-size:10px;font-weight:700}nav{color:#5d5a55;letter-spacing:.01em;gap:34px;font-size:13px;font-weight:650;display:flex}nav a{transition:color .2s;position:relative}nav a:after{content:"";background:var(--orange);height:2px;transition:right .25s;position:absolute;bottom:-8px;left:0;right:100%}nav a:hover{color:var(--orange-dark)}nav a:hover:after{right:0}.button{border:1px solid var(--orange);background:var(--orange);color:#fff;letter-spacing:.01em;border-radius:12px;justify-content:center;align-items:center;gap:16px;min-height:55px;padding:0 25px;font-size:13px;font-weight:750;transition:color .2s,background .2s,transform .2s;display:inline-flex}.button:hover{background:var(--orange-dark);border-color:var(--orange-dark);color:#fff;transform:translateY(-2px)}.button-small{min-height:44px;padding:0 19px;font-size:12px}.hero{grid-template-columns:.92fr 1.08fr;align-items:center;gap:72px;min-height:650px;margin-top:34px;padding:42px 0 58px;display:grid}.hero-copy{flex-direction:column;justify-content:center;padding:35px 0;display:flex}.eyebrow{color:var(--orange-dark);text-transform:uppercase;letter-spacing:.14em;align-items:center;gap:11px;margin:0 0 24px;font-size:12px;font-weight:750;display:flex}.eyebrow span{background:currentColor;width:26px;height:2px}h1,h2,blockquote{font-family:var(--font-geist-sans), Arial, Helvetica, sans-serif;letter-spacing:-.048em;font-weight:690}h1{max-width:580px;margin:0;font-size:clamp(50px,5.1vw,72px);line-height:.99}h1 em,h2 em{color:var(--orange-dark);font-style:normal;font-weight:inherit}.hero-lead{max-width:570px;color:var(--muted);margin:27px 0 0;font-size:18px;line-height:1.68}.hero-actions{align-items:center;gap:34px;margin-top:41px;display:flex}.text-link{color:var(--ink);letter-spacing:.01em;border-bottom:1px solid #aaa49b;align-items:center;gap:11px;padding-bottom:8px;font-size:13px;font-weight:750;display:flex}.text-link span{color:var(--orange)}.location{color:#7e7a73;text-transform:uppercase;letter-spacing:.11em;margin:32px 0 0;font-size:11px;font-weight:700}.hero-visual{background:var(--sand);border-radius:48px 48px 48px 140px;min-height:580px;position:relative;overflow:hidden}.hero-visual img{object-fit:cover;width:100%;height:100%;min-height:580px;position:absolute;inset:0}.visual-card{background:#fffffff0;border-radius:18px;align-items:center;gap:13px;padding:17px 21px;display:flex;position:absolute;bottom:24px;left:24px;box-shadow:0 12px 40px #3a2d271f}.card-icon{background:var(--orange-pale);width:43px;height:43px;color:var(--orange-dark);border-radius:14px;place-items:center;display:grid}.visual-card>div{flex-direction:column;gap:3px;display:flex}.visual-card strong{font-size:14px}.visual-card small{color:var(--muted);font-size:13px}.trust-strip{grid-template-columns:repeat(3,1fr);gap:16px;width:min(1180px,100% - 64px);margin:0 auto;padding:0;display:grid}.trust-strip>div{background:var(--white);border:1px solid var(--line);border-radius:18px;align-items:center;gap:15px;min-height:112px;padding:22px;display:flex}.trust-strip>div>span:last-child{flex-direction:column;gap:5px;display:flex}.trust-strip strong{font-size:13px}.trust-strip small{color:var(--muted);font-size:13px;line-height:1.4}.principle-icon{width:46px;height:46px;color:var(--orange-dark);background:var(--orange-pale);border-radius:14px;flex:none;place-items:center;display:grid}.intro{padding:125px 0 130px}.section-heading{max-width:780px}.section-heading h2,.method h2,.contact h2{margin:0;font-size:clamp(40px,4.6vw,64px);line-height:1.01}.section-intro{color:#5d5b57;max-width:620px;margin:34px 0 72px auto;font-size:17px;line-height:1.75}.service-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.service-card{background:var(--white);border:1px solid var(--line);border-radius:26px;min-height:410px;padding:44px;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.service-card:hover{transform:translateY(-4px);box-shadow:0 18px 50px #40322a1a}.service-card.featured{background:var(--orange-pale);color:var(--ink);border-color:#f2c7bc}.service-number{color:#c9574229;letter-spacing:-.07em;font-size:66px;font-weight:750;position:absolute;top:20px;right:27px}.featured .service-number{color:#c9574233}.service-tag{color:var(--orange);text-transform:uppercase;letter-spacing:.22em;margin:0 0 57px;font-size:8px;font-weight:900}.service-card h3{letter-spacing:-.035em;max-width:460px;margin:0 0 20px;font-size:29px;font-weight:720;line-height:1.08}.service-card>p:not(.service-tag){color:#62605c;max-width:500px;margin:0;font-size:15px;line-height:1.72}.featured>p:not(.service-tag){color:#665d58}.service-card ul{letter-spacing:.01em;gap:11px;margin:29px 0 0;padding:0;font-size:13px;font-weight:700;list-style:none;display:grid}.service-card li{align-items:center;gap:10px;display:flex}.service-card li svg{color:var(--orange);flex:none}.service-card.compact{background:var(--sage);border-color:#ced7ca;grid-column:1/-1;grid-template-columns:.7fr 1.3fr;align-items:center;min-height:220px;display:grid}.compact h3{margin:0}.compact>p:not(.service-tag){color:#34261f}.compact .service-number{color:#00000024;top:50%;transform:translateY(-50%)}.method{background:var(--sand);color:var(--ink);padding:120px 0}.method-inner{grid-template-columns:.82fr 1.18fr;gap:120px;display:grid}.eyebrow-light{color:var(--orange-dark)}.method-copy>p:last-child{max-width:430px;color:var(--muted);margin-top:31px;font-size:15px;line-height:1.75}.steps{margin:0;padding:0;list-style:none}.steps li{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:48px 1fr;margin-bottom:12px;padding:25px;display:grid}.steps>li>span{background:var(--orange-pale);width:32px;height:32px;color:var(--orange-dark);border-radius:50%;place-items:center;font-size:10px;font-weight:800;display:grid}.steps h3{letter-spacing:-.025em;margin:0 0 7px;font-size:20px;font-weight:720}.steps p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.method-image{border-radius:34px;height:340px;margin-top:72px;position:relative;overflow:hidden}.method-image img{object-fit:cover;width:100%;height:100%}.method-image p{max-width:380px;color:var(--ink);background:#fffffff0;border-radius:14px;margin:0;padding:17px 20px;font-size:15px;font-weight:650;line-height:1.45;position:absolute;bottom:24px;left:28px}.principles{padding:115px 0}.principles-following{padding-top:0}.principles-card{text-align:left;background:var(--orange);color:#fff;border-radius:34px;padding:80px 10%;position:relative;overflow:hidden}.principles-card:after{content:"BC";color:#ffffff21;letter-spacing:-.12em;font-size:260px;font-weight:800;position:absolute;bottom:-85px;right:-20px}.principles-card-tca:after{content:"TCA"}.principles-card-obesity{background:var(--sage);color:var(--ink)}.principles-card-obesity:after{color:#24232012}.principles-card-obesity .quote-note{color:var(--muted)}.quote-mark{color:var(--orange);margin:0;font-size:82px;font-weight:900;line-height:.5}blockquote{z-index:1;max-width:910px;margin:25px 0 28px;font-size:clamp(29px,3.4vw,46px);line-height:1.16;position:relative}.quote-note{z-index:1;color:#ffffffe6;max-width:650px;margin:0;font-size:14px;line-height:1.7;position:relative}.faq{grid-template-columns:.72fr 1.28fr;gap:105px;padding:30px 0 135px;display:grid}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{cursor:pointer;letter-spacing:-.02em;justify-content:space-between;align-items:center;gap:25px;min-height:82px;font-size:18px;font-weight:800;list-style:none;display:flex}summary::-webkit-details-marker{display:none}summary span{color:var(--orange);font-size:29px;font-weight:400;transition:transform .2s}details[open] summary span{transform:rotate(45deg)}details p{color:#5c5954;margin:-2px 45px 27px 0;font-size:15px;line-height:1.7}.reviews{background:var(--sand);border-radius:34px;margin-bottom:110px;padding:72px}.reviews-heading{justify-content:space-between;align-items:end;gap:55px;display:flex}.reviews-heading>div{max-width:710px}.reviews-heading h2{letter-spacing:-.045em;margin:0;font-size:clamp(38px,4.4vw,60px);line-height:1.02}.reviews-heading>div>p:last-child{max-width:680px;color:var(--muted);margin:23px 0 0;font-size:15px;line-height:1.7}.google-review-button{flex:none}.reviews-layout{grid-template-columns:1.08fr .92fr;align-items:start;gap:22px;margin-top:52px;display:grid}.reviews-list{grid-template-columns:1fr 1fr;gap:14px;display:grid}.review-card,.reviews-empty-card{background:var(--white);border:1px solid var(--line);border-radius:20px;flex-direction:column;min-height:220px;padding:27px;display:flex}.review-card-top{justify-content:space-between;align-items:center;gap:15px;display:flex}.stars{color:var(--orange);letter-spacing:.08em;font-size:17px}.stars span{color:#d9d4cc}.review-card time{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px}.review-card>p{color:#4f4c47;margin:27px 0 24px;font-size:15px;line-height:1.7}.review-card>strong{color:var(--orange-dark);margin-top:auto;font-size:13px}.review-card>small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-top:7px;font-size:10px}.google-review-card{background:#fffdf9;border-color:#e6d8c8}.google-review-source{color:#5f5a52;background:var(--sand);text-transform:uppercase;letter-spacing:.1em;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:800}.reviews-empty-card{background:var(--sage);border-color:#ccd5c8;grid-column:1/-1;justify-content:center}.reviews-empty-card h3{letter-spacing:-.025em;max-width:480px;margin:22px 0 10px;font-size:25px}.reviews-empty-card p,.reviews-empty{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.review-form{background:var(--white);border:1px solid var(--line);border-radius:22px;flex-direction:column;gap:18px;padding:30px;display:flex}.review-form h3{letter-spacing:-.03em;margin:0;font-size:27px}.review-form>p:first-of-type{color:var(--muted);margin:-8px 0 3px;font-size:13px;line-height:1.5}.review-form>label:not(.review-check):not(.review-honeypot){color:#4f4c47;flex-direction:column;gap:8px;font-size:12px;font-weight:700;display:flex}.review-form input[type=text],.review-form select,.review-form textarea{background:var(--cream);width:100%;color:var(--ink);font:inherit;border:1px solid #cbc6bd;border-radius:11px;outline:none;padding:12px 14px;font-size:14px}.review-form input[type=text],.review-form select{min-height:48px}.review-form textarea{resize:vertical}.review-form input:focus,.review-form select:focus,.review-form textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-pale)}.review-check{color:#5b5853;grid-template-columns:18px 1fr;align-items:start;gap:10px;font-size:11px;line-height:1.5;display:grid}.review-check input{width:16px;height:16px;accent-color:var(--orange-dark);margin:1px 0 0}.review-form .button{cursor:pointer;width:100%}.review-form .button:disabled{cursor:wait;opacity:.65}.review-status{color:var(--orange-dark);margin:-5px 0 0;font-size:12px;line-height:1.5}.review-honeypot{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}.contact{background:var(--sage);color:var(--ink);border-radius:34px;grid-template-columns:.8fr 1.2fr;align-items:start;gap:72px;margin-bottom:24px;padding:70px;display:grid}.contact h2{color:var(--ink)}.contact>div>p:last-child{max-width:500px;color:var(--muted);font-size:15px;line-height:1.7}.contact-options{grid-template-columns:1fr 1fr;gap:12px;display:grid}.contact-card{min-height:118px;color:var(--ink);background:#fff;border:1px solid #cbd4c7;border-radius:20px;grid-template-columns:48px 1fr auto;align-items:center;gap:15px;padding:22px;transition:transform .2s,box-shadow .2s;display:grid}.contact-card:hover{transform:translateY(-3px);box-shadow:0 15px 40px #3a44351f}.contact-icon{background:var(--orange-pale);width:48px;height:48px;color:var(--orange-dark);border-radius:14px;place-items:center;display:grid}.contact-card>span:nth-child(2){flex-direction:column;gap:6px;min-width:0;display:flex}.contact-card small{color:#57534d;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:750}.contact-card strong{white-space:nowrap;font-size:14px;font-weight:620;line-height:1.45}.contact-icon.whatsapp{color:#23783d;background:#e0f2e5}.contact-card-wide{grid-column:1/-1;min-height:96px}.contact-card-phone strong{color:var(--orange-dark)}.contact-card-whatsapp strong{color:#23783d}.contact-card-email strong{color:#9a5848}.address-card strong{color:#596755}.address-card{grid-template-columns:48px 1fr}.booking{background:var(--white);border:1px solid var(--line);border-radius:34px;margin-bottom:70px;padding:72px}.appointment-form{max-width:940px;margin:0 auto}.form-heading{max-width:710px;margin-bottom:45px}.form-heading h2{letter-spacing:-.045em;margin:0;font-size:clamp(38px,4vw,56px);line-height:1.02}.form-heading>p:last-child{max-width:620px;color:var(--muted);margin:20px 0 0;font-size:15px;line-height:1.7}.form-grid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.form-grid label{color:#4f4c47;flex-direction:column;gap:9px;font-size:13px;font-weight:700;display:flex}.form-grid input,.form-grid select,.form-grid textarea{background:var(--cream);width:100%;min-height:52px;color:var(--ink);font:inherit;border:1px solid #cbc6bd;border-radius:11px;outline:none;padding:13px 15px;font-size:15px;transition:border-color .2s,box-shadow .2s}.form-grid textarea{resize:vertical;min-height:120px}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-pale)}.form-wide{grid-column:1/-1}.optional{color:var(--muted);font-weight:500}.form-submit{cursor:pointer;margin-top:28px}.form-note{max-width:570px;color:var(--muted);margin:14px 0 0;font-size:12px;line-height:1.55}footer{background:var(--sand);min-height:130px;color:var(--ink);border-top:1px solid var(--line);grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;padding:32px max(32px,50vw - 590px);display:grid}footer>p{color:var(--muted);text-align:center;letter-spacing:.04em;font-size:11px;font-weight:700}footer>p:last-child{text-align:right}@media (width<=960px){nav{display:none}.hero{grid-template-columns:1fr;gap:25px}.hero-visual,.hero-visual img{min-height:520px}.trust-strip{grid-template-columns:1fr}.method-inner,.faq,.contact,.reviews-layout{grid-template-columns:1fr;gap:62px}.reviews-heading{flex-direction:column;align-items:start}.contact-options{grid-template-columns:1fr 1fr}.section-intro{margin-left:0}.faq{gap:48px}footer{grid-template-columns:1fr;justify-items:center}footer>p:last-child{text-align:center}}@media (width<=640px){.section-shell{width:min(100% - 30px,1220px)}.site-header{height:78px;padding-inline:15px}.brand-name small{display:none}.button-small{min-height:42px;padding:0 13px}.site-header{border-radius:18px;width:calc(100% - 30px);margin-top:14px}.hero{min-height:auto;margin-top:12px;padding:48px 0 58px}.hero-copy{padding:20px 0 25px}h1{font-size:47px}.hero-actions{flex-direction:column;align-items:stretch;gap:22px}.text-link{width:fit-content}.hero-visual{border-radius:28px 28px 28px 80px;min-height:420px}.hero-visual img{min-height:420px}.visual-card{bottom:15px;left:15px;right:15px}.trust-strip{width:calc(100% - 30px)}.intro{padding:95px 0}.service-grid{grid-template-columns:1fr}.service-card{min-height:390px;padding:35px 28px}.service-card.compact{grid-column:auto;min-height:290px;display:block}.compact h3{margin:84px 0 20px}.method{padding:95px 0}.method-image{border-radius:24px;height:280px;margin-top:48px}.principles{padding:72px 0}.principles-following{padding-top:0}.principles-card{padding:62px 27px}.principles-card:after{font-size:175px}.faq{padding:20px 0 95px}.reviews{border-radius:26px;width:calc(100% - 30px);margin-bottom:72px;padding:54px 24px}.reviews-list{grid-template-columns:1fr}.reviews-empty-card{grid-column:auto}summary{font-size:16px}.contact{border-radius:26px;width:calc(100% - 30px);padding:58px 24px}.contact-options,.form-grid{grid-template-columns:1fr}.contact-card-wide{grid-column:auto}.contact-card strong{white-space:normal}.form-wide{grid-column:auto}.booking{border-radius:26px;width:calc(100% - 30px);padding:54px 23px}.contact-card{grid-template-columns:42px 1fr auto;padding:20px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}
