:root{color:#3d332b;background:#faf6f0;font-family:PingFang SC,Noto Sans CJK SC,Microsoft YaHei,sans-serif;font-synthesis:none;--cream-50: #fdfbf7;--cream-100: #faf6f0;--cream-200: #f2ebe0;--clay-500: #b8654a;--clay-600: #a05238;--taupe-500: #8b7355;--taupe-600: #736249;--gold-400: #d4b886;--gold-600: #b8965a;--ink-800: #3d332b;--ink-900: #2d2520;--ink-950: #1f1814;--serif: "Songti SC", "STSong", "Noto Serif CJK SC", serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;min-width:320px;min-height:100vh;background:var(--cream-100);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.container{width:min(1200px,calc(100% - 48px));margin-inline:auto}.site-nav{position:fixed;inset:0 0 auto;z-index:50;height:80px;transition:background .4s ease,box-shadow .4s ease}.site-nav--solid{background:#faf6f0f5;box-shadow:0 3px 14px #2d25201f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-inner{width:min(1200px,calc(100% - 48px));height:80px;margin-inline:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand__mark{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:var(--clay-500);color:var(--cream-100);font:400 20px/1 var(--serif);box-shadow:0 7px 15px #58312233}.brand__words{display:flex;flex-direction:column;gap:3px}.brand__words strong{font:700 17px/1.15 var(--serif);color:var(--ink-950);letter-spacing:.02em}.brand__words small{color:var(--taupe-500);font-size:10px;letter-spacing:.28em}.desktop-nav{display:flex;align-items:center;gap:40px;color:var(--ink-900);font-size:14px;font-weight:500}.desktop-nav>a:not(.phone-pill){transition:color .2s ease}.desktop-nav>a:not(.phone-pill):hover{color:var(--clay-500)}.phone-pill{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;border-radius:999px;color:var(--cream-100);background:var(--clay-500);box-shadow:0 6px 14px #7d442d33}.phone-pill:hover{background:var(--clay-600)}.icon{width:1.25em;height:1.25em;object-fit:contain}.phone-pill .icon,.button--primary .icon{filter:brightness(0) invert(1)}.menu-toggle{width:44px;height:44px;border:0;padding:10px;background:transparent;display:none;flex-direction:column;justify-content:center;gap:6px;cursor:pointer}.menu-toggle span{height:2px;width:24px;background:var(--ink-900);transition:transform .25s ease,opacity .2s ease;transform-origin:center}.menu-toggle--open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle--open span:nth-child(2){opacity:0}.menu-toggle--open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu{display:none}.hero{min-height:100vh;position:relative;display:grid;place-items:center;overflow:hidden;background:url(/assets/hero.avif) center/cover no-repeat;color:var(--cream-100)}.hero__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#1f181485,#1f181470),#1f181429}.hero__content{position:relative;z-index:1;width:min(760px,calc(100% - 40px));text-align:center;padding-top:40px}.hero__eyebrow{margin:0 0 24px;color:var(--gold-400);font-size:14px;letter-spacing:.42em}.hero h1{margin:0;color:#fff;font:500 clamp(52px,5vw,72px)/1.18 var(--serif);letter-spacing:.03em;text-shadow:0 2px 16px rgba(0,0,0,.18)}.hero__description{max-width:520px;margin:24px auto 0;white-space:pre-line;color:#faf6f0e0;font:300 18px/1.75 PingFang SC,sans-serif}.hero__actions{margin-top:34px;display:flex;justify-content:center;gap:16px}.button{min-height:56px;padding:0 30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:11px;font-weight:500;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--clay-500);box-shadow:0 12px 28px #1f181440}.button--primary:hover{background:var(--clay-600)}.button--ghost{border:1px solid rgba(242,235,224,.45);background:#ffffff05;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.button--ghost:hover{background:#ffffff17}.scroll-cue{position:absolute;z-index:2;left:50%;bottom:36px;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:#faf6f0b8;font-size:10px;letter-spacing:.2em}.scroll-cue i{display:block;height:34px;width:1px;background:linear-gradient(var(--cream-200),transparent)}.section{padding:112px 0}.services,.about{background:var(--cream-100)}.cases{background:var(--cream-50)}.section-heading{text-align:center;margin-bottom:64px}.eyebrow{margin:0 0 14px;color:var(--clay-500);font-size:13px;font-weight:500;letter-spacing:.38em}.section-heading h2,.about-copy h2{margin:0;color:var(--ink-900);font:700 44px/1.3 var(--serif);letter-spacing:.03em}.heading-line{width:64px;height:1px;display:block;margin:18px auto 0;background:var(--gold-600)}.heading-line--left{margin-left:0}.section-description{margin:28px 0 0;color:var(--taupe-600);font-size:17px;line-height:1.8}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.service-card{overflow:hidden;border:1px solid rgba(115,98,73,.12);border-radius:16px;background:#fdfbf7c7;box-shadow:0 2px 5px #2d252014;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 16px 35px #2d25201f}.service-card__image{height:225px;overflow:hidden}.service-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.service-card:hover .service-card__image img{transform:scale(1.08)}.service-card__body{min-height:178px;padding:26px 28px 28px}.service-card__title{display:flex;align-items:center;gap:13px}.service-card h3{margin:0;color:var(--ink-900);font:700 21px/1.3 var(--serif)}.service-card p{margin:17px 0 0;color:var(--taupe-600);font-size:14px;line-height:1.9}.icon-disc{flex:0 0 auto;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#f7eee9;color:var(--clay-500)}.icon-disc .icon{width:19px;height:19px}.case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.case-card{position:relative;height:320px;overflow:hidden;border-radius:14px;background:var(--cream-200);color:#fff}.case-card>img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.case-card:hover>img{transform:scale(1.06)}.case-card__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(31,24,20,.76));opacity:.82;transition:opacity .3s ease}.case-card:hover .case-card__shade{opacity:1}.case-card__copy{position:absolute;inset:auto 0 0;padding:28px}.case-card__copy span{color:var(--gold-400);font-size:10px;letter-spacing:.28em}.case-card__copy h3{margin:8px 0 0;font:700 21px/1.3 var(--serif)}.case-card__copy p{margin:7px 0 0;color:#faf6f0bd;font-size:13px}.about{overflow:hidden}.about-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:82px;align-items:center}.about-visual{position:relative;padding-left:20px}.about-visual>img{width:100%;height:500px;object-fit:cover;border-radius:16px;box-shadow:0 20px 48px #2d252029}.about-visual__ornament{position:absolute;z-index:1;width:96px;height:96px;left:0;top:-20px;border:1px solid var(--gold-400);border-radius:16px;opacity:.72}.experience-badge{position:absolute;right:-30px;bottom:-30px;width:140px;height:116px;padding:20px 24px;display:flex;flex-direction:column;justify-content:center;border-radius:14px;background:var(--cream-50);box-shadow:0 14px 28px #2d25202b}.experience-badge strong{color:var(--clay-500);font:500 36px/1 var(--serif)}.experience-badge strong small{margin-left:3px;font-size:14px;color:var(--taupe-600)}.experience-badge span{margin-top:12px;color:var(--taupe-600);font-size:13px}.about-copy>p:not(.eyebrow){margin:22px 0 0;color:var(--taupe-600);font-size:16px;line-height:1.8}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}.stat{display:flex;flex-direction:column;gap:6px}.stat strong{color:var(--clay-500);font:500 37px/1.1 var(--serif)}.stat span{color:var(--taupe-500);font-size:13px}.contact{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 80%,rgba(184,150,90,.06),transparent 34%),var(--ink-900)}.section-heading--light h2{color:var(--cream-100)}.section-heading--light .eyebrow{color:var(--gold-400)}.section-heading--light .section-description{color:#f2ebe0ad}.section-heading--light .heading-line{background:var(--gold-400)}.contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.contact-card{min-height:365px;padding:34px 32px;border:1px solid rgba(212,184,134,.15);border-radius:15px;background:#ffffff09;color:var(--cream-100)}.contact-card__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#b8654a2e}.contact-card__icon .icon{width:24px;height:24px}.contact-card h3{margin:24px 0 16px;font:700 21px/1.3 var(--serif)}.contact-card p{margin:0;color:#f2ebe09e;font-size:14px;line-height:1.75}.contact-card small{display:block;color:#f2ebe08f;font-size:12px;margin-top:14px}.contact-card__landline{display:block;margin-top:6px;color:var(--gold-400);font:700 25px/1.3 var(--serif)}.contact-card__mobile{display:block;margin-top:5px;font:700 19px/1.3 var(--serif)}.qr-code{width:152px;height:152px;margin-top:18px;border-radius:12px;object-fit:cover}.site-footer{background:var(--ink-950);padding:42px 0;color:var(--cream-100)}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.brand--footer .brand__mark{width:40px;height:40px}.brand--footer .brand__words strong{color:var(--cream-100)}.brand--footer .brand__words small{color:#f2ebe066}.footer-right{text-align:right}.footer-nav{display:flex;justify-content:flex-end;gap:30px;color:#f2ebe085;font-size:13px}.footer-nav a:hover{color:var(--gold-400)}.footer-right p{margin:18px 0 0;color:#f2ebe047;font-size:11px}@media(max-width:1024px){.desktop-nav{gap:24px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card__image{height:260px}.about-grid{gap:54px}.experience-badge{right:-15px}}@media(max-width:767px){html{scroll-padding-top:72px}.container,.nav-inner{width:min(100% - 40px,1200px)}.site-nav,.nav-inner{height:72px}.brand{gap:10px}.brand__mark{width:43px;height:43px;font-size:18px}.brand__words strong{font-size:16px}.brand__words small{font-size:8px;letter-spacing:.2em}.desktop-nav{display:none}.menu-toggle{display:flex}.mobile-menu{display:grid;grid-template-rows:repeat(5,0fr);overflow:hidden;padding:0 24px;background:#faf6f0fc;opacity:0;transition:grid-template-rows .35s ease,padding .35s ease,opacity .2s ease}.mobile-menu>a{min-height:0;overflow:hidden;color:var(--ink-900);font-size:16px;font-weight:500}.mobile-menu--open{grid-template-rows:repeat(5,1fr);padding-top:12px;padding-bottom:18px;opacity:1;box-shadow:0 12px 18px #2d252014}.mobile-menu--open>a{padding:10px 0}.mobile-menu .mobile-menu__phone{color:var(--clay-500)}.hero{min-height:760px;background-position:57% center}.hero__backdrop{background:#1f181478}.hero__content{width:calc(100% - 40px);padding-top:10px}.hero__eyebrow{margin-bottom:18px;font-size:9px;letter-spacing:.28em}.hero h1{font-size:36px;line-height:1.28}.hero__description{max-width:340px;margin-top:20px;font-size:16px;line-height:1.75;white-space:normal}.hero__actions{width:100%;margin-top:30px;flex-direction:column;align-items:center;gap:14px}.button{min-height:56px;width:100%;max-width:300px;padding-inline:20px}.button--ghost{width:140px}.scroll-cue{display:none}.section{padding:86px 0}.section-heading{margin-bottom:44px}.eyebrow{margin-bottom:11px;font-size:11px;letter-spacing:.32em}.section-heading h2,.about-copy h2{font-size:34px}.heading-line{width:52px;margin-top:14px}.section-description{margin-top:22px;font-size:15px;line-height:1.75}.service-grid,.case-grid,.contact-grid{grid-template-columns:1fr;gap:22px}.service-card__image{height:230px}.service-card__body{min-height:0;padding:24px}.service-card p{line-height:1.8}.case-card{height:300px}.about-grid{grid-template-columns:1fr;gap:64px}.about-visual{padding-left:0}.about-visual>img{height:420px}.about-visual__ornament{left:-14px;top:-16px;width:78px;height:78px}.experience-badge{right:-5px;bottom:-28px;width:132px;height:108px}.about-copy>p:not(.eyebrow){font-size:15px}.stats{gap:12px}.stat strong{font-size:30px}.stat span{font-size:12px}.contact-card{min-height:0;padding:30px 28px}.site-footer{padding:48px 0}.footer-inner{flex-direction:column;align-items:flex-start}.footer-right{width:100%;text-align:left}.footer-nav{justify-content:flex-start;flex-wrap:wrap;gap:14px 24px}.footer-right p{line-height:1.7}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
