:root{--ink:#252b28;--muted:#747973;--paper:#fbfaf7;--line:#e0e2da;--accent:#77584f;--green:#303f35;--serif:Georgia,'Noto Serif KR',serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Malgun Gothic',sans-serif;font-size:15px;line-height:1.7;letter-spacing:-.025em}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.5;cursor:wait}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:4px}button{border:0;background:none;color:inherit}img{max-width:100%;height:auto;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:500;line-height:1.4;word-break:keep-all}h1{font-size:clamp(27px,3vw,36px);letter-spacing:-.065em}h2{font-size:clamp(24px,2.5vw,32px);letter-spacing:-.055em}h3{font-size:19px}.section{max-width:1200px;margin:auto;padding:64px 32px}.narrow{max-width:740px;margin:0 auto;padding:60px 24px}.site-header{height:100px;display:flex;align-items:center;justify-content:space-between;max-width:1440px;margin:auto;padding:0 48px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:600;letter-spacing:-.06em}.brand-symbol{font-size:42px;color:var(--accent);font-weight:400}.brand small{display:block;font-size:9px;letter-spacing:.16em;font-weight:400;margin-top:1px}.site-header nav{display:flex;align-items:center;gap:32px;font-size:14px}.nav-order{border-bottom:1px solid;padding:8px 0}.nav-order span{margin-left:18px}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;padding-top:40px;padding-bottom:40px}.eyebrow{display:block;font-size:11px;letter-spacing:.16em;color:var(--accent);margin-bottom:22px}.hero p{color:var(--muted);margin-bottom:32px;font-size:16px}.hero-photo{height:290px;background:#eeeee8;position:relative;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.hero-photo>span{position:absolute;bottom:18px;left:22px;font-size:9px;letter-spacing:.2em;color:#666}.text-link{display:inline-flex;gap:36px;align-items:center;padding:10px 0;border-bottom:1px solid #858b81;font-size:14px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px;gap:18px}.section-heading .eyebrow{margin-bottom:10px}.section-heading h2{margin-bottom:0}.section-heading>p{font-size:13px;color:var(--muted);margin:0}.search-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#f3f4ee}.search-line{display:flex;gap:12px}.search-line input{flex:1;min-width:0;background:white;height:58px}.primary{display:inline-flex;justify-content:center;align-items:center;gap:10px;background:var(--green);color:white;padding:14px 28px;border:1px solid var(--green);min-height:50px;font-weight:500;font-size:14px}.primary:hover{background:#435446}.filter-line{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin-top:16px}label{display:block;font-size:13px}input:not([type=checkbox]):not([type=radio]),select,textarea{display:block;width:100%;border:1px solid #d6d9d0;border-radius:0;padding:12px 14px;background:#fff;color:var(--ink);min-height:48px}input[type=checkbox],input[type=radio]{accent-color:var(--green);width:18px;height:18px;vertical-align:middle}.filter-line label{color:var(--muted)}.filter-line select{margin-top:6px;background:transparent}.facility-row{display:flex;justify-content:space-between;gap:20px;padding:20px 0;border-bottom:1px solid var(--line);align-items:center}.facility-row strong{font-weight:500}.facility-row p{font-size:12px;color:var(--muted);margin:3px 0 0}.facility-row button{flex-shrink:0;border:1px solid #a8afa3;padding:8px 18px}.facility-count{color:var(--muted);font-size:12px;margin:20px 0 0}.selected-facility:not(:empty){padding:18px 20px;background:var(--green);color:#fff;margin-top:24px;display:flex;justify-content:space-between;gap:20px}.selected-facility p{font-size:12px;margin:4px 0 0;color:#d6ded4}.selected-facility button{color:white;text-decoration:underline;flex-shrink:0}.product-tabs{display:flex;gap:24px;flex-wrap:wrap;margin-bottom:28px}.product-tabs button{font-size:13px;padding:8px 0;border-bottom:1px solid transparent;color:var(--muted)}.product-tabs button.active{border-color:var(--green);color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px 22px}.product-card{min-width:0}.product-image{background:#eeeee8;aspect-ratio:4/5;overflow:hidden;position:relative}.product-image img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .3s}.product-card:hover img{transform:scale(1.025)}.product-card h3{font-size:15px;margin:16px 0 6px}.product-card .price{font-size:15px;letter-spacing:0}.product-card button{font-size:13px;border-bottom:1px solid #9b9f96;padding:4px 0}.product-card .chosen{color:var(--accent);font-weight:600}.product-card small{font-size:11px;color:var(--muted);display:block;margin:3px 0}.fine{font-size:12px;color:var(--muted);line-height:1.8;margin-top:20px}.empty-state{padding:32px 0;grid-column:1/-1;color:var(--muted)}.service-notes{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);gap:40px}.service-notes span{color:var(--accent);font-family:var(--serif);font-style:italic;font-size:24px}.service-notes h3{margin:14px 0}.service-notes p{font-size:14px;color:var(--muted)}.site-footer{max-width:1440px;margin:auto;border-top:1px solid var(--line);padding:44px 48px;display:grid;grid-template-columns:1fr 1fr;gap:24px;font-size:12px;color:var(--muted)}.site-footer strong{font-size:17px;color:var(--ink)}.site-footer p{margin:8px 0}.site-footer small{grid-column:1/-1;font-size:10px}.footer-phone{font-size:20px;color:var(--ink)}.order-intro{padding-bottom:36px}.order-intro h1{font-size:34px}.order-intro p{color:var(--muted)}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:70px;border-top:1px solid var(--line)}fieldset{padding:24px 0 32px;border:0;border-bottom:1px solid var(--line);margin:0 0 24px;min-width:0}legend{font-size:18px;font-weight:500;padding:10px 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px 16px}label input,label select,label textarea{margin-top:8px}em{font-size:10px;font-style:normal;color:var(--accent);margin-left:4px}label small{font-size:10px;color:var(--muted)}.cart-item{display:flex;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-item img{width:72px;height:90px;object-fit:contain;background:#eeeee8}.cart-item>div{flex:1;min-width:0}.cart-item h3{font-size:14px;margin:0}.cart-item p{font-size:12px;margin:4px 0}.cart-item label{display:flex;gap:10px;align-items:center}.cart-item input{width:70px!important;min-height:36px!important;margin:0;padding:4px 8px!important}.cart-item>button{font-size:12px;color:var(--muted)}.ribbon-unit{border-left:2px solid var(--line);padding:0 0 0 16px;margin:24px 0}.ribbon-unit h3{font-size:14px}.ribbon-unit label{margin-top:14px}.payment-options{display:flex;gap:30px}.payment-options label{display:flex;align-items:center;gap:8px}.consent{display:flex;align-items:start;gap:8px;flex-wrap:wrap}.consent input{margin:2px 0}.consent a{text-decoration:underline}.order-aside{position:sticky;top:28px;align-self:start;background:#f0f1ea;padding:28px}.order-aside strong{font-size:30px;font-weight:500}.order-aside>p{font-size:13px;color:var(--muted);margin-top:20px}.desktop-submit{width:100%;margin-top:24px}.field-error{display:block;color:#a0332b;font-size:12px;margin-top:6px}.field-error:empty{display:none}#order-error{color:#a0332b;font-size:14px;margin-top:20px}.mobile-order-bar{display:none}.receipt-code{font-size:48px;letter-spacing:.12em;font-weight:500;margin:24px 0}.receipt{background:#eff1e9;padding:28px;margin:28px 0}.receipt h2{font-size:24px}.receipt a{text-decoration:underline}.receipt .primary{margin-top:16px;text-decoration:none}.page-intro h1{font-size:30px}#lookup-form{display:flex;align-items:end;gap:12px;margin-top:32px}#lookup-form>label{flex:1}#lookup-form input{letter-spacing:.12em}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.product-detail>img{width:100%;max-height:560px;object-fit:contain;background:#eeeee8}.product-detail h1{font-size:32px}.product-detail .price{font-size:24px}.skip{position:absolute;top:-100px}.skip:focus{top:0;background:white;padding:12px;z-index:10}.sr-only,.honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}[hidden]{display:none!important}@media(max-width:900px){.site-header{padding:0 24px;height:86px}.site-header nav{gap:20px}.hero{gap:30px}.hero-photo{height:260px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.checkout-layout{grid-template-columns:1fr 240px;gap:28px}}@media(max-width:640px){body{font-size:14px}.section{padding:40px 20px}.site-header{padding:0 20px;height:82px;align-items:center}.brand{font-size:17px;gap:7px}.brand-symbol{font-size:29px}.brand small{font-size:7px}.site-header nav{gap:16px;font-size:12px}.site-header nav>a:first-child{display:none}.nav-order span{display:none}.hero{grid-template-columns:1fr;gap:24px;padding-top:38px}.hero h1{font-size:27px;line-height:1.5;margin-bottom:18px}.hero .eyebrow{margin-bottom:16px}.hero p{font-size:14px;margin-bottom:16px}.hero-photo{height:210px;max-width:none;width:100%}.hero-photo img{object-position:center 44%}.section-heading{display:block;margin-bottom:24px}.section-heading>p{margin-top:12px;font-size:12px}.eyebrow{font-size:10px}.search-line{gap:8px}.search-line input{height:52px;font-size:16px;padding:12px}.search-line .primary{padding:12px 20px}.filter-line{gap:8px;grid-template-columns:.8fr 1.1fr 1fr}.filter-line select{font-size:13px;padding:10px 4px}.facility-row{gap:12px;padding:16px 0}.facility-row button{padding:7px 12px;font-size:12px}.facility-row strong{font-size:14px}.facility-row p{font-size:11px}.selected-facility:not(:empty){padding:15px;gap:10px}.selected-facility strong{font-size:13px}.selected-facility button{font-size:12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 14px}.product-tabs{gap:20px;margin-bottom:22px}.product-card h3{font-size:13px;margin:12px 0 5px}.product-card .price{font-size:14px}.product-image{aspect-ratio:4/5}.product-card button{font-size:12px}.service-notes{grid-template-columns:1fr;gap:22px}.service-notes>div{display:grid;grid-template-columns:36px 1fr;column-gap:16px}.service-notes h3{margin:4px 0 8px;font-size:17px}.service-notes p{grid-column:2;font-size:13px;margin-bottom:0}.site-footer{padding:32px 20px 100px;grid-template-columns:1fr;gap:16px}.checkout-layout{display:block}.order-aside{display:none}.order-intro h1{font-size:28px}.form-grid{grid-template-columns:1fr;gap:18px}input:not([type=checkbox]):not([type=radio]),select,textarea{font-size:16px}.mobile-order-bar{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fbfaf7;border-top:1px solid var(--line);align-items:center;justify-content:space-between;gap:18px;padding:12px 20px calc(12px + env(safe-area-inset-bottom));z-index:5}.mobile-order-bar>span{font-size:18px}.mobile-order-bar .primary{min-width:170px}.desktop-submit{display:none}.product-detail{grid-template-columns:1fr;gap:24px}.product-detail h1{font-size:28px}.page-intro h1{font-size:27px}#lookup-form .primary{padding:14px 20px}.receipt-code{font-size:38px}.receipt{padding:22px}.consent{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

[hidden]{display:none!important}.product-image{display:block;text-decoration:none}

.brand-icon{width:42px;height:42px;object-fit:contain;flex-shrink:0}@media(max-width:640px){.brand-icon{width:32px;height:32px}.site-header:has(.admin-entry){flex-wrap:wrap;height:auto;gap:10px;padding-top:12px;padding-bottom:12px}.site-header:has(.admin-entry) nav{flex-wrap:wrap}}
