:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f4f1ea;--foreground:#17221d;--accent:#d45b34}*{box-sizing:border-box}html{background:var(--background)}body{color:var(--foreground);background:radial-gradient(circle at 80% 10%, #d45b3424, transparent 32rem), var(--background);margin:0;font-family:Inter,Hiragino Kaku Gothic ProN,Yu Gothic,system-ui,sans-serif}main{min-height:100svh;padding:48px 24px}.hero{flex-direction:column;justify-content:center;width:min(100%,960px);min-height:calc(100svh - 96px);margin:0 auto;display:flex}.eyebrow{color:var(--accent);letter-spacing:.2em;margin:0 0 24px;font-size:.75rem;font-weight:700}h1{letter-spacing:-.04em;max-width:14ch;margin:0;font-family:Georgia,Yu Mincho,serif;font-size:clamp(2.75rem,8vw,6.5rem);font-weight:500;line-height:1.05}.lead{color:#17221db8;max-width:42rem;margin:40px 0 0;font-size:clamp(1rem,2vw,1.25rem);line-height:1.9}.button{color:#fff;background:var(--foreground);border-radius:999px;margin-top:40px;padding:14px 22px;font-size:.875rem;font-weight:700;text-decoration:none;transition:background-color .16s,transform .16s;display:inline-flex}.button:hover{background:var(--accent);transform:translateY(-2px)}.button:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.services{border-top:1px solid #17221d29;width:min(100%,960px);margin:0 auto;padding:96px 0}.services h2,.feature-section h2{margin:0;font-family:Georgia,Yu Mincho,serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:500}.service-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:40px;display:grid}.service-card{min-height:280px;color:var(--foreground);border:1px solid #17221d29;border-radius:8px;padding:28px;text-decoration:none;transition:border-color .16s,transform .16s;display:grid}.service-card:hover{border-color:var(--accent);transform:translateY(-4px)}.service-card>span{color:var(--accent);letter-spacing:.12em;font-size:.75rem;font-weight:700}.service-card>span:last-child{place-self:end;font-size:1.5rem}.service-card h3{margin:36px 0 0;font-family:Georgia,serif;font-size:1.75rem;font-weight:500}.service-card p{color:#17221dad;margin:16px 0 0;line-height:1.8}.service-page{place-items:center;display:grid}.service-hero{width:min(100%,960px);padding:48px 0 80px}.back-link{color:var(--foreground);margin-bottom:96px;font-size:.875rem;font-weight:700;text-decoration:none;display:inline-block}.back-link:hover{color:var(--accent)}.feature-section{border-top:1px solid #17221d29;margin-top:96px;padding-top:64px}.feature-list{counter-reset:feature;grid-template-columns:repeat(3,1fr);gap:16px;margin:40px 0 0;padding:0;list-style:none;display:grid}.feature-list li{counter-increment:feature;background:#ffffff73;border-radius:8px;min-height:160px;padding:24px;line-height:1.7}.feature-list li:before{color:var(--accent);content:"0" counter(feature);margin-bottom:28px;font-size:.75rem;font-weight:700;display:block}@media (max-width:560px){.hero{min-height:auto;padding:64px 0 96px}.service-grid,.feature-list{grid-template-columns:1fr}.back-link{margin-bottom:64px}.service-hero{padding-top:24px}}
