:root{--bg:#ffffff;--text:#1d1d1f;--muted:#6b7280;--line:#e5e7eb;--dark:#111827;--accent:#c0935b;--soft:#f7f3ee}*{box-sizing:border-box}body{margin:0;font-family:Arial,'Noto Sans KR',sans-serif;color:var(--text);background:var(--bg);line-height:1.7}a{text-decoration:none;color:inherit}.container{max-width:1160px;margin:0 auto;padding:0 22px}.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.nav-wrap{height:72px;display:flex;align-items:center;justify-content:space-between}.logo{font-weight:800;letter-spacing:-.03em;font-size:20px}.nav{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:700}.nav-cta{background:var(--dark);color:#fff;padding:10px 16px;border-radius:999px}.nav-toggle{display:none;background:none;border:0;font-size:25px}.hero {
    min-height: 720px;
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,0.75) 0%,
            rgba(0,0,0,0.45) 45%,
            rgba(0,0,0,0.05) 100%
        ),
        url('/images/main-coffee-machine.png') center right / cover no-repeat;
    display: flex;
    align-items: center;
}.hero-inner{padding:80px 22px}.eyebrow{font-size:13px;font-weight:800;letter-spacing:.16em;color:var(--accent);margin:0 0 14px}.hero h1,.page-hero h1{font-size:clamp(42px,6vw,76px);line-height:1.08;letter-spacing:-.06em;margin:0 0 28px}.hero-desc{max-width:650px;font-size:19px;color:rgba(255,255,255,.85)}.hero-actions{display:flex;gap:14px;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;font-weight:800;border:1px solid transparent}.btn.primary{background:var(--accent);color:#fff}.btn.outline{border-color:rgba(255,255,255,.5);color:#fff}.btn.full{width:100%;border:0;font-size:16px}.section{padding:96px 0}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.section h2{font-size:clamp(28px,4vw,46px);line-height:1.2;letter-spacing:-.04em;margin:0 0 24px}.cards-section{background:var(--soft)}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:34px}.card,.faq-card{background:#fff;padding:30px;border:1px solid var(--line);border-radius:24px;box-shadow:0 20px 50px rgba(0,0,0,.04)}.card h3,.faq-card h3{margin:0 0 12px;font-size:22px}.card p,.faq-card p{color:var(--muted);margin:0}.dark-cta{background:var(--dark);color:#fff}.cta-box{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-box h2{max-width:740px}.page-hero{padding:140px 0 90px;background:var(--dark);color:#fff}.narrow{max-width:820px}.muted{background:var(--soft)}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.values div{background:#fff;border-radius:24px;padding:32px}.values strong{color:var(--accent);font-size:14px}.service-list{display:grid;gap:18px}.service-row{display:grid;grid-template-columns:330px 1fr;gap:40px;padding:34px 0;border-bottom:1px solid var(--line)}.service-row h2{font-size:28px;margin:0}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.center{text-align:center}.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:54px}.contact-info{margin-top:28px;padding:24px;background:var(--soft);border-radius:20px}.contact-form{display:grid;gap:16px;padding:30px;border:1px solid var(--line);border-radius:28px;box-shadow:0 20px 50px rgba(0,0,0,.06)}label{font-weight:800;font-size:14px}input,select,textarea{width:100%;margin-top:8px;padding:13px 14px;border:1px solid var(--line);border-radius:12px;font:inherit;background:#fff}.agree{display:flex;gap:10px;align-items:center;font-weight:500}.agree input{width:auto;margin:0}.site-footer{background:#0b0f19;color:#fff;padding:54px 0 0}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.footer-grid p{color:rgba(255,255,255,.72)}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.12);padding:18px;margin-top:34px;color:rgba(255,255,255,.58)}.result{min-height:100vh;display:grid;place-content:center;text-align:center;padding:30px}@media(max-width:860px){.nav-toggle{display:block}.nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;flex-direction:column;padding:22px;border-bottom:1px solid var(--line)}.nav.open{display:flex}.hero{min-height:590px}.hero-actions,.cta-box{flex-direction:column;align-items:flex-start}.two-col,.card-grid,.values,.faq-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}.service-row{grid-template-columns:1fr;gap:10px}.section{padding:70px 0}}




.hero-text {
    max-width: 920px;
    padding: 0 8%;
    color: #fff;
}

.why-image img{
    width:100%;
    border-radius:28px;
    display:block;
    box-shadow:0 20px 60px rgba(0,0,0,.12);
}


.product-intro {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: start;
    margin-bottom: 44px;
}

.product-intro p {
    color: var(--muted);
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.brand-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,.04);
}

