/*! 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}}:root{--ink:#262323;--soft-ink:#514b4b;--muted:#746d69;--paper:#faf8f4;--cream:#f1ede6;--taupe:#b6a38e;--line:#dcd4ca;--plum:#493643;--plum-dark:#30242c;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}:focus-visible{outline-offset:4px;outline:3px solid #d9aa55}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:20;background:var(--white);border-bottom:1px solid #26232314;grid-template-columns:190px 1fr auto;align-items:center;min-height:108px;padding:0 clamp(22px,5vw,78px);display:grid;position:relative}.brand{place-items:center;width:160px;height:104px;display:grid}.brand img{width:145px;height:auto}.desktop-nav{justify-content:center;gap:clamp(22px,3.1vw,50px);font-size:13px;display:flex}.desktop-nav a{padding:13px 0;position:relative}.desktop-nav a:after{background:var(--taupe);content:"";transform-origin:100%;height:1px;transition:transform .18s;position:absolute;bottom:5px;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{transform-origin:0;transform:scaleX(1)}.mobile-menu{display:none}.header-cta,.button{border:1px solid var(--plum);letter-spacing:.04em;justify-content:center;align-items:center;min-height:52px;padding:0 24px;font-size:12px;font-weight:700;transition:background .18s,color .18s,transform .18s;display:inline-flex}.header-cta span,.button span{margin-left:15px}.header-cta{color:var(--plum);border-radius:100px}.header-cta:hover,.header-cta:focus-visible{background:var(--plum);color:var(--white);transform:translateY(-2px)}.hero{background:linear-gradient(90deg,#02111a 0%,#121619 52%,#070707 100%);min-height:700px;position:relative;overflow:hidden}.hero-media,.hero-media picture,.hero-media img,.hero-shade{width:100%;height:100%;position:absolute;inset:0}.hero-media picture,.hero-media img{display:block}.hero-media img{object-fit:cover;object-position:right top}.hero-shade{background:linear-gradient(90deg,#02111a6b 0%,#02111a2e 45%,#02111a00 70%)}.hero-copy{z-index:2;width:min(47%,690px);padding:clamp(76px,8vw,122px) 38px 84px clamp(28px,7vw,112px);position:relative}.eyebrow{color:var(--plum);letter-spacing:.19em;text-transform:uppercase;margin:0 0 23px;font-size:11px;font-weight:700}.hero h1,.principles-heading h2,.founder-copy h2,.approach-intro h2,.faq-heading h2,.reviews-heading h2,.contact-heading h2{letter-spacing:-.045em;margin:0;font-family:Iowan Old Style,Baskerville,Georgia,Times New Roman,serif;font-weight:400}.hero h1{font-size:clamp(62px,6.9vw,106px);line-height:.79}.hero h1 em{color:var(--plum);font-weight:400}.hero-lead{max-width:570px;color:var(--soft-ink);margin:34px 0 36px;font-size:17px;line-height:1.7}.button-primary{color:#17120c;background:#c99949;border-color:#c99949;border-radius:100px;min-height:58px;padding-inline:29px}.button-primary:hover,.button-primary:focus-visible{background:#e1b96c;border-color:#e1b96c;transform:translateY(-2px)}.hero-caption{z-index:2;border-left:2px solid var(--taupe);min-width:210px;color:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#262323c2;flex-direction:column;padding:15px 20px;display:flex;position:absolute;bottom:36px;left:clamp(22px,5vw,78px)}.hero-caption span{font-family:Georgia,serif;font-size:18px}.hero-caption small{color:#ffffffb8;letter-spacing:.14em;text-transform:uppercase;margin-top:5px;font-size:9px}.areas-section{z-index:3;background:var(--paper);margin-top:-34px;padding:0 clamp(22px,5vw,78px) clamp(88px,10vw,150px);position:relative}.section-kicker{justify-content:space-between;align-items:center;max-width:1510px;min-height:124px;margin:0 auto;display:flex}.section-kicker .eyebrow{margin:0}.section-kicker>p:last-child{color:var(--muted);margin:0;font-size:13px}.area-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));max-width:1510px;margin:0 auto;display:grid}.area-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white);flex-direction:column;min-height:382px;padding:32px clamp(23px,2.2vw,38px);transition:background .2s,transform .2s;display:flex}.area-card:hover{z-index:2;background:var(--cream);transform:translateY(-7px)}.area-number{color:var(--taupe);font-family:Georgia,serif;font-size:13px}.area-card h2{letter-spacing:-.03em;min-height:76px;margin:44px 0 19px;font-family:Iowan Old Style,Georgia,serif;font-size:clamp(24px,2.1vw,34px);font-weight:400;line-height:1.08}.area-card p{color:var(--muted);margin:0;font-size:13px;line-height:1.75}.area-card a{letter-spacing:.06em;text-transform:uppercase;margin-top:auto;padding-top:28px;font-size:11px;font-weight:700}.area-card a span{float:right}.principles-section{background:var(--white);grid-template-columns:1.08fr .92fr;gap:clamp(55px,9vw,145px);padding:clamp(90px,11vw,165px) clamp(22px,7vw,112px);display:grid}.principles-heading h2{max-width:760px;font-size:clamp(48px,5.3vw,78px);line-height:1.01}.principles-copy>p{max-width:610px;color:var(--muted);margin:39px 0 50px;font-size:17px;line-height:1.85}.principle-list{border-top:1px solid var(--line)}.principle-list div{border-bottom:1px solid var(--line);grid-template-columns:50px 1fr;align-items:center;min-height:70px;display:grid}.principle-list span{color:var(--taupe);font-family:Georgia,serif;font-size:12px}.principle-list strong{font-family:Georgia,serif;font-size:19px;font-weight:400}.founder-section{background:var(--cream);grid-template-columns:minmax(360px,.9fr) minmax(440px,1.1fr);align-items:center;gap:clamp(52px,7vw,120px);padding:clamp(82px,9vw,138px) clamp(22px,7vw,112px);display:grid;overflow:hidden}.founder-photo{aspect-ratio:4/5;background:#d7cec2;width:min(100%,620px);margin:0 auto;position:relative;overflow:hidden;box-shadow:26px 26px #b6a38e38}.founder-photo:before{z-index:2;content:"";border-top:1px solid #fffc;border-left:1px solid #fffc;width:64px;height:64px;position:absolute;top:22px;left:22px}.founder-photo:after{content:"";background:linear-gradient(#0000 76%,#26232338);position:absolute;inset:0}.founder-photo img{object-fit:cover;object-position:center 20%;width:100%;height:100%}.founder-copy{width:100%;max-width:690px}.founder-copy h2{font-size:clamp(64px,6.3vw,100px);line-height:.82}.founder-role{color:var(--taupe);letter-spacing:.16em;text-transform:uppercase;margin:28px 0 25px;font-size:11px;font-weight:700}.founder-copy .founder-intro{max-width:620px;color:var(--muted);margin:0;font-size:16px;line-height:1.85}.founder-copy .founder-intro+.founder-intro{margin-top:18px}.founder-details{border-top:1px solid var(--line);margin-top:34px}.founder-details div{border-bottom:1px solid var(--line);grid-template-columns:135px 1fr;gap:22px;padding:18px 0;display:grid}.founder-details span{color:var(--taupe);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:700}.founder-details strong{font-family:Georgia,serif;font-size:16px;font-weight:400;line-height:1.45}.founder-actions{flex-wrap:wrap;align-items:center;gap:18px 28px;margin-top:32px;display:flex}.founder-button{border-color:var(--plum);min-height:52px;color:var(--plum);border-radius:100px}.founder-button:hover,.founder-button:focus-visible{background:var(--plum);color:var(--white);transform:translateY(-2px)}.approach-section{background:var(--plum);color:var(--white);grid-template-columns:.9fr 1.1fr;gap:clamp(70px,10vw,160px);padding:clamp(90px,10vw,155px) clamp(22px,7vw,112px);display:grid}.eyebrow.light{color:#d8c7b4}.approach-intro h2{max-width:650px;font-size:clamp(48px,5vw,74px);line-height:1.01}.approach-intro>p:last-child{color:#ffffffab;max-width:570px;margin:34px 0 0;font-size:16px;line-height:1.8}.steps-list{border-top:1px solid #ffffff30;margin:0;padding:0;list-style:none}.steps-list li{border-bottom:1px solid #ffffff30;grid-template-columns:65px 1fr;gap:24px;padding:31px 0;display:grid}.steps-list>li>span{color:#d8c7b4;font-family:Georgia,serif;font-size:12px}.steps-list h3{margin:0 0 10px;font-family:Georgia,serif;font-size:25px;font-weight:400}.steps-list p{color:#ffffffa3;margin:0;font-size:13px;line-height:1.7}.faq-section{background:var(--paper);grid-template-columns:.85fr 1.15fr;gap:clamp(60px,10vw,165px);padding:clamp(90px,11vw,160px) clamp(22px,7vw,112px);display:grid}.faq-heading h2{max-width:620px;font-size:clamp(46px,4.8vw,70px);line-height:1.03}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;min-height:82px;padding:18px 4px;font-family:Georgia,serif;font-size:19px;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{color:var(--plum);content:"+";font-family:Arial,sans-serif;font-size:23px;font-weight:300}.faq-list details[open] summary:after{content:"−"}.faq-list details p{max-width:670px;color:var(--muted);margin:-3px 0 26px;font-size:14px;line-height:1.75}.reviews-section{background:var(--white);padding:clamp(88px,10vw,150px) clamp(22px,7vw,112px)}.reviews-heading{grid-template-columns:1.1fr .9fr;align-items:end;gap:clamp(50px,9vw,145px);max-width:1510px;margin:0 auto clamp(45px,6vw,80px);display:grid}.reviews-heading h2{max-width:760px;font-size:clamp(48px,5.2vw,78px);line-height:1.01}.reviews-heading>p{max-width:570px;color:var(--muted);margin:0 0 7px;font-size:16px;line-height:1.8}.reviews-summary{border:1px solid var(--line);background:var(--cream);justify-content:space-between;align-items:center;gap:40px;max-width:1510px;min-height:190px;margin:0 auto;padding:35px clamp(28px,4vw,62px);display:flex}.google-rating{min-width:0}.google-title{flex-wrap:wrap;align-items:baseline;gap:11px;margin:0;font-size:21px;display:flex}.google-title strong{font-family:Georgia,serif;font-size:24px;font-weight:400}.google-wordmark{letter-spacing:-.06em;font-family:Arial,Helvetica,sans-serif;font-size:25px;font-weight:600}.google-wordmark span:first-child,.google-wordmark span:nth-child(4){color:#4285f4}.google-wordmark span:nth-child(2),.google-wordmark span:nth-child(6){color:#ea4335}.google-wordmark span:nth-child(3){color:#fbbc05}.google-wordmark span:nth-child(5){color:#34a853}.rating-line{flex-wrap:wrap;align-items:center;gap:17px;margin-top:16px;display:flex}.rating-line>strong{font-family:Georgia,serif;font-size:38px;font-weight:400;line-height:1}.rating-stars{color:#c99949;letter-spacing:.08em;font-size:24px}.rating-count{color:var(--muted);font-size:13px}.rating-note{color:var(--muted);margin:12px 0 0;font-size:12px;line-height:1.5}.reviews-button{background:var(--plum);min-height:56px;color:var(--white);border-radius:100px;flex:none}.reviews-button:hover,.reviews-button:focus-visible{background:var(--plum-dark);transform:translateY(-2px)}.reviews-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;max-width:1510px;margin:24px auto 0;display:grid}.review-card{border:1px solid var(--line);background:var(--paper);flex-direction:column;min-height:230px;padding:clamp(20px,2vw,28px);transition:border-color .18s,transform .18s;display:flex}.review-card:hover{border-color:var(--taupe);transform:translateY(-5px)}.review-author{align-items:center;gap:12px;display:flex}.review-avatar{background:var(--plum);width:42px;height:42px;color:var(--white);border-radius:50%;flex:none;place-items:center;font-family:Georgia,serif;font-size:13px;display:grid;position:relative;overflow:hidden}.review-avatar img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.review-author h3{margin:0;font-family:Georgia,serif;font-size:18px;font-weight:400}.review-author p{color:var(--muted);margin:4px 0 0;font-size:11px}.review-stars{color:#c99949;letter-spacing:.09em;margin-top:20px;font-size:16px}.review-card blockquote{color:var(--soft-ink);margin:14px 0 22px;font-family:Georgia,serif;font-size:clamp(17px,1.25vw,20px);line-height:1.4}.review-without-text{color:var(--muted);margin:14px 0 22px;font-family:Georgia,serif;font-size:16px;font-style:italic;line-height:1.5}.review-card>a{border-top:1px solid var(--line);color:var(--plum);letter-spacing:.08em;text-transform:uppercase;margin-top:auto;padding-top:14px;font-size:10px;font-weight:700}.review-card>a span{float:right}.contact-section{background:var(--plum-dark);color:var(--white);grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);align-items:center;gap:clamp(60px,8vw,130px);padding:clamp(82px,9vw,135px) clamp(22px,7vw,112px);display:grid;position:relative;overflow:hidden}.contact-section:before{content:"";background:#d6c1a7;width:120px;height:2px;position:absolute;top:0;left:clamp(22px,7vw,112px)}.contact-heading{z-index:1;position:relative}.contact-heading h2{max-width:680px;font-size:clamp(48px,5vw,75px);line-height:1.01}.contact-heading>p:not(.eyebrow){color:#ffffffad;max-width:560px;margin:27px 0 0;font-size:16px;line-height:1.75}.contact-button{color:var(--ink);background:#d6c1a7;border-color:#d6c1a7;border-radius:100px;margin-top:31px}.contact-button:hover,.contact-button:focus-visible{background:var(--white);transform:translateY(-2px)}.contact-directory{z-index:1;border-top:1px solid #ffffff38;position:relative}.contact-row{border-bottom:1px solid #ffffff2e;grid-template-columns:150px minmax(0,1fr) 24px;align-items:center;gap:22px;min-height:91px;padding:18px 6px;transition:background .18s,padding .18s;display:grid}a.contact-row:hover,a.contact-row:focus-visible{background:#ffffff0e;padding-inline:16px}.contact-row>span:first-child{color:#d6c1a7;letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:700}.contact-row strong{color:#ffffffd1;overflow-wrap:anywhere;font-family:Georgia,serif;font-size:17px;font-weight:400;line-height:1.5}.contact-row>span:last-child{color:#d6c1a7;text-align:right;font-size:18px}.contact-privacy{color:#ffffff8f;margin:24px 0 0;font-size:12px;line-height:1.65}.contact-privacy a{color:#d6c1a7;text-underline-offset:3px;text-decoration:underline}.site-footer{color:#ffffff85;letter-spacing:.05em;background:#1e1b1c;border-top:1px solid #ffffff14;grid-template-columns:105px minmax(0,1fr) auto;align-items:center;gap:clamp(24px,4vw,58px);min-height:104px;padding:14px clamp(22px,5vw,78px);font-size:10px;display:grid}.footer-logo{filter:invert();opacity:.84;place-items:center;width:92px;height:76px;display:grid}.footer-logo img{width:82px;height:auto}.footer-meta{flex-wrap:wrap;align-items:center;gap:7px 24px;display:flex}.footer-meta p{margin:0}.footer-disclaimer{color:#ffffff61;width:100%}.footer-legal{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:11px 22px;display:flex}.footer-legal a{color:#ffffffa8;padding:8px 0}.footer-legal a:hover,.footer-legal a:focus-visible{color:var(--white)}.legal-shell{background:var(--paper);min-height:100vh}.legal-header{border-bottom:1px solid var(--line);background:var(--white);justify-content:space-between;align-items:center;min-height:92px;padding:12px clamp(20px,6vw,92px);display:flex}.legal-header img{width:112px;height:auto}.legal-header>a:last-child{color:var(--plum);letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:700}.legal-content{width:min(860px,100% - 40px);margin:0 auto;padding:clamp(72px,9vw,125px) 0}.legal-content .eyebrow{margin-bottom:18px}.legal-content h1{letter-spacing:-.04em;margin:0 0 22px;font-family:Georgia,serif;font-size:clamp(44px,6vw,74px);font-weight:400;line-height:1}.legal-updated{color:var(--muted);margin:0 0 48px;font-size:13px}.legal-content h2{margin:44px 0 13px;font-family:Georgia,serif;font-size:26px;font-weight:400}.legal-content p,.legal-content li{color:var(--soft-ink);font-size:16px;line-height:1.8}.legal-content ul{padding-left:21px}.legal-content a{color:var(--plum);text-underline-offset:3px;text-decoration:underline}.legal-footer{color:#ffffff8f;text-align:center;background:#1e1b1c;padding:26px 20px;font-size:11px}.floating-whatsapp{z-index:30;width:56px;height:56px;color:var(--white);letter-spacing:.08em;background:#25d366;border:1px solid #ffffff80;border-radius:50%;place-items:center;font-size:10px;font-weight:800;transition:transform .18s,background .18s;display:grid;position:fixed;bottom:22px;right:22px;box-shadow:0 12px 34px #25d36647}.floating-whatsapp svg{fill:currentColor;width:29px;height:29px}.floating-whatsapp:hover,.floating-whatsapp:focus-visible{background:#1ebe5d;transform:translateY(-3px)}@media (width>=821px){.hero-copy{color:var(--white)}.hero-copy .eyebrow,.hero h1 em{color:#d9aa55}.hero-lead{color:#ffffffc2}}@media (width<=1120px){.site-header{grid-template-columns:180px 1fr auto}.desktop-nav{gap:20px}.desktop-nav a:nth-child(3){display:none}.hero-copy{width:52%;padding-left:45px}.area-grid,.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.founder-section{grid-template-columns:minmax(330px,.9fr) minmax(390px,1.1fr);gap:55px}.approach-section,.faq-section,.contact-section{gap:65px}}@media (width<=820px){.site-header{grid-template-columns:auto 1fr auto;min-height:94px}.brand{width:145px;height:90px}.brand img{width:126px}.desktop-nav{display:none}.mobile-menu{justify-self:end;margin-right:14px;display:block;position:relative}.mobile-menu summary{color:var(--plum);cursor:pointer;letter-spacing:.08em;text-transform:uppercase;padding:10px 4px;font-size:11px;font-weight:700;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu nav{z-index:30;border:1px solid var(--line);background:var(--white);width:min(270px,100vw - 32px);padding:14px;display:grid;position:absolute;top:calc(100% + 18px);right:-16px;box-shadow:0 18px 50px #26232324}.mobile-menu nav a{border-bottom:1px solid var(--line);padding:14px 12px;font-family:Georgia,serif;font-size:16px}.mobile-menu nav a:last-child{border-bottom:0}.hero{background:var(--cream);flex-direction:column;min-height:0;display:flex}.hero-media{aspect-ratio:4/3;height:auto;position:relative}.hero-media img{object-position:center}.hero-shade{display:none}.hero-copy{width:100%;margin:0;padding:58px 28px 68px}.hero h1{font-size:clamp(58px,15vw,90px)}.areas-section{margin-top:0}.section-kicker{min-height:115px}.section-kicker>p:last-child{display:none}.principles-section,.approach-section,.faq-section,.contact-section,.reviews-heading{grid-template-columns:1fr}.principles-copy>p{margin-top:0}.founder-section{grid-template-columns:1fr;gap:58px;padding:78px 28px 92px}.founder-photo{width:min(100%,560px)}.founder-copy{max-width:none}.reviews-heading>p{margin:0}.reviews-grid{grid-template-columns:1fr}.contact-directory{margin-top:20px}.site-footer{grid-template-columns:90px 1fr}.footer-legal{border-top:1px solid #ffffff14;grid-column:1/-1;justify-content:flex-start;padding-top:6px}}@media (width<=560px){.site-header{min-height:72px;padding:0 16px}.brand{width:112px;height:72px}.brand img{width:100px}.mobile-menu{margin-right:8px}.mobile-menu summary{font-size:10px}.header-cta{min-height:42px;padding:0 12px;font-size:10px}.header-cta span{display:none}.hero{aspect-ratio:4/5;background:#02111a;margin:0;display:block;position:relative}.hero-media{aspect-ratio:auto;height:100%;position:absolute}.hero-media img{object-fit:cover;object-position:center}.hero-shade{background:linear-gradient(90deg,#02111ab8 0%,#02111a75 43%,#02111a00 72%),linear-gradient(#02111a00 48%,#02111a7a 100%);display:block}.hero-copy{width:100%;height:100%;color:var(--white);flex-direction:column;align-items:flex-start;padding:30px 44% 32px 18px;display:flex;position:relative}.hero-copy .eyebrow{color:#d9aa55;margin-bottom:12px;font-size:9px;line-height:1.5}.hero h1{font-size:clamp(32px,10.5vw,44px)}.hero h1 em{color:#d9aa55}.hero-lead{color:#ffffffd1;margin:15px 0 14px;font-size:12px;line-height:1.5}.button-primary{text-align:center;width:100%;min-height:44px;margin-top:auto;padding:9px 10px;font-size:10px;line-height:1.25}.areas-section{margin-top:0;padding:0 16px clamp(88px,10vw,150px)}.section-kicker{min-height:72px}.area-grid{grid-template-columns:1fr}.area-card{min-height:325px}.area-card h2{min-height:0;font-size:31px}.principles-section,.approach-section,.faq-section,.reviews-section,.contact-section{padding-inline:20px}.principles-heading h2,.approach-intro h2,.faq-heading h2,.reviews-heading h2,.contact-heading h2{font-size:45px}.founder-section{gap:45px;padding:64px 18px 74px}.founder-photo{width:calc(100% - 14px);box-shadow:14px 14px #b6a38e38}.founder-photo img{object-position:center 20%}.founder-copy h2{font-size:63px}.founder-details div{grid-template-columns:1fr;gap:7px}.founder-actions{flex-direction:column;align-items:stretch}.founder-button{text-align:center;width:100%}.steps-list li{grid-template-columns:42px 1fr}.faq-list summary{font-size:17px}.reviews-heading{gap:25px;margin-bottom:42px}.reviews-summary{flex-direction:column;align-items:stretch;padding:28px 24px}.reviews-button{width:100%}.review-card{min-height:225px}.contact-row{grid-template-columns:1fr 20px;gap:8px 12px;min-height:96px}.contact-row>span:first-child{grid-column:1/-1}.contact-row strong{font-size:16px}.contact-privacy{font-size:12px}.site-footer{grid-template-columns:70px 1fr;gap:12px 18px;min-height:0;padding:20px 20px 26px}.footer-logo{place-items:center start;width:66px;height:60px}.footer-logo img{width:60px}.footer-meta{flex-direction:column;align-items:flex-start;gap:7px}.footer-legal{gap:4px 16px}.legal-header{min-height:76px}.legal-header img{width:88px}.legal-content{width:min(100% - 36px,860px);padding-block:60px 78px}.legal-content p,.legal-content li{font-size:15px}.floating-whatsapp{width:52px;height:52px;bottom:16px;right:16px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
