@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-ExtraBold.woff2) format("woff2");font-weight:800;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}:root{--nth-primary: #00A86B;--nth-primary-dark: #008F5B;--nth-primary-pale: rgba(0, 168, 107, .07);--nth-white: #FFFFFF;--nth-off-white: #FAFBFC;--nth-gray-light: #F4F5F7;--nth-gray-mid: #E5E7EB;--nth-text: #1A1A2E;--nth-text-secondary: #4A4A68;--nth-text-muted: #6B7280;--nth-border: #E5E7EB;--nth-font-heading: "DM Sans", system-ui, -apple-system, sans-serif;--nth-font-body: "Inter", system-ui, -apple-system, sans-serif;--nth-max-width: 780px;--nth-wide-width: 1080px;--nth-header-h: 0px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:var(--nth-font-body);font-weight:400;font-size:17px;line-height:1.8;color:var(--nth-text);background-color:var(--nth-white);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--nth-primary);text-decoration:none}a:hover{text-decoration:underline}.nth-header{position:sticky;top:0;z-index:900;background:var(--nth-white);transition:padding .3s ease,box-shadow .3s ease}.nth-header-top{max-width:var(--nth-wide-width);margin:0 auto;padding:24px 24px 16px;display:flex;align-items:center;justify-content:space-between}.nth-brand{font-family:var(--nth-font-heading);font-weight:800;font-size:1.4rem;color:var(--nth-text);text-decoration:none;letter-spacing:-.02em}.nth-brand:hover{text-decoration:none}.nth-brand strong{color:var(--nth-primary)}.nth-header-phone{font-family:var(--nth-font-heading);font-weight:700;font-size:.95rem;color:var(--nth-text);text-decoration:none}.nth-header-phone:hover{color:var(--nth-primary);text-decoration:none}.nth-header-separator{border:none;border-top:1px solid var(--nth-border);margin:0}.nth-nav-bar{max-width:var(--nth-wide-width);margin:0 auto;padding:10px 24px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.nth-nav-link{font-family:var(--nth-font-heading);font-weight:700;font-size:.82rem;color:var(--nth-text-muted);text-transform:uppercase;letter-spacing:.08em;padding:6px 12px;transition:color .2s}.nth-nav-link:hover{color:var(--nth-primary);text-decoration:none}.nth-header--compact .nth-header-top{padding:10px 24px 8px}.nth-header--compact .nth-nav-bar{padding:6px 24px}.nth-header--compact{box-shadow:0 1px 8px #0000000f}.nth-mobile-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;background:none;border:none;cursor:pointer;padding:0}.nth-mobile-toggle span{display:block;width:100%;height:2px;background:var(--nth-text);transition:transform .3s,opacity .3s}.nth-mobile-toggle--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nth-mobile-toggle--open span:nth-child(2){opacity:0}.nth-mobile-toggle--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nth-mobile-menu{display:none;position:fixed;inset:0;background:var(--nth-white);z-index:800;flex-direction:column;align-items:center;justify-content:center;gap:16px}.nth-mobile-menu--open{display:flex}.nth-mobile-link{font-family:var(--nth-font-heading);font-weight:700;font-size:1.3rem;color:var(--nth-text)}.nth-mobile-link:hover{color:var(--nth-primary);text-decoration:none}.nth-mobile-cta{display:inline-block;margin-top:12px;padding:14px 32px;background:var(--nth-primary);color:var(--nth-white);font-family:var(--nth-font-heading);font-weight:700;font-size:1rem;border-radius:6px}.nth-mobile-cta:hover{background:var(--nth-primary-dark);color:var(--nth-white);text-decoration:none}.nth-breadcrumb{padding:12px 24px;background:var(--nth-gray-light);border-bottom:1px solid var(--nth-border)}.nth-breadcrumb ol{max-width:var(--nth-max-width);margin:0 auto;display:flex;flex-wrap:wrap;gap:4px;list-style:none;font-size:13px}.nth-breadcrumb li:not(:last-child):after{content:"/";margin-left:6px;color:var(--nth-text-muted)}.nth-breadcrumb a{color:var(--nth-primary)}.nth-breadcrumb span[aria-current]{color:var(--nth-text-muted)}.nth-hero{padding:6rem 24px 3rem;text-align:center;background:var(--nth-white)}.nth-hero-inner{max-width:var(--nth-max-width);margin:0 auto}.nth-hero h1{font-family:var(--nth-font-heading);font-weight:800;font-size:3.2rem;color:var(--nth-text);line-height:1.15;margin-bottom:20px;letter-spacing:-.03em}.nth-hero-subtitle{font-family:var(--nth-font-body);font-size:1.1rem;color:var(--nth-text-secondary);line-height:1.75;max-width:620px;margin:0 auto 32px}.nth-hero-cta{display:inline-block;padding:16px 40px;background:var(--nth-primary);color:var(--nth-white);font-family:var(--nth-font-heading);font-weight:700;font-size:1rem;border-radius:6px;border:none;cursor:pointer;text-decoration:none;transition:background .2s,transform .15s}.nth-hero-cta:hover{background:var(--nth-primary-dark);transform:translateY(-2px);text-decoration:none;color:var(--nth-white)}.nth-hero-image{max-width:var(--nth-wide-width);margin:3rem auto 0;padding:0 24px}.nth-hero-image img{width:100%;border-radius:8px;object-fit:cover;max-height:480px}.nth-section{max-width:var(--nth-max-width);margin:0 auto;padding:4rem 24px}.nth-section--wide{max-width:var(--nth-wide-width)}.nth-section--gray{background:var(--nth-gray-light)}.nth-section-full{padding:4rem 24px}.nth-trust{text-align:center;padding:3rem 24px;border-bottom:1px solid var(--nth-border)}.nth-trust-text{font-family:var(--nth-font-body);font-size:1rem;color:var(--nth-text-muted);letter-spacing:.04em}.nth-trust-ornament{display:block;width:40px;height:2px;background:var(--nth-primary);margin:16px auto 0;border-radius:1px}.nth-services-list{display:flex;flex-direction:column}.nth-service-row{display:flex;align-items:flex-start;gap:24px;padding:32px 0;border-bottom:1px solid var(--nth-border)}.nth-service-row:last-child{border-bottom:none}.nth-service-num{font-family:var(--nth-font-heading);font-size:3rem;font-weight:800;color:var(--nth-gray-mid);line-height:1;flex-shrink:0;width:64px}.nth-service-text h3{font-family:var(--nth-font-heading);font-size:1.25rem;font-weight:700;color:var(--nth-text);margin-bottom:8px;letter-spacing:-.01em}.nth-service-text p{font-size:.95rem;color:var(--nth-text-secondary);line-height:1.7}.nth-gallery{display:flex;flex-direction:column;gap:3rem}.nth-gallery-item{text-align:center}.nth-gallery-item:nth-child(odd) img{width:100%;border-radius:8px}.nth-gallery-item:nth-child(2n) img{width:75%;margin:0 auto;border-radius:8px}.nth-gallery-caption{margin-top:10px;font-size:.88rem;color:var(--nth-text-muted);font-style:italic}.nth-mid-cta{padding:3rem 0;border-left:4px solid var(--nth-primary);padding-left:28px;margin:3rem 0}.nth-mid-cta blockquote{font-family:var(--nth-font-heading);font-size:1.5rem;font-weight:700;color:var(--nth-text);line-height:1.4;margin-bottom:20px}.nth-mid-cta .nth-hero-cta{font-size:.9rem;padding:12px 28px}.nth-section-heading{font-family:var(--nth-font-heading);font-weight:800;font-size:2rem;color:var(--nth-text);margin-bottom:12px;letter-spacing:-.02em}.nth-section-label{font-family:var(--nth-font-heading);font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;color:var(--nth-primary);margin-bottom:8px}.nth-section-intro{font-size:1rem;color:var(--nth-text-secondary);max-width:680px;margin-bottom:40px;line-height:1.75}.nth-faq-list{display:flex;flex-direction:column}.nth-faq-item{padding:28px 0}.nth-faq-item:nth-child(2n){background:var(--nth-gray-light);margin:0 -24px;padding:28px 24px}.nth-faq-question{font-family:var(--nth-font-heading);font-weight:700;font-size:1.15rem;color:var(--nth-text);margin-bottom:10px}.nth-faq-answer{font-size:.95rem;color:var(--nth-text-secondary);line-height:1.8}.nth-process{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;counter-reset:nth-step}.nth-process-item{padding:24px 20px;background:var(--nth-off-white);border-radius:8px;counter-increment:nth-step;position:relative;border:1px solid var(--nth-border)}.nth-process-item:before{content:counter(nth-step);display:block;font-family:var(--nth-font-heading);font-weight:800;font-size:2rem;color:var(--nth-gray-mid);margin-bottom:10px}.nth-process-title{font-family:var(--nth-font-heading);font-weight:700;font-size:1rem;color:var(--nth-text);margin-bottom:8px}.nth-process-desc{font-size:.88rem;color:var(--nth-text-secondary);line-height:1.65}.nth-zone-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.nth-zone-text h3{font-family:var(--nth-font-heading);font-weight:700;font-size:1.25rem;color:var(--nth-text);margin-bottom:12px}.nth-zone-text p{margin-bottom:16px;color:var(--nth-text-secondary)}.nth-zone-list{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:8px}.nth-zone-list li{padding:6px 14px;background:var(--nth-primary-pale);color:var(--nth-primary-dark);font-weight:500;font-size:.88rem;border-radius:20px;border:1px solid var(--nth-border)}.nth-zone-map{width:100%;height:340px;border:1px solid var(--nth-border);border-radius:8px}.nth-form-section{background:var(--nth-gray-light);padding:5rem 24px}.nth-form-zone{max-width:600px;margin:0 auto;text-align:center}.nth-form-zone .nth-section-heading{text-align:center}.nth-form-zone .nth-section-intro{margin-left:auto;margin-right:auto;text-align:center}.nth-internal-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.nth-internal-links a{padding:8px 20px;background:var(--nth-off-white);font-size:.88rem;font-weight:500;color:var(--nth-text);border:1px solid var(--nth-border);border-radius:6px;transition:all .2s}.nth-internal-links a:hover{border-color:var(--nth-primary);color:var(--nth-primary);background:var(--nth-primary-pale);text-decoration:none}.nth-page-hero{padding:4rem 24px 2.5rem;text-align:center;border-bottom:1px solid var(--nth-border)}.nth-page-hero h1{font-family:var(--nth-font-heading);font-weight:800;font-size:2.4rem;color:var(--nth-text);line-height:1.2;margin-bottom:14px;letter-spacing:-.02em}.nth-page-intro{font-size:1.05rem;color:var(--nth-text-secondary);line-height:1.75;max-width:680px;margin:0 auto}.nth-service-detail{margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid var(--nth-border)}.nth-service-detail:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.nth-service-detail h2{font-family:var(--nth-font-heading);font-weight:700;font-size:1.5rem;color:var(--nth-text);margin-bottom:12px}.nth-service-detail h3{font-family:var(--nth-font-heading);font-weight:700;font-size:1.1rem;color:var(--nth-text);margin:20px 0 8px}.nth-service-detail p{font-size:.95rem;color:var(--nth-text);line-height:1.8;margin-bottom:12px}.nth-advantages{list-style:none;margin:16px 0}.nth-advantages li{padding:8px 0 8px 28px;position:relative;font-size:.9rem;color:var(--nth-text);line-height:1.6}.nth-advantages li:before{content:"---";position:absolute;left:0;color:var(--nth-primary);font-weight:700}.nth-materials{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;list-style:none}.nth-materials li{padding:5px 14px;background:var(--nth-gray-light);font-size:.82rem;font-weight:500;color:var(--nth-text-muted);border:1px solid var(--nth-border);border-radius:20px}.nth-project{margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid var(--nth-border)}.nth-project:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.nth-project h2{font-family:var(--nth-font-heading);font-weight:700;font-size:1.4rem;color:var(--nth-text);margin-bottom:12px}.nth-project-meta{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.nth-project-tag{font-size:.78rem;font-weight:600;color:var(--nth-primary);text-transform:uppercase;letter-spacing:.5px}.nth-project h3{font-family:var(--nth-font-heading);font-weight:700;font-size:1.05rem;color:var(--nth-text);margin:16px 0 6px}.nth-project p{font-size:.95rem;color:var(--nth-text);line-height:1.8}.nth-commune-detail{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid var(--nth-border)}.nth-commune-detail:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.nth-commune-detail h2{font-family:var(--nth-font-heading);font-weight:700;font-size:1.4rem;color:var(--nth-text);margin-bottom:10px}.nth-commune-detail p{font-size:.95rem;color:var(--nth-text);line-height:1.8}.nth-guide-section{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid var(--nth-border)}.nth-guide-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.nth-guide-section h2{font-family:var(--nth-font-heading);font-weight:700;font-size:1.4rem;color:var(--nth-text);margin-bottom:12px}.nth-guide-section p{font-size:.95rem;color:var(--nth-text);line-height:1.8}.nth-review-card{margin-bottom:32px;padding:28px;background:var(--nth-off-white);border-left:4px solid var(--nth-primary);border-radius:4px}.nth-review-card:last-child{margin-bottom:0}.nth-review-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;margin-bottom:8px;gap:8px}.nth-review-author{font-family:var(--nth-font-heading);font-weight:700;font-size:1rem;color:var(--nth-text)}.nth-review-meta{font-size:.78rem;color:var(--nth-text-muted)}.nth-review-stars{color:var(--nth-primary);font-size:.88rem;margin-bottom:4px}.nth-review-details{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:10px;font-size:.78rem;color:var(--nth-text-muted);text-transform:uppercase;letter-spacing:.3px}.nth-review-text{font-size:.95rem;color:var(--nth-text-secondary);line-height:1.8}.nth-cta-banner{background:var(--nth-gray-light);padding:48px 24px;text-align:center;border-top:1px solid var(--nth-border);border-bottom:1px solid var(--nth-border)}.nth-cta-banner h2{font-family:var(--nth-font-heading);font-weight:800;font-size:1.6rem;color:var(--nth-text);margin-bottom:12px}.nth-cta-banner p{color:var(--nth-text-secondary);font-size:.95rem;margin-bottom:20px;max-width:540px;margin-left:auto;margin-right:auto}.nth-cta-banner a,.nth-cta-banner button{display:inline-block;padding:14px 36px;background:var(--nth-primary);color:var(--nth-white);font-family:var(--nth-font-heading);font-weight:700;font-size:.95rem;border-radius:6px;border:none;cursor:pointer;transition:background .2s}.nth-cta-banner a:hover,.nth-cta-banner button:hover{background:var(--nth-primary-dark);color:var(--nth-white);text-decoration:none}.nth-footer{border-top:1px solid var(--nth-border);padding:3rem 24px 2rem;background:var(--nth-white)}.nth-footer-inner{max-width:var(--nth-wide-width);margin:0 auto;text-align:center}.nth-footer-brand{font-family:var(--nth-font-heading);font-weight:800;font-size:1.3rem;color:var(--nth-text);margin-bottom:16px}.nth-footer-brand strong{color:var(--nth-primary)}.nth-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 20px;margin-bottom:24px}.nth-footer-links a{font-size:.88rem;color:var(--nth-text-muted);transition:color .2s}.nth-footer-links a:hover{color:var(--nth-primary);text-decoration:none}.nth-footer-copy{font-size:.82rem;color:var(--nth-text-muted)}.tally-embed-wrapper{width:100%}@media (max-width: 900px){.nth-nav-bar{display:none}.nth-mobile-toggle{display:flex}.nth-process{grid-template-columns:repeat(2,1fr)}.nth-zone-layout{grid-template-columns:1fr}.nth-zone-map{height:280px}}@media (max-width: 768px){.nth-hero h1{font-size:2.2rem}.nth-hero{padding:4rem 20px 2rem}.nth-section-heading{font-size:1.6rem}.nth-page-hero h1{font-size:1.8rem}.nth-project-meta{flex-direction:column;gap:4px}.nth-review-header{flex-direction:column}}@media (max-width: 600px){.nth-hero h1{font-size:1.8rem}.nth-hero-subtitle{font-size:1rem}.nth-section{padding:3rem 16px}.nth-service-row{gap:16px}.nth-service-num{font-size:2.2rem;width:48px}.nth-gallery-item:nth-child(2n) img{width:100%}.nth-process{grid-template-columns:1fr}.nth-footer-links{flex-direction:column;align-items:center}.nth-internal-links,.nth-materials{flex-direction:column}.nth-mid-cta blockquote{font-size:1.2rem}}
