:root{--ink:#171a1b;--orange:#ff663b;--paper:#f5f6f4;--muted:#a9adab}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--orange);outline-offset:6px}.skip{position:fixed;top:-100px;left:20px;z-index:5;background:white;padding:12px}.skip:focus{top:12px}.header{height:108px;display:flex;align-items:center;justify-content:space-between;padding:20px 5%;border-bottom:1px solid #ddd;gap:24px}.brand{font-size:22px;font-weight:900;letter-spacing:-.6px;line-height:1.05;display:flex;align-items:center;gap:12px}.brand-sub{display:block;font-size:12px;letter-spacing:3px;line-height:1.8}.mark{height:45px;width:45px;background:var(--orange);display:flex;align-items:center;justify-content:center;font-style:italic;font-size:32px;position:relative}.mark span{font-size:21px;margin-left:-4px;margin-top:-12px}.header nav{display:flex;gap:34px;font-size:14px;font-weight:600}.header nav a:hover,footer a:hover{color:#bd3e19}.header-location{font-size:14px;display:flex;gap:24px;align-items:center}.header-location span{font-size:24px}.hero{background:var(--ink);color:#fff;position:relative;display:grid;grid-template-columns:1.08fr 1fr;padding:70px 5% 0;gap:0 40px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.8px;margin:0 0 28px;display:flex;align-items:center;gap:10px}.eyebrow span{width:18px;height:3px;background:var(--orange)}h1{font-size:clamp(52px,6.6vw,100px);line-height:.99;font-weight:800;letter-spacing:-4px;margin:0 0 26px}h1 em{font-style:normal;color:var(--orange)}.intro{color:#ced0cf;font-size:18px;max-width:340px;margin-bottom:30px}.button{display:inline-flex;gap:40px;align-items:center;justify-content:space-between;background:var(--orange);color:var(--ink);padding:16px 22px;min-height:56px;font-weight:700;font-size:15px;transition:background .18s,transform .18s}.button:hover{background:#ff805d;transform:translateY(-2px)}.button span{font-size:24px;line-height:1}.hero-address{font-size:14px;line-height:1.6;color:var(--muted);margin:24px 0 34px}.hero-visual{min-height:480px;position:relative;background:#282e30;overflow:hidden}.hero-visual img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center}.image-caption{position:absolute;bottom:0;left:0;right:0;z-index:1;display:flex;justify-content:space-between;gap:20px;padding:38px 22px 20px;background:linear-gradient(transparent,#000b);font-size:10px;font-weight:600;letter-spacing:1.5px}.hero-bottom{grid-column:1/-1;border-top:1px solid #454849;display:flex;justify-content:space-between;gap:20px;padding:21px 0;margin-top:44px;font-size:12px;letter-spacing:1.5px}.hero-bottom>a{letter-spacing:0;color:#d9dcda;font-size:14px}.hero-bottom>a span{margin-left:20px}.section{padding:85px 5%}.section-heading{display:flex;justify-content:space-between;gap:40px;margin-bottom:42px}.section-heading>.eyebrow{padding-top:10px}h2{font-size:clamp(34px,4vw,54px);line-height:1.12;letter-spacing:-1.8px;margin:0;font-weight:750}.section-heading h2{width:66%}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.service-grid article{border-top:1px solid #bbb;padding-top:22px}.number{color:#a4381b;font-size:14px;font-weight:700}.service-grid h3{font-size:25px;letter-spacing:-.6px;margin:26px 0 10px}.service-grid p{color:#575d5a;max-width:330px;margin:0;font-size:16px}.visit{background:#e8ebe8;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.visit-copy{max-width:320px;color:#575d5a;margin-top:22px}.address-card{border-left:1px solid #b9bebb;padding:20px 0 20px 60px}.address-card .eyebrow{margin-bottom:20px}.address-card address{font-size:clamp(22px,2.5vw,32px);font-weight:600;font-style:normal;line-height:1.4;letter-spacing:-.6px;margin-bottom:28px}.map-note{font-size:12px;color:#5e645f;margin-bottom:0}footer{padding:38px 5%;display:flex;align-items:center;justify-content:space-between;gap:30px}footer p,footer>a:last-child{font-size:12px;color:#5e645f}.footer-brand{display:block;font-size:19px}.footer-brand .brand-sub{font-size:10px;letter-spacing:2.5px}@media(min-width:1600px){.header,.hero,.section,footer{padding-left:max(5%,calc((100vw - 1440px)/2));padding-right:max(5%,calc((100vw - 1440px)/2))}}@media(max-width:760px){.header{height:88px}.header nav{gap:20px}.header-location{display:none}.brand{font-size:18px}.brand-sub{font-size:10px;letter-spacing:2px}.mark{width:36px;height:38px}.hero{padding-top:42px;grid-template-columns:1fr;gap:0}h1{font-size:clamp(54px,11vw,80px);letter-spacing:-2.5px}.hero-copy{padding-bottom:0}.hero-visual{min-height:340px;margin-top:8px}.hero-bottom{margin-top:25px}.hero-bottom>span{font-size:10px;max-width:120px}.section{padding-top:54px;padding-bottom:54px}.section-heading{display:block;margin-bottom:30px}.section-heading h2{width:100%}.service-grid{grid-template-columns:1fr;gap:30px}.service-grid h3{margin-top:12px}.service-grid p{max-width:100%}.visit{grid-template-columns:1fr;gap:28px}.address-card{border-left:0;border-top:1px solid #b9bebb;padding:30px 0 0}footer{flex-wrap:wrap;gap:22px}footer p{margin:0}.image-caption{font-size:9px}.header nav a{font-size:12px}}@media(max-width:380px){.header nav{gap:12px}.mark{display:none}.hero-bottom>a{font-size:12px}h1{font-size:51px}.image-caption{flex-direction:column;gap:5px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

.contact-number{font-size:24px;font-weight:700;margin:0 0 5px}.contact-number a:hover{text-decoration:underline}.hours{font-size:14px;color:#575d5a;margin:0 0 25px}.image-caption{font-size:12px;letter-spacing:.6px}@media(max-width:760px){.image-caption{flex-wrap:wrap;gap:5px}.header nav a{font-size:14px}}
/* Bilingual refinement: preserve the shop palette and existing layout. */
body{font-family:"Apple SD Gothic Neo","Malgun Gothic","Noto Sans KR",Arial,sans-serif}html[lang=ko] body{word-break:keep-all;overflow-wrap:break-word}html[lang=ko] h1{font-size:clamp(2.8rem,5.4vw,5rem);line-height:1.3;letter-spacing:-.035em}html[lang=ko] h2{font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.45;letter-spacing:-.03em}.hero{padding-top:64px}.hero-copy{padding-top:22px}.intro{max-width:440px;line-height:1.9}.hero-visual{border-radius:2px 2px 64px 2px}.hero-visual img{object-position:60% center}.hero-phone{font-size:1.5rem;font-weight:700;letter-spacing:.02em;margin:22px 0 6px}.hero-address{margin-top:0}.language-switch{display:flex;border:1px solid #c2c7c4;border-radius:50px;padding:4px;gap:2px}.language-switch button{border:0;background:transparent;border-radius:50px;padding:10px 15px;cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:600;min-height:44px;white-space:nowrap}.language-switch button[aria-pressed=true]{background:var(--ink);color:white}.language-switch button:focus-visible{outline:3px solid #ff663b;outline-offset:2px}.header-location{display:none}.service-grid article{padding:24px 24px 30px;border-top:3px solid var(--orange);background:white;border-radius:0 0 14px 14px}.service-grid p{line-height:1.85}.section-heading h2{width:68%}.button>[data-i18n]{font-size:1rem;line-height:1.5}.eyebrow>[data-i18n]{width:auto;height:auto;background:none}.hero-bottom>[data-i18n]{font-size:.875rem}.section .eyebrow{font-size:.875rem}.visit{background:#e9eeeb}.address-card{background:white;border-left:0;border-radius:16px;padding:36px}.image-caption{flex-wrap:wrap}.image-caption span{font-size:.75rem}.header nav{font-size:1rem}footer{flex-wrap:wrap}.hero-bottom>a{font-size:.875rem}
@media(max-width:760px){.header{height:auto;min-height:92px;flex-wrap:wrap;gap:18px}.header nav{order:3;width:100%;justify-content:center;padding-top:12px;border-top:1px solid #d7dcd9}.language-switch{margin-left:auto}.language-switch button{padding:8px 11px;font-size:.875rem}.hero{padding-top:28px}.hero-copy{padding-top:0}.hero-visual{min-height:320px;border-bottom-right-radius:42px}.section-heading h2{width:100%}.service-grid{gap:18px}.address-card{padding:26px}.section{padding-top:48px;padding-bottom:48px}.hero-bottom{align-items:center}.hero-bottom>span{max-width:none}.header .brand{font-size:16px}.hero-bottom>a span{margin-left:4px}}
/* Service-focused refinement */
h1{font-size:clamp(3.1rem,5.7vw,5.4rem);line-height:1.06;letter-spacing:-.045em}.hero{grid-template-columns:1.1fr 1fr;padding-top:48px}.hero-copy{padding-bottom:12px}.hero-visual{min-height:490px}.hero-directions{display:inline-block;margin:18px 0 0 20px;font-size:1rem;border-bottom:1px solid #737775;padding-bottom:4px}.hero-directions:hover{color:var(--orange)}.reviews-band{padding:32px 5%;display:flex;justify-content:space-between;align-items:center;gap:28px;border-bottom:1px solid #d8dcd9;background:white}.reviews-band .eyebrow{font-size:.75rem;color:#626963;margin-bottom:10px}.reviews-band h2{font-size:clamp(1.25rem,2.1vw,1.8rem);letter-spacing:-.025em;line-height:1.4}.button.outline{background:white;border:1px solid #a8b0ab;white-space:normal;flex-shrink:0;max-width:100%}.button.outline:hover{border-color:var(--orange);background:#fff5f0}.service-grid{gap:24px}.service-grid article{border:1px solid #d8ded9;padding:28px;border-radius:14px;box-shadow:0 4px 16px #17231b04;transition:border-color .15s}.service-grid article:hover{border-color:#d46b49}.service-grid h3{font-size:1.4rem;margin:20px 0 12px}.service-grid .number{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:10px;background:#fff0e9;color:#a63817}.preparation{padding-top:20px}.faq-list{border-top:1px solid #bac2bc}.faq-list details{border-bottom:1px solid #bac2bc;padding:22px 0}.faq-list summary{cursor:pointer;font-size:1.2rem;font-weight:650;padding-right:10px}.faq-list summary:focus-visible{outline:3px solid var(--orange);outline-offset:6px}.faq-list p{color:#515a54;line-height:1.85;max-width:780px;margin:14px 0 0}.hero-bottom{margin-top:32px}html[lang=ko] .reviews-band h2{font-size:1.6rem}.header nav{gap:25px}@media(max-width:760px){.hero{grid-template-columns:1fr;padding-top:32px}h1{font-size:clamp(2.8rem,9vw,4.3rem)}.hero-visual{min-height:310px}.hero-directions{margin-left:14px}.reviews-band{flex-direction:column;align-items:flex-start;padding-top:28px;padding-bottom:28px}.button.outline{width:100%;flex-shrink:1}.service-grid{grid-template-columns:1fr;gap:16px}.service-grid article{padding:24px}.preparation{padding-top:0}.header nav{gap:25px}.hero-bottom{gap:12px}.hero-bottom>a{max-width:50%}.hero-bottom>span{max-width:45%}.hero-bottom span{letter-spacing:.03em}}@media(prefers-reduced-motion:reduce){.service-grid article{transition:none}}

.mobile-contact{display:none}@media(max-width:760px){body{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.mobile-contact{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:10;background:#fff;padding:10px 5% calc(10px + env(safe-area-inset-bottom));border-top:1px solid #d5dbd7;gap:10px;box-shadow:0 -4px 20px #00000009}.mobile-contact a{flex:1;text-align:center;padding:12px 8px;min-height:48px;border:1px solid #b1bbb4;border-radius:8px;font-weight:700}.mobile-contact a:first-child{background:var(--orange);border-color:var(--orange)}}

.next-steps{background:#1b2321;color:#fff}.next-steps .eyebrow{color:#ff9c7e}.steps-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;padding:0;margin:0;list-style:none}.steps-list li{border-top:1px solid #53625a;padding-top:22px}.step-index{font-size:.875rem;color:#ff9c7e;font-weight:700}.steps-list h3{font-size:1.4rem;line-height:1.4;margin:18px 0 12px}.steps-list p{color:#d3dcd5;font-size:1rem;line-height:1.85;margin:0}.preparation{padding-top:64px}.email-contact{margin:16px 0 24px}.email-contact a{font-weight:700;text-decoration:underline;text-underline-offset:4px}.email-contact p{margin:5px 0;color:#515a54;font-size:.875rem;overflow-wrap:anywhere}.header nav{gap:22px}.header nav a{font-size:.9375rem}.header nav a:hover{color:#a83817}@media(max-width:900px){.header{flex-wrap:wrap;height:auto}.header nav{order:3;width:100%;justify-content:center}.steps-list{grid-template-columns:1fr;gap:28px}}@media(max-width:480px){.header nav{gap:14px;flex-wrap:wrap}.header nav a{font-size:.875rem}.preparation{padding-top:44px}}

/* Customer review showcase */
.reviews-band{display:block;background:#fff;padding:64px 5% 48px}.reviews-heading{display:flex;justify-content:space-between;align-items:center;gap:32px;margin-bottom:32px}.reviews-band h2{font-size:clamp(2.4rem,4vw,3.8rem);line-height:1.08;letter-spacing:-.04em}.reviews-band .eyebrow{color:#ac351c;font-size:.875rem;letter-spacing:.12em}.review-intro{color:#59615c;margin:18px 0 0}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.review-card{padding:30px;background:#f3f5f3;border:1px solid #dce1dd;border-top:4px solid #ff663b;border-radius:4px 4px 20px 4px;display:flex;flex-direction:column}.review-topic{font-size:.75rem;font-weight:700;letter-spacing:.12em;color:#9b351e;margin:0}.review-card blockquote{font-size:clamp(1.4rem,2vw,1.9rem);font-weight:600;line-height:1.45;letter-spacing:-.025em;margin:24px 0 32px;flex:1}.review-author{display:flex;flex-direction:column;border-top:1px solid #d3d9d4;padding-top:18px;gap:4px}.review-author span,.review-note{font-size:.875rem;color:#5b645e}.review-note{margin:22px 0 0}.hero-visual{border-radius:4px 4px 76px 4px}.hero-copy{max-width:670px}.hero .button{border-radius:4px}.service-grid article{border-radius:4px 4px 22px 4px}.section-heading h2{max-width:820px}html[lang=ko] .reviews-band h2{font-size:clamp(2rem,3.5vw,3rem)}@media(max-width:760px){.reviews-band{padding:40px 5%}.reviews-heading{display:block}.reviews-heading .button{margin-top:22px}.review-grid{grid-template-columns:1fr}.review-card{padding:24px}.review-card blockquote{font-size:1.5rem;margin:20px 0 24px}}