.brand-card span {
    display: inline-flex;
    color: var(--accent);
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 18px;
}

.brand-card h3 {
    margin: 0 0 12px;
    font-size: 24px;
    letter-spacing: -0.04em;
}

.brand-card p {
    margin: 0;
    color: var(--muted);
}

.check-list {
    display: grid;
    gap: 18px;
}

.check-list div {
    background: #fff;
    border-radius: 22px;
    padding: 26px;
    border: 1px solid var(--line);
}

.check-list strong {
    display: block;
    font-size: 20px;
    margin-bottom: 8px;
}

.check-list p {
    margin: 0;
    color: var(--muted);
}

.product-contact {
    background: var(--dark);
    color: #fff;
}

.product-contact-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.product-contact-box p {
    color: rgba(255,255,255,.75);
}

.product-contact-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.btn.outline.dark {
    border-color: rgba(255,255,255,.45);
    color: #fff;
}

@media (max-width: 860px) {
    .product-intro,
    .brand-grid {
        grid-template-columns: 1fr;
    }

    .product-contact-box,
    .product-contact-actions {
        flex-direction: column;
        align-items: flex-start;
    }
}


.product-page {
    padding-bottom: 100px;
}

.product-category {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.product-category .container {
    display: flex;
    align-items: center;
    gap: 0;
    overflow-x: auto;
    white-space: nowrap;
}

.product-category a {
    position: relative;
    display: flex;
    align-items: center;
    height: 72px;
    padding: 0 22px;

    font-size: 16px;
    font-weight: 600;
    color: #111;

    transition: .2s;
}

/* 메뉴 사이 구분선 */
.product-category a:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    background: #ddd;
    transform: translateY(-50%);
}

/* hover */
.product-category a:hover {
    color: var(--accent);
}

/* 현재 활성 메뉴 */
.product-category a.active {
    font-weight: 800;
    color: var(--accent);
}

.product-title {
    text-align: center;
    padding: 70px 0 30px;
}

.product-title h1 {
    margin: 0;
    font-size: 34px;
    letter-spacing: -0.04em;
}

.product-sort {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 44px;
    font-size: 14px;
    color: #9ca3af;
}

.product-sort a {
    position: relative;
}

.product-sort a:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #ddd;
    margin-left: 14px;
    vertical-align: -1px;
}

.product-sort .active {
    color: #111;
    font-weight: 800;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 42px 18px;
}

.product-card {
    position: relative;
}

.product-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 22px;
}

.product-card h3 {
    margin: 14px 4px 4px;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
    color: #111;
}

.product-card p {
    margin: 0 4px;
    font-size: 17px;
    font-weight: 800;
    color: #111;
}

.product-card.soldout .product-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.35);
    z-index: 1;
}

.product-card.soldout .product-img span {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
}

@media (max-width: 1024px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 720px) {
    .product-category .container {
        gap: 24px;
        height: 58px;
        font-size: 14px;
    }

    .product-title {
        padding: 48px 0 24px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 34px 14px;
    }

    .product-card h3 {
        font-size: 14px;
    }

    .product-card p {
        font-size: 15px;
    }
}

/* BLOG LIST CLEAN */

.blog-grid.blog-grid-5 {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 20px !important;
}

.blog-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;

    padding: 14px !important;

    border: 1px solid var(--line) !important;
    border-radius: 18px !important;

    background: #fff !important;

    overflow: hidden !important;

    box-shadow: 0 10px 30px rgba(0,0,0,.04) !important;

    transition: .25s !important;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.blog-thumb.square-thumb {
    width: 100px !important;
    height: 100px !important;

    flex: 0 0 100px !important;

    overflow: hidden !important;

    border-radius: 14px !important;

    background: #f3f4f6 !important;

    margin: 0 auto !important;
}

.blog-thumb.square-thumb img {
    width: 100px !important;
    height: 100px !important;

    object-fit: cover !important;

    display: block !important;
}

