@font-face{font-family:DM Sans;src:url(/fonts/DMSans-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/fonts/DMSans-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}:root{--tbh-primary: #059669;--tbh-primary-light: #10B981;--tbh-primary-hover: #047857;--tbh-secondary: #E6F7F0;--tbh-white: #FFFFFF;--tbh-cream: #F9FAFB;--tbh-dark: #181830;--tbh-anthracite: #2D2D2D;--tbh-gray: #555570;--tbh-muted: #707070;--tbh-body-color: #3A3A3A;--tbh-bg-light: #F5F5F5;--tbh-light-border: #E5E7EB;--tbh-border: #DDDDDD;--tbh-radius: 8px;--tbh-radius-lg: 12px;--tbh-shadow-soft: 0 2px 6px rgba(24, 24, 48, .05);--tbh-shadow-card: 0 4px 14px rgba(24, 24, 48, .08);--tbh-shadow-md: 0 6px 20px rgba(0, 0, 0, .14);--tbh-shadow-lg: 0 10px 36px rgba(0, 0, 0, .22);--tbh-shadow-elevated: 0 10px 28px rgba(24, 24, 48, .12);--tbh-shadow-glow: rgba(5, 150, 105, .15);--tbh-font-display: "DM Sans", system-ui, -apple-system, sans-serif;--tbh-font-text: "Inter", system-ui, -apple-system, sans-serif;--tbh-content-max: 1100px;--tbh-wrap: 1100px;--tbh-bar-height: 54px;--tbh-anim: .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--tbh-bar-height)}body{font-family:var(--tbh-font-text);font-size:16px;line-height:1.7;color:var(--tbh-body-color);background-color:var(--tbh-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:var(--tbh-primary);text-decoration:none;transition:color var(--tbh-anim)}a:hover{color:var(--tbh-primary-light);text-decoration:underline}h1,h2,h3,h4{font-family:var(--tbh-font-display);font-weight:700;line-height:1.25;color:var(--tbh-dark)}.tbh-inner{width:100%;max-width:var(--tbh-content-max);margin:0 auto;padding:0 22px}.tbh-wrap{max-width:var(--tbh-wrap);margin:0 auto}.tbh-header{position:fixed;top:0;left:0;right:0;height:var(--tbh-bar-height);background:var(--tbh-dark);z-index:900;box-shadow:0 2px 10px #00000059}.tbh-header-wrap{max-width:var(--tbh-wrap);margin:0 auto;padding:0 20px;height:100%;display:flex;align-items:center;gap:24px}.tbh-brand{font-family:var(--tbh-font-display);font-weight:700;font-size:17px;color:var(--tbh-white);text-decoration:none;flex-shrink:0}.tbh-brand:hover{text-decoration:none}.tbh-brand strong{color:var(--tbh-primary-light)}.tbh-nav{display:flex;align-items:center;gap:4px;flex:1}.tbh-nav-link{font-family:var(--tbh-font-display);font-weight:600;font-size:12px;color:#ccc;text-transform:uppercase;letter-spacing:.5px;padding:6px 10px;transition:color .2s}.tbh-nav-link:hover{color:var(--tbh-white);text-decoration:none}.tbh-header-action{display:inline-block;padding:7px 18px;background:var(--tbh-primary);color:var(--tbh-white);font-family:var(--tbh-font-display);font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.6px;border-radius:var(--tbh-radius);transition:background .2s;flex-shrink:0}.tbh-header-action:hover{background:var(--tbh-primary-light);box-shadow:0 4px 20px #05966959;text-decoration:none}.tbh-mobile-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;background:none;border:none;cursor:pointer;padding:0}.tbh-mobile-toggle span{display:block;width:100%;height:2px;background:var(--tbh-white);transition:transform .3s,opacity .3s}.tbh-mobile-toggle--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.tbh-mobile-toggle--open span:nth-child(2){opacity:0}.tbh-mobile-toggle--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.tbh-mobile-menu{display:none;position:fixed;top:var(--tbh-bar-height);left:0;right:0;background:var(--tbh-dark);z-index:899;padding:12px 20px 20px;flex-direction:column;gap:4px;box-shadow:0 4px 12px #0000004d}.tbh-mobile-menu--open{display:flex}.tbh-mobile-link{font-family:var(--tbh-font-display);font-weight:600;font-size:14px;color:#ccc;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.1)}.tbh-mobile-link:hover{color:var(--tbh-white);text-decoration:none}.tbh-mobile-cta{display:inline-block;margin-top:8px;padding:10px 24px;background:var(--tbh-primary);color:var(--tbh-white);font-family:var(--tbh-font-display);font-weight:700;font-size:13px;text-transform:uppercase;text-align:center;border-radius:var(--tbh-radius)}.tbh-mobile-cta:hover{background:var(--tbh-primary-light);text-decoration:none}.tbh-breadcrumb{margin-top:var(--tbh-bar-height);padding:12px 20px;background:var(--tbh-bg-light);border-bottom:1px solid var(--tbh-border)}.tbh-breadcrumb ol{max-width:var(--tbh-wrap);margin:0 auto;display:flex;flex-wrap:wrap;gap:4px;list-style:none;font-size:13px}.tbh-breadcrumb li:not(:last-child):after{content:"›";margin-left:6px;color:var(--tbh-muted)}.tbh-breadcrumb a{color:var(--tbh-primary)}.tbh-breadcrumb span[aria-current]{color:var(--tbh-muted)}@keyframes tbh-fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tbh-hero{margin-top:var(--tbh-bar-height);position:relative;padding:5rem 2rem;background:linear-gradient(135deg,#2c1810,#4a2c1a,#2c1810);overflow:hidden;border-bottom:4px solid var(--tbh-primary)}.tbh-hero:after{content:"";position:absolute;top:50%;right:10%;width:380px;height:380px;background:radial-gradient(circle,rgba(74,44,26,.5) 0%,transparent 70%);transform:translateY(-50%);pointer-events:none}.tbh-hero-inner{position:relative;z-index:2;max-width:1080px;margin:0 auto;display:flex;align-items:center;gap:3rem}.tbh-hero-center{flex:1;text-align:left;padding:0;animation:tbh-fadeUp .8s ease-out both}.tbh-hero-h1{font-size:2.8rem;color:var(--tbh-white);margin-bottom:18px;letter-spacing:-.025em;line-height:1.15}.tbh-hero-text{font-size:1.1rem;color:#ffffffe6;margin-bottom:32px;line-height:1.7;max-width:520px}.tbh-hero-btn{display:inline-block;padding:14px 34px;background-color:var(--tbh-primary);color:var(--tbh-white);font-weight:600;font-size:1rem;border-radius:var(--tbh-radius);border:2px solid transparent;transition:all var(--tbh-anim)}.tbh-hero-btn:hover{background-color:transparent;border-color:var(--tbh-white);color:var(--tbh-white);text-decoration:none}.tbh-hero-visual{flex-shrink:0;animation:tbh-fadeUp .8s ease-out .2s both}.tbh-hero-visual img{width:280px;height:280px;object-fit:cover;border-radius:18px;box-shadow:0 8px 32px #00000059;border:3px solid rgba(255,255,255,.12);transform:rotate(2deg);transition:transform .3s ease}.tbh-hero-visual img:hover{transform:rotate(0) scale(1.03)}.tbh-block{padding:68px 20px}.tbh-block--alt{background:var(--tbh-bg-light)}.tbh-block--base{background:var(--tbh-white)}.tbh-overline{font-family:var(--tbh-font-display);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:2.5px;color:var(--tbh-primary);margin-bottom:6px}.tbh-title{font-family:var(--tbh-font-display);font-weight:700;font-size:28px;color:var(--tbh-anthracite);line-height:1.25;margin-bottom:14px}.tbh-lead{font-size:15px;color:var(--tbh-muted);max-width:660px;margin-bottom:36px;line-height:1.75}.tbh-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.tbh-stat-box{background:var(--tbh-white);padding:28px 20px;text-align:center;box-shadow:var(--tbh-shadow-md);border-top:3px solid var(--tbh-primary);border-radius:var(--tbh-radius)}.tbh-stat-value{font-family:var(--tbh-font-display);font-weight:700;font-size:32px;color:var(--tbh-primary);line-height:1;margin-bottom:6px}.tbh-stat-label{font-size:13px;font-weight:500;color:var(--tbh-muted);text-transform:uppercase;letter-spacing:.5px}.tbh-work-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.tbh-work-card{background:var(--tbh-white);padding:30px;box-shadow:var(--tbh-shadow-md);border-bottom:3px solid var(--tbh-primary);border-radius:var(--tbh-radius);transition:box-shadow .2s,transform .2s}.tbh-work-card:hover{box-shadow:0 8px 30px #0596691f;transform:translateY(-3px)}.tbh-work-name{font-family:var(--tbh-font-display);font-weight:700;font-size:17px;color:var(--tbh-anthracite);margin-bottom:8px}.tbh-work-desc{font-size:14px;color:var(--tbh-muted);line-height:1.75}.tbh-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;counter-reset:tbh-counter}.tbh-step{background:var(--tbh-white);padding:24px 20px;box-shadow:var(--tbh-shadow-md);counter-increment:tbh-counter;position:relative;border-radius:var(--tbh-radius)}.tbh-step:after{content:counter(tbh-counter,decimal-leading-zero);position:absolute;top:16px;right:16px;font-family:var(--tbh-font-display);font-weight:700;font-size:42px;color:#0596691f;line-height:1}.tbh-step-heading{font-family:var(--tbh-font-display);font-weight:700;font-size:15px;color:var(--tbh-anthracite);margin-bottom:8px;padding-right:40px}.tbh-step-detail{font-size:13px;color:var(--tbh-muted);line-height:1.7}.tbh-area-split{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}.tbh-area-info h3{font-family:var(--tbh-font-display);font-weight:700;font-size:20px;color:var(--tbh-anthracite);margin-bottom:10px}.tbh-area-info p{margin-bottom:14px;color:var(--tbh-muted);font-size:15px}.tbh-commune-tags{list-style:none;display:flex;flex-wrap:wrap;gap:10px}.tbh-commune-tags li{padding:7px 16px;background:var(--tbh-dark);color:var(--tbh-white);font-family:var(--tbh-font-display);font-weight:600;font-size:13px;letter-spacing:.3px;border-radius:var(--tbh-radius)}.tbh-area-embed{width:100%;height:320px;box-shadow:var(--tbh-shadow-md);border:none;border-radius:var(--tbh-radius-lg)}.tbh-faq{max-width:740px}.tbh-faq-entry{padding:18px 0;border-bottom:1px solid var(--tbh-border)}.tbh-faq-entry:first-child{padding-top:0}.tbh-faq-q{font-family:var(--tbh-font-display);font-weight:700;font-size:16px;color:var(--tbh-anthracite);margin-bottom:6px}.tbh-faq-a{font-size:14px;color:var(--tbh-muted);line-height:1.75}.tbh-contact-area{max-width:640px;margin:0 auto;text-align:center}.tbh-contact-area .tbh-title{text-align:center}.tbh-contact-area .tbh-lead{margin-left:auto;margin-right:auto;text-align:center}.tally-embed-wrapper{width:100%}.tbh-footer{background:var(--tbh-dark);padding:48px 20px 28px}.tbh-footer-wrap{max-width:var(--tbh-wrap);margin:0 auto}.tbh-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:36px;margin-bottom:36px}.tbh-footer-col{display:flex;flex-direction:column;gap:6px}.tbh-footer-col a{font-size:13px;color:#999;transition:color .2s}.tbh-footer-col a:hover{color:var(--tbh-white);text-decoration:none}.tbh-footer-name{font-family:var(--tbh-font-display);font-weight:700;font-size:15px;color:var(--tbh-white);margin-bottom:4px}.tbh-footer-name strong{color:var(--tbh-primary-light)}.tbh-footer-info{font-size:13px;color:#999;line-height:1.6}.tbh-footer-heading{font-family:var(--tbh-font-display);font-weight:700;font-size:13px;color:var(--tbh-white);text-transform:uppercase;letter-spacing:1px;margin-bottom:6px}.tbh-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;text-align:center}.tbh-footer-copy{font-size:12px;color:#777}.tbh-footer-copy a{color:#999}.tbh-page-hero{margin-top:var(--tbh-bar-height);background:var(--tbh-dark);padding:3rem 20px;border-bottom:4px solid var(--tbh-primary)}.tbh-page-hero .tbh-wrap{max-width:780px}.tbh-page-hero h1{font-family:var(--tbh-font-display);font-weight:700;font-size:2rem;color:var(--tbh-white);line-height:1.25;margin-bottom:14px}.tbh-page-intro{font-size:1rem;color:#bbb;line-height:1.7;max-width:680px}.tbh-breadcrumb+.tbh-page-hero{margin-top:0}.tbh-service-detail{margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid var(--tbh-border)}.tbh-service-detail:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.tbh-service-detail h2{font-family:var(--tbh-font-display);font-weight:700;font-size:22px;color:var(--tbh-anthracite);margin-bottom:12px}.tbh-service-detail h3{font-family:var(--tbh-font-display);font-weight:700;font-size:16px;color:var(--tbh-anthracite);margin:20px 0 8px}.tbh-service-detail p{font-size:15px;color:var(--tbh-body-color);line-height:1.75;margin-bottom:12px}.tbh-advantages{list-style:none;margin:16px 0}.tbh-advantages li{padding:8px 0 8px 28px;position:relative;font-size:14px;color:var(--tbh-body-color);line-height:1.6}.tbh-advantages li:before{content:"✓";position:absolute;left:0;color:var(--tbh-primary);font-weight:700}.tbh-essences{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;list-style:none}.tbh-essences li{padding:5px 14px;background:var(--tbh-bg-light);font-size:12px;font-weight:500;color:var(--tbh-muted);border:1px solid var(--tbh-border);border-radius:var(--tbh-radius)}.tbh-project{margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid var(--tbh-border)}.tbh-project:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.tbh-project h2{font-family:var(--tbh-font-display);font-weight:700;font-size:20px;color:var(--tbh-anthracite);margin-bottom:12px}.tbh-project-meta{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.tbh-project-tag{font-size:12px;font-weight:600;color:var(--tbh-primary);text-transform:uppercase;letter-spacing:.5px}.tbh-project h3{font-family:var(--tbh-font-display);font-weight:700;font-size:15px;color:var(--tbh-anthracite);margin:16px 0 6px}.tbh-project p{font-size:15px;color:var(--tbh-body-color);line-height:1.75}.tbh-commune-detail{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid var(--tbh-border)}.tbh-commune-detail:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.tbh-commune-detail h2{font-family:var(--tbh-font-display);font-weight:700;font-size:20px;color:var(--tbh-anthracite);margin-bottom:10px}.tbh-commune-detail p{font-size:15px;color:var(--tbh-body-color);line-height:1.75}.tbh-guide-section{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid var(--tbh-border)}.tbh-guide-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.tbh-guide-section h2{font-family:var(--tbh-font-display);font-weight:700;font-size:22px;color:var(--tbh-anthracite);margin-bottom:12px}.tbh-guide-section p{font-size:15px;color:var(--tbh-body-color);line-height:1.8}.tbh-review-card{margin-bottom:32px;padding:28px;background:var(--tbh-bg-light);border-left:4px solid var(--tbh-primary);border-radius:0 var(--tbh-radius) var(--tbh-radius) 0}.tbh-review-card:last-child{margin-bottom:0}.tbh-review-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;margin-bottom:8px;gap:8px}.tbh-review-author{font-family:var(--tbh-font-display);font-weight:700;font-size:16px;color:var(--tbh-anthracite)}.tbh-review-meta{font-size:12px;color:var(--tbh-muted)}.tbh-review-stars{color:var(--tbh-primary);font-size:14px;margin-bottom:4px}.tbh-review-details{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:10px;font-size:12px;color:var(--tbh-muted);text-transform:uppercase;letter-spacing:.3px}.tbh-review-text{font-size:15px;color:var(--tbh-body-color);line-height:1.75}.tbh-cta-banner{background:var(--tbh-dark);padding:48px 20px;text-align:center}.tbh-cta-banner h2{font-family:var(--tbh-font-display);font-weight:700;font-size:24px;color:var(--tbh-white);margin-bottom:12px}.tbh-cta-banner p{color:#bbb;font-size:15px;margin-bottom:20px;max-width:540px;margin-left:auto;margin-right:auto}.tbh-cta-banner a{display:inline-block;padding:13px 32px;background:var(--tbh-primary);color:var(--tbh-white);font-family:var(--tbh-font-display);font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.8px;border-radius:var(--tbh-radius)}.tbh-cta-banner a:hover{background:var(--tbh-primary-light);box-shadow:0 4px 20px #05966959;text-decoration:none}.tbh-internal-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.tbh-internal-links a{padding:8px 20px;background:var(--tbh-bg-light);font-size:13px;font-weight:500;color:var(--tbh-anthracite);border:1px solid var(--tbh-border);border-radius:var(--tbh-radius);transition:border-color .2s,color .2s}.tbh-internal-links a:hover{border-color:var(--tbh-primary);color:var(--tbh-primary);text-decoration:none}@media (max-width: 900px){.tbh-nav{display:none}.tbh-mobile-toggle{display:flex}.tbh-header-wrap{justify-content:space-between}.tbh-stats{grid-template-columns:repeat(2,1fr)}.tbh-work-grid{grid-template-columns:1fr}.tbh-steps{grid-template-columns:repeat(2,1fr)}.tbh-area-split{grid-template-columns:1fr}.tbh-area-embed{height:260px}.tbh-footer-grid{grid-template-columns:1fr 1fr;gap:28px}}@media (max-width: 768px){.tbh-hero{padding:3.5rem 1.5rem}.tbh-hero-inner{flex-direction:column-reverse;gap:1.5rem}.tbh-hero-center{text-align:center}.tbh-hero-h1{font-size:2rem}.tbh-hero-text{max-width:100%;margin-left:auto;margin-right:auto}.tbh-hero-visual img{width:200px;height:200px}.tbh-page-hero h1{font-size:1.6rem}.tbh-project-meta{flex-direction:column;gap:4px}.tbh-review-header{flex-direction:column}}@media (max-width: 600px){.tbh-block{padding:44px 16px}.tbh-title{font-size:22px}.tbh-stats,.tbh-steps{grid-template-columns:1fr}.tbh-commune-tags{flex-direction:column}.tbh-header-action{font-size:11px;padding:6px 12px}.tbh-footer-grid{grid-template-columns:1fr;gap:24px}.tbh-internal-links,.tbh-essences{flex-direction:column}}