.blog-content {
    width: 100% !important;

    padding: 12px 0 0 !important;
}

.blog-content span {
    display: inline-block !important;

    color: var(--accent) !important;

    font-size: 12px !important;

    font-weight: 800 !important;

    margin-bottom: 6px !important;
}

.blog-content h2 {
    font-size: 14px !important;

    line-height: 1.4 !important;

    margin: 8px 0 !important;

    letter-spacing: -0.03em !important;

    display: -webkit-box !important;

    -webkit-line-clamp: 2 !important;

    -webkit-box-orient: vertical !important;

    overflow: hidden !important;
}

.blog-content p {
    display: none !important;
}

.blog-content small {
    display: block !important;

    margin-top: 6px !important;

    color: #999 !important;

    font-size: 12px !important;
}

/* PAGINATION */

.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 50px;
}

.pagination a {
    width: 38px;
    height: 38px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--line);

    border-radius: 50%;

    font-weight: 700;
}

.pagination a.active {
    background: var(--dark);
    color: #fff;
    border-color: var(--dark);
}

/* TABLET */

@media (max-width: 1100px) {

    .blog-grid.blog-grid-5 {
        grid-template-columns: repeat(3, 1fr) !important;
    }

}

/* MOBILE */

@media (max-width: 768px) {

    .blog-grid.blog-grid-5 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

}
.blog-category-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 38px;
}

.blog-category-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 9px 16px;

    border: 1px solid var(--line);
    border-radius: 999px;

    font-size: 14px;
    font-weight: 700;

    background: #fff;
    color: var(--text);
}

.blog-category-nav a.active {
    background: var(--dark);
    border-color: var(--dark);
    color: #fff;
}

.empty-post {
    text-align: center;
    color: var(--muted);
    margin-top: 40px;
}
/* VISUAL EDITOR */

.editor-toolbar{
    display:flex;
    flex-wrap:wrap;
    gap:10px;

    padding:14px;

    border:1px solid var(--line);
    border-radius:18px;

    background:#fff;
}

.editor-toolbar button{
    border:1px solid var(--line);
    background:#fff;

    padding:10px 14px;

    border-radius:10px;

    cursor:pointer;

    font-weight:700;
}

.editor-toolbar button:hover{
    background:var(--soft);
}

.post-editor{
    min-height:500px;

    padding:24px;

    border:1px solid var(--line);
    border-radius:18px;

    background:#fff;

    line-height:1.9;

    outline:none;
}

.post-editor h2{
    margin:36px 0 18px;
    font-size:32px;
    line-height:1.3;
}

.post-editor p{
    margin:0 0 20px;
}

.post-editor img{
    max-width:100%;
    height:auto;

    border-radius:18px;

    display:block;
}

.post-editor ul{
    padding-left:24px;
    margin:20px 0;
}

.youtube-wrap{
    position:relative;
    width:100%;
    padding-top:56.25%;
    margin:30px 0;
}

.youtube-wrap iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border-radius:18px;
}

.editor-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:14px 24px;

    border-radius:999px;

    background:var(--accent);
    color:#fff !important;

    font-weight:800;

    text-decoration:none;
}

.post-editor img{
    max-width:100%;
    height:auto;

    border-radius:18px;

    display:block;

    cursor:pointer;

    transition:.2s;
}

/* 선택된 이미지 */
.selected-editor-image{
    outline:3px solid var(--accent);
}

.post-editor img{
    user-select:none;
    -webkit-user-drag:none;
}

.blog-price{
    margin:6px 0 8px;

    color:var(--accent);

    font-size:16px;

    font-weight:800;

    letter-spacing:-0.02em;
}

.blog-content .blog-price {
    display: block !important;
    margin: 6px 0 8px !important;
    color: var(--accent) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
}



.post-price{
    margin:18px 0 10px;

    font-size:32px;

    font-weight:900;

    color:var(--accent);

    letter-spacing:-0.03em;
}

.upload-image-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
    margin-top:30px;
}

.upload-image-card{
    border:1px solid var(--line);
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    padding:12px;
}

.upload-image-card img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:12px;
    margin-bottom:12px;
}

@media(max-width:860px){

    .upload-image-grid{
        grid-template-columns:repeat(2,1fr);
    }

}