/*
Theme Name: Elandmake
Theme URI: https://elandmake.com
Author: Claude × Elandmake
Description: Warm-industrial B2B theme for Elandmake — an OEM/ODM factory for pet carriers, pet backpacks, wheeled carriers and travel luggage. Earthy clay/cream/espresso palette, Archivo + Hanken Grotesk + Spline Sans Mono. Built to drive inquiry/quote submissions from overseas brands & Amazon sellers.
Version: 1.1.6
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elandmake
*/

/* ---- Design tokens ---- */
:root{
  --cream:#F6F1E8; --cream-alt:#EFE7D8; --card:#FCFAF4;
  --ink:#211C17; --ink-deepest:#1A1612; --muted:#6B6256; --meta:#8A7E6B;
--clay:#BC5A38; --clay-dark:#9E4828; --soft-clay:#F3E2D8;
  --font-body:"Hanken Grotesk",sans-serif;
  --font-display:"Archivo",sans-serif;
  --font-meta:"Spline Sans Mono",monospace;
  --space-1:4px; --space-2:8px; --space-3:12px; --space-4:16px; --space-5:24px; --space-6:32px; --space-7:48px; --space-8:64px; --space-9:88px;
  --radius-sm:4px; --radius-md:8px; --radius-pill:999px;
  --line:rgba(33,28,23,.12); --surface:var(--card); --shadow-menu:0 18px 42px rgba(33,28,23,.15);
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;}
::selection{background:var(--clay);color:var(--cream);}
input,textarea,select{font-family:var(--font-body);}
::placeholder{color:#A89C88;}
a{color:inherit;text-decoration:none;}
img{max-width:100%;display:block;}

/* ---- Type scale (standard H1–H6) ----
   Default heading sizes so every heading shares one responsive scale.
   Inline styles or more specific rules (.el-article, .elm-cap …) still win,
   so existing custom-designed sections are unaffected. */
h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.1;letter-spacing:-0.02em;font-weight:800;margin:0 0 0.5em;}
h1{font-size:clamp(2.2rem,5vw,3.4rem);font-weight:900;letter-spacing:-0.03em;}
h2{font-size:clamp(1.7rem,3.4vw,2.4rem);}
h3{font-size:clamp(1.25rem,2.2vw,1.6rem);font-weight:700;}
h4{font-size:1.15rem;font-weight:700;letter-spacing:-0.01em;}
h5{font-size:1rem;font-weight:700;letter-spacing:0;}
h6{font-size:0.8rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;font-family:var(--font-meta);}

@keyframes elFade{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}

/* Buttons rendered as links keep button look */
.el-btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-body);font-weight:600;border-radius:2px;cursor:pointer;border:none;text-decoration:none;white-space:nowrap;}

/* Header nav (WP-managed menu, with dropdown submenus) */
.el-nav ul.el-menu{display:flex;align-items:center;gap:26px;list-style:none;margin:0;padding:0;font-weight:600;font-size:15px;flex-wrap:nowrap;}
.el-nav .el-menu li{position:relative;}
.el-nav .el-menu a{display:block;color:#211C17;padding:6px 0;position:relative;transition:color .2s;white-space:nowrap;}
.el-nav .el-menu > li > a::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:#BC5A38;transition:width .25s ease;}
.el-nav .el-menu > li > a:hover{color:#BC5A38;}
.el-nav .el-menu > li > a:hover::after{width:100%;}
/* Active / current page highlight (persists so users know where they are) */
.el-nav .el-menu > li.current-menu-item > a,
.el-nav .el-menu > li.current-menu-parent > a,
.el-nav .el-menu > li.current-menu-ancestor > a,
.el-nav .el-menu > li.current_page_item > a,
.el-nav .el-menu > li.current_page_parent > a,
.el-nav .el-menu > li.current_page_ancestor > a{color:#BC5A38;}
.el-nav .el-menu > li.current-menu-item > a::after,
.el-nav .el-menu > li.current-menu-parent > a::after,
.el-nav .el-menu > li.current-menu-ancestor > a::after,
.el-nav .el-menu > li.current_page_item > a::after,
.el-nav .el-menu > li.current_page_parent > a::after,
.el-nav .el-menu > li.current_page_ancestor > a::after{width:100%;}
/* Mobile menu active state */
.el-mnav .el-mmenu > li.current-menu-item > a,
.el-mnav .el-mmenu > li.current-menu-parent > a,
.el-mnav .el-mmenu > li.current-menu-ancestor > a,
.el-mnav .el-mmenu > li.current_page_item > a,
.el-mnav .el-mmenu > li.current_page_parent > a{color:#BC5A38;background:#F3E2D8;font-weight:700;}

/* Premium product cards (shop / category / related) */
.el-pcard{transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;}
.el-pcard:hover{transform:translateY(-6px);box-shadow:0 20px 44px rgba(33,28,23,0.13);border-color:rgba(188,90,56,0.35);}
.el-pcard .el-pcard-media{overflow:hidden;}
.el-pcard .el-pcard-img{transition:transform .55s ease;}
.el-pcard:hover .el-pcard-img{transform:scale(1.06);}
.el-nav .el-menu > li.menu-item-has-children > a::before{content:"";display:inline-block;width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin:-3px 7px 0 0;vertical-align:middle;opacity:.55;}
/* Dropdown submenu */
.el-nav .sub-menu{position:absolute;top:100%;left:0;min-width:210px;background:#FBF6EC;border:1px solid rgba(33,28,23,.10);border-radius:4px;box-shadow:0 16px 38px rgba(33,28,23,.16);padding:8px 0;list-style:none;margin:10px 0 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease;z-index:60;}
.el-nav .el-menu li:hover > .sub-menu{opacity:1;visibility:visible;transform:translateY(0);}
.el-nav .sub-menu li{display:block;}
.el-nav .sub-menu a{padding:10px 18px;font-size:14px;white-space:nowrap;color:#211C17;}
.el-nav .sub-menu a:hover{background:#F3E2D8;color:#BC5A38;}
.el-nav .sub-menu .sub-menu{top:0;left:100%;margin:0;}

/* Utility-bar social icons — monochrome, hover reveals official brand color */
.el-util-soc a{color:#C9BBA2;display:inline-flex;transition:color .2s,transform .2s;}
.el-util-soc a:hover{transform:translateY(-1px);}
.el-util-soc a[aria-label="WhatsApp"]:hover{color:#25D366;}
.el-util-soc a[aria-label="Facebook"]:hover{color:#1877F2;}
.el-util-soc a[aria-label="LinkedIn"]:hover{color:#0A66C2;}

/* Product page brand-colored social icons */
.el-prod-soc a{display:inline-flex;transition:transform .2s,opacity .2s;}
.el-prod-soc a:hover{transform:translateY(-2px);opacity:.85;}

/* Mobile hamburger + slide-down nav */
.el-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:42px;background:none;border:1px solid rgba(33,28,23,.18);border-radius:4px;cursor:pointer;padding:0 10px;}
.el-burger span{display:block;height:2px;width:100%;background:#211C17;border-radius:2px;transition:.25s;}
.el-burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.el-burger.is-open span:nth-child(2){opacity:0;}
.el-burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
.el-mnav{display:none;overflow:hidden;max-height:0;transition:max-height .3s ease;background:#FBF6EC;border-top:1px solid rgba(33,28,23,.10);}
.el-mnav.is-open{max-height:85vh;overflow-y:auto;}
.el-mnav .el-mmenu{list-style:none;margin:0;padding:8px 0;font-weight:600;font-size:16px;}
.el-mnav .el-mmenu a{display:block;color:#211C17;padding:13px 24px;}
.el-mnav .el-mmenu a:hover{color:#BC5A38;background:#F3E2D8;}
.el-mnav .el-mmenu .sub-menu{list-style:none;margin:0;padding:0;background:rgba(33,28,23,.035);}
.el-mnav .el-mmenu .sub-menu a{padding-left:42px;font-size:15px;font-weight:500;color:#6B6256;}
.el-mnav .el-mmenu .sub-menu .sub-menu a{padding-left:58px;}
@media(max-width:900px){
  .el-burger{display:flex;}
  .el-hide-mobile{display:none !important;}
  .el-mnav{display:block;}
}

/* Blog category filter chips */
.el-cat-chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:44px;}
.el-chip{font-family:var(--font-meta);font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#6B6256;background:#FCFAF4;border:1px solid rgba(33,28,23,.12);padding:9px 16px;border-radius:30px;transition:.2s;white-space:nowrap;}
.el-chip:hover{border-color:#BC5A38;color:#BC5A38;}
.el-chip.is-active{background:#BC5A38;border-color:#BC5A38;color:#F6F1E8;}

/* Article body (blog + pages) */
.el-article p{margin:0 0 24px;}
.el-article h2{font-family:var(--font-display);font-weight:800;font-size:26px;letter-spacing:-0.01em;color:#211C17;margin:40px 0 16px;}
.el-article h3{font-family:var(--font-display);font-weight:700;font-size:21px;color:#211C17;margin:32px 0 12px;}
.el-article a{color:#BC5A38;text-decoration:underline;}
.el-article img{border-radius:5px;margin:8px 0 24px;}
.el-article ul,.el-article ol{margin:0 0 24px;padding-left:22px;}
.el-article li{margin-bottom:8px;}
.el-article blockquote{border-left:3px solid #BC5A38;background:#F3ECDD;padding:20px 24px;border-radius:0 4px 4px 0;margin:0 0 28px;}
.el-article blockquote p{margin:0;font-size:17px;line-height:1.6;color:#211C17;font-style:italic;}

/* Blog comments */
.el-comments-h,.el-comments .comment-reply-title{font-family:var(--font-display);font-weight:800;font-size:24px;letter-spacing:-0.01em;color:#211C17;margin:0 0 22px;}
.el-comment-list{list-style:none;margin:0 0 36px;padding:0;}
.el-comment-list ol.children{list-style:none;margin:18px 0 0 30px;padding:0;}
.el-comment-list li.comment{margin-bottom:18px;}
.el-comments .comment-body{background:#FCFAF4;border:1px solid rgba(33,28,23,0.10);border-radius:6px;padding:20px 22px;}
.el-comments .comment-author{display:flex;align-items:center;gap:12px;margin-bottom:6px;}
.el-comments .comment-author img{border-radius:50%;}
.el-comments .comment-author .fn{font-family:var(--font-display);font-weight:700;font-style:normal;font-size:15px;color:#211C17;}
.el-comments .comment-author .says{display:none;}
.el-comments .comment-meta{font-family:var(--font-meta);font-size:11.5px;color:#8A7E6B;margin:0 0 10px 58px;}
.el-comments .comment-meta a{color:#8A7E6B;}
.el-comments .comment-content{font-size:15px;line-height:1.7;color:#3A332B;}
.el-comments .comment-content p{margin:0 0 12px;}
.el-comments .reply{margin-top:8px;}
.el-comments .reply a{font-family:var(--font-meta);font-size:11px;text-transform:uppercase;letter-spacing:0.04em;color:#BC5A38;}
.el-comments-closed{font-family:var(--font-meta);font-size:12.5px;color:#8A7E6B;margin:0 0 24px;}
/* Comment form */
.el-comments .comment-respond{background:#FCFAF4;border:1px solid rgba(33,28,23,0.10);border-radius:6px;padding:28px 28px 22px;}
.el-comments .comment-form{margin:0;}
.el-comments .comment-form p{margin:0 0 16px;}
.el-comments .comment-form label{display:block;font-family:var(--font-meta);font-size:11px;letter-spacing:0.04em;text-transform:uppercase;color:#8A7E6B;margin-bottom:5px;}
.el-comments .comment-form input[type=text],.el-comments .comment-form input[type=email],.el-comments .comment-form input[type=url],.el-comments .comment-form textarea{width:100%;padding:12px 14px;border:1px solid rgba(33,28,23,0.18);border-radius:3px;font-family:var(--font-body);font-size:15px;color:#211C17;background:#fff;outline:none;}
.el-comments .comment-form textarea{min-height:120px;resize:vertical;}
.el-comments .comment-form-cookies-consent{display:flex;align-items:flex-start;gap:8px;}
.el-comments .comment-form-cookies-consent label{text-transform:none;letter-spacing:0;font-family:var(--font-body);color:#6B6256;margin:0;}
.el-comments .form-submit{margin-bottom:0;}
.el-comments .form-submit input[type=submit]{background:#BC5A38;color:#F6F1E8;font-family:var(--font-body);font-weight:600;font-size:15px;padding:13px 28px;border:none;border-radius:2px;cursor:pointer;transition:background .2s;}
.el-comments .form-submit input[type=submit]:hover{background:#9E4828;}

/* Responsive */
@media(max-width:1200px){
  .el-nav ul.el-menu{gap:18px;font-size:14px;}
  header.site .wrap{gap:16px !important;}
}
@media(max-width:900px){
  .el-grid-2,.el-grid-3,.el-grid-4,.el-grid-5,.el-grid-6,.el-hero,.el-products,.el-detail{grid-template-columns:1fr !important;}
  .el-nav{display:none !important;}
  .el-wrap{padding-left:20px !important;padding-right:20px !important;}
  .el-table-row{grid-template-columns:1.4fr 1fr !important;}
}

/* ---- Theme system: shared layout, components and navigation ---- */
.el-wrap{width:min(calc(100% - 40px),1240px);margin-inline:auto;}
.el-site-header{position:sticky;top:0;z-index:50;background:rgba(246,241,232,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);}
.el-header-row{min-height:72px;padding-block:var(--space-3);display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);}
.el-brand{display:flex;flex-direction:column;line-height:1;text-decoration:none;flex:none;}
.el-brand-name{font-family:var(--font-display);font-weight:900;font-size:23px;letter-spacing:.02em;color:var(--ink);}
.el-brand-tagline{font-family:var(--font-meta);font-size:10px;letter-spacing:.22em;color:var(--clay-dark);margin-top:5px;}
.el-header-actions{display:flex;align-items:center;gap:var(--space-3);flex:none;}
.el-language{font-family:var(--font-meta);font-size:12px;color:var(--muted);letter-spacing:.04em;}
.el-btn{justify-content:center;min-height:42px;padding:10px 18px;border-radius:var(--radius-sm);transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;}
.el-btn:hover{transform:translateY(-1px);}
.el-btn:active{transform:translateY(0);}
.el-btn:focus-visible,.el-nav a:focus-visible,.el-burger:focus-visible{outline:3px solid rgba(188,90,56,.35);outline-offset:3px;}
.el-btn-primary{background:var(--clay-dark)!important;color:var(--cream)!important;border:1px solid var(--clay-dark)!important;}
.el-btn-primary:hover{background:var(--ink)!important;border-color:var(--ink)!important;}

/* Desktop navigation: concise top-level links with an accessible product menu. */
.el-nav .el-menu{gap:clamp(14px,1.7vw,26px);font-family:var(--font-body);font-size:14px;}
.el-nav .el-menu > li > a{padding:12px 0;color:var(--ink);}
.el-nav .el-menu > li > a::after{bottom:5px;height:1px;background:var(--clay);}
.el-nav .el-menu > li.menu-item-has-children > a::before{width:5px;height:5px;margin:-3px 0 0 7px;float:right;}
.el-nav .sub-menu{min-width:236px;margin:0;padding:8px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-menu);transform:translateY(10px);}
.el-nav .sub-menu::before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px;}
.el-nav .el-menu li:hover > .sub-menu,.el-nav .el-menu li:focus-within > .sub-menu{opacity:1;visibility:visible;transform:translateY(0);}
.el-nav .sub-menu a{padding:10px 12px;border-radius:var(--radius-sm);font-size:13.5px;line-height:1.3;white-space:normal;color:var(--ink);}
.el-nav .sub-menu a:hover,.el-nav .sub-menu a:focus-visible{background:var(--soft-clay);color:var(--clay-dark);}
.el-nav .sub-menu .sub-menu{top:-8px;left:calc(100% + 8px);}

/* Mobile navigation keeps nested categories readable and touch-friendly. */
.el-mnav{background:var(--surface);border-top:1px solid var(--line);}
.el-mnav .el-mmenu{padding:var(--space-2) var(--space-3);}
.el-mnav .el-mmenu a{padding:12px;border-radius:var(--radius-sm);}
.el-mnav .el-mmenu .sub-menu{margin:2px 0 6px;padding:2px 0 4px 12px;background:transparent;border-left:1px solid rgba(188,90,56,.28);}
.el-mnav .el-mmenu .sub-menu a{padding:9px 12px;font-size:14px;}
.el-mnav-cta{display:flex;margin:12px 20px 18px;}

/* Shared component defaults. Page-specific layouts may opt in without copying values. */
.el-section{padding-block:var(--space-8);}
.el-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);}
.el-eyebrow{font-family:var(--font-meta);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--clay-dark);}
.el-field{display:grid;gap:var(--space-2);}
.el-field label{font-family:var(--font-meta);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--meta);}
.el-field input,.el-field select,.el-field textarea{width:100%;border:1px solid rgba(33,28,23,.18);border-radius:var(--radius-sm);padding:12px 14px;color:var(--ink);background:#fff;}
.el-field input:focus,.el-field select:focus,.el-field textarea:focus{outline:3px solid rgba(188,90,56,.2);border-color:var(--clay-dark);}
@media(max-width:900px){.el-header-row{min-height:64px;gap:var(--space-3);}.el-brand-tagline{font-size:8.5px;letter-spacing:.16em;}.el-mnav.is-open{max-height:calc(100dvh - 64px);}}
@media(max-width:480px){.el-wrap{width:min(calc(100% - 32px),1240px);}.el-brand-name{font-size:20px;}.el-brand-tagline{display:none;}.el-burger{width:42px;height:40px;}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;}}
/* Product customization tab */
.el-custom-panel{max-width:960px;}
.el-custom-intro{max-width:680px;margin-bottom:28px;}
.el-custom-intro .el-eyebrow{display:block;margin-bottom:10px;}
.el-custom-intro h2{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.3rem);letter-spacing:-.025em;color:var(--ink);margin:0 0 10px;}
.el-custom-intro p{font-size:16px;line-height:1.65;color:var(--muted);margin:0;}
.el-custom-services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.el-custom-service{position:relative;min-height:154px;padding:22px 22px 20px 54px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);}
.el-custom-service-index{position:absolute;top:22px;left:20px;font-family:var(--font-meta);font-size:11px;letter-spacing:.06em;color:var(--clay-dark);}
.el-custom-service h3{font-family:var(--font-display);font-size:18px;letter-spacing:-.01em;color:var(--ink);margin:0 0 8px;}
.el-custom-service p{font-size:14.5px;line-height:1.55;color:var(--muted);margin:0;}
.el-custom-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px;padding-top:20px;border-top:1px solid var(--line);}
.el-custom-footer strong{display:block;font-family:var(--font-display);font-size:16px;color:var(--ink);}
.el-custom-footer span{display:block;margin-top:4px;font-size:13.5px;color:var(--meta);}
@media(max-width:680px){.el-custom-services{grid-template-columns:1fr;}.el-custom-service{min-height:0;}.el-custom-footer{align-items:flex-start;flex-direction:column;}.el-custom-footer .el-btn{width:100%;}}
/* Expanded factory service content within the product customization tab */
.el-custom-process{display:grid;grid-template-columns:minmax(190px,.7fr) minmax(0,1.3fr);gap:28px;align-items:start;margin-top:28px;padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.el-custom-process .el-eyebrow{display:block;margin-bottom:8px;}
.el-custom-process h3{font-family:var(--font-display);font-size:20px;line-height:1.2;letter-spacing:-.015em;color:var(--ink);margin:0;}
.el-custom-process ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;counter-reset:factory-step;}
.el-custom-process li{counter-increment:factory-step;min-height:66px;padding:11px 12px;background:rgba(252,250,244,.72);border:1px solid var(--line);border-radius:var(--radius-sm);font-size:13.5px;line-height:1.35;color:var(--muted);}
.el-custom-process li::before{content:"0" counter(factory-step);display:block;margin-bottom:5px;font-family:var(--font-meta);font-size:10px;letter-spacing:.06em;color:var(--clay-dark);}
.el-custom-assurance{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.9fr);gap:28px;margin-top:24px;padding:22px;background:rgba(252,250,244,.78);border:1px solid var(--line);border-radius:var(--radius-md);}
.el-custom-assurance strong{font-family:var(--font-display);font-size:18px;color:var(--ink);}
.el-custom-assurance p{margin:8px 0 0;font-size:14.5px;line-height:1.6;color:var(--muted);}
.el-custom-assurance ul{display:grid;gap:8px;margin:0;padding:0;list-style:none;font-size:13.5px;line-height:1.45;color:var(--muted);}
.el-custom-assurance li{position:relative;padding-left:18px;}
.el-custom-assurance li::before{content:"";position:absolute;left:0;top:.48em;width:7px;height:7px;border-radius:50%;background:var(--clay);}
@media(max-width:760px){.el-custom-process,.el-custom-assurance{grid-template-columns:1fr;gap:18px;}.el-custom-process ol{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:480px){.el-custom-process ol{grid-template-columns:1fr;}}
/* Reused full customization-service content */
  .elm-cap{--cream:#F6F1E8;--cream-alt:#EFE7D8;--card:#FCFAF4;--ink:#211C17;--ink-deep:#1A1612;--muted:#6B6256;--meta:#8A7E6B;--clay:#BC5A38;--clay-dark:#9E4828;--soft-clay:#F3E2D8;--amber:#D98A2B;--line:rgba(33,28,23,.10);
    font-family:var(--font-body),sans-serif;color:var(--ink);background:var(--cream)}
  .elm-cap *,.elm-cap *::before,.elm-cap *::after{box-sizing:border-box;margin:0;padding:0}
  .elm-cap img{max-width:100%;display:block}
  .elm-cap a{text-decoration:none;color:inherit}
  .elm-cap h2,.elm-cap h3{font-family:var(--font-display),sans-serif;letter-spacing:-.02em}
  .elm-cap svg{fill:none;stroke-linecap:round;stroke-linejoin:round}
  .elm-cap .wrap{max-width:1240px;margin:0 auto;padding:0 32px}
  .elm-cap .eyebrow{font-family:var(--font-meta),monospace;font-size:12px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--clay);display:inline-flex;align-items:center;gap:8px;margin-bottom:14px}
  .elm-cap .eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--clay)}
  .elm-cap .eyebrow.amber{color:var(--amber)}
  .elm-cap .eyebrow.amber::before{background:var(--amber)}

  /* Banner */
  .elm-cap .banner{background:var(--ink);color:#fff;position:relative;overflow:hidden;padding:64px 0}
  .elm-cap .banner::before{content:"";position:absolute;top:-80px;right:-60px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(217,138,43,.16) 0%,transparent 70%);pointer-events:none}
  .elm-cap .banner h1{font-weight:900;font-size:clamp(2rem,5vw,3.2rem);text-transform:uppercase;line-height:1.08;margin-bottom:14px;position:relative;z-index:1}
  .elm-cap .banner h2 span{color:var(--amber)}
  .elm-cap .banner .sub{font-size:1rem;color:#bdae98;line-height:1.7;max-width:560px;position:relative;z-index:1}
  .elm-cap .banner .tags{display:flex;gap:10px;margin-top:26px;flex-wrap:wrap;position:relative;z-index:1}
  .elm-cap .banner .tag{font-family:var(--font-meta),monospace;font-size:12px;color:var(--amber);border:1px solid rgba(217,138,43,.4);border-radius:20px;padding:6px 16px}

  /* Stats */
  .elm-cap .stats{background:var(--clay)}
  .elm-cap .stats .wrap{display:grid;grid-template-columns:repeat(4,1fr);padding-left:0;padding-right:0}
  .elm-cap .stat{padding:26px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.18)}
  .elm-cap .stat:last-child{border-right:none}
  .elm-cap .stat .n{font-family:var(--font-display);font-weight:900;font-size:2rem;color:#fff;line-height:1}
  .elm-cap .stat .n span{color:#f6d9c6;font-size:1rem}
  .elm-cap .stat .l{font-family:var(--font-meta),monospace;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#f6d9c6;margin-top:6px}

  /* Section shell */
  .elm-cap .section{padding:72px 0}
  .elm-cap .section.alt{background:var(--cream-alt)}
  .elm-cap .sec-title{font-weight:800;font-size:clamp(1.5rem,3.2vw,2.1rem);text-transform:uppercase;color:var(--ink);margin-bottom:8px}
  .elm-cap .sec-sub{font-size:.98rem;color:var(--muted);margin-bottom:34px}
  .elm-cap .sec-body{font-size:1rem;color:var(--muted);line-height:1.85;margin-bottom:34px;max-width:860px}

  /* 6-step process */
  .elm-cap .steps-wrap{position:relative}
  .elm-cap .steps-line{position:absolute;top:36px;left:36px;right:36px;height:2px;background:linear-gradient(90deg,var(--clay),var(--clay-dark));z-index:0}
  .elm-cap .steps-grid{display:grid;grid-template-columns:repeat(6,1fr);position:relative;z-index:1}
  .elm-cap .step-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 6px}
  .elm-cap .step-circle{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:14px;position:relative;border:2px solid transparent}
  .elm-cap .step-circle svg{width:28px;height:28px;stroke-width:1.6}
  .elm-cap .step-circle.active{background:var(--clay);box-shadow:0 8px 24px rgba(188,90,56,.35)}
  .elm-cap .step-circle.active svg{stroke:#fff}
  .elm-cap .step-circle.normal{background:#fff;border-color:var(--line);box-shadow:0 4px 12px rgba(33,28,23,.08)}
  .elm-cap .step-circle.normal svg{stroke:var(--clay)}
  .elm-cap .step-num{position:absolute;top:-4px;right:-4px;width:22px;height:22px;border-radius:50%;background:var(--ink);color:#fff;font-family:var(--font-meta),monospace;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center;border:2px solid var(--cream)}
  .elm-cap .step-name{font-weight:700;font-size:12.5px;color:var(--ink);margin-bottom:5px;line-height:1.3}
  .elm-cap .step-desc{font-size:10.5px;color:var(--muted);line-height:1.5}

  /* Service cards */
  .elm-cap .service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
  .elm-cap .service-card{background:var(--card);border-radius:12px;padding:24px;border:1px solid var(--line);display:flex;gap:16px;align-items:flex-start;transition:.25s}
  .elm-cap .service-card:hover{border-color:var(--clay);transform:translateY(-4px)}
  .elm-cap .service-icon{width:50px;height:50px;border-radius:12px;background:var(--ink);display:flex;align-items:center;justify-content:center;flex:none}
  .elm-cap .service-icon svg{width:24px;height:24px;stroke:#fff;stroke-width:1.6}
  .elm-cap .service-icon.accent{background:linear-gradient(135deg,var(--clay),var(--amber))}
  .elm-cap .service-title{font-weight:700;font-size:1rem;color:var(--ink);margin-bottom:6px}
  .elm-cap .service-desc{font-size:.85rem;color:var(--muted);line-height:1.6;margin-bottom:10px}
  .elm-cap .service-tags{display:flex;gap:6px;flex-wrap:wrap}
  .elm-cap .stag{font-family:var(--font-meta),monospace;font-size:10px;padding:4px 10px;background:var(--cream-alt);border-radius:20px;color:var(--clay-dark);font-weight:600}

  /* Process detail list */
  .elm-cap .process-list{display:flex;flex-direction:column}
  .elm-cap .process-item{display:flex;gap:20px;padding:22px 0;border-bottom:1px solid var(--line);align-items:flex-start}
  .elm-cap .process-item:last-child{border-bottom:none}
  .elm-cap .process-left{display:flex;flex-direction:column;align-items:center;flex:none;width:48px}
  .elm-cap .process-dot{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center}
  .elm-cap .process-dot svg{width:20px;height:20px;stroke:#fff;stroke-width:1.7}
  .elm-cap .process-dot.a{background:linear-gradient(135deg,var(--clay),var(--amber))}
  .elm-cap .process-dot.b{background:var(--ink)}
  .elm-cap .process-dot.c{background:var(--clay-dark)}
  .elm-cap .process-connector{width:2px;height:26px;background:linear-gradient(to bottom,var(--clay),transparent);margin-top:4px}
  .elm-cap .process-right{flex:1;padding-top:6px}
  .elm-cap .process-title{font-weight:700;font-size:1.05rem;color:var(--ink);margin-bottom:6px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
  .elm-cap .process-badge{font-family:var(--font-meta),monospace;font-size:10px;padding:3px 9px;background:var(--soft-clay);color:var(--clay-dark);border-radius:10px;font-weight:600}
  .elm-cap .process-desc{font-size:.92rem;color:var(--muted);line-height:1.7}
  .elm-cap .process-tips{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}
  .elm-cap .ptip{font-family:var(--font-meta),monospace;font-size:10.5px;color:var(--clay-dark);background:var(--cream-alt);padding:4px 10px;border-radius:6px;font-weight:600}

  /* Timeline */
  .elm-cap .timeline{background:var(--ink);border-radius:14px;padding:28px 32px;margin-top:34px}
  .elm-cap .timeline-title{font-weight:700;font-size:1rem;color:#fff;margin-bottom:20px;font-family:var(--font-display),sans-serif;text-transform:uppercase;letter-spacing:.02em}
  .elm-cap .tl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
  .elm-cap .tl-item{background:rgba(255,255,255,.06);border-radius:10px;padding:16px;border:1px solid rgba(255,255,255,.08)}
  .elm-cap .tl-phase{font-family:var(--font-meta),monospace;font-size:10px;color:var(--amber);font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px}
  .elm-cap .tl-name{font-size:12.5px;font-weight:700;color:#fff;margin-bottom:6px}
  .elm-cap .tl-days{font-family:var(--font-display);font-size:1.5rem;font-weight:900;color:#fff;letter-spacing:-.02em}
  .elm-cap .tl-days span{font-size:.8rem;font-weight:400;color:#bdae98}

  /* Logo/Material/Color item grids */
  .elm-cap .item-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
  .elm-cap .item-grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}
  .elm-cap .item-card{text-align:center}
  .elm-cap .item-img{aspect-ratio:1/1;border-radius:8px;overflow:hidden;background:#f0ece2;border:1px solid var(--line);margin-bottom:12px}
  .elm-cap .item-img img{width:100%;height:100%;object-fit:cover}
  .elm-cap .item-label{font-weight:600;font-size:.92rem;color:var(--ink)}

  .elm-cap .cap-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}
  .elm-cap .cap-card{background:var(--card);border:1px solid var(--line);border-radius:10px;padding:24px 22px;display:flex;gap:14px;align-items:flex-start}
  .elm-cap .cap-icon{width:44px;height:44px;border-radius:10px;flex:none;display:flex;align-items:center;justify-content:center}
  .elm-cap .cap-icon svg{width:22px;height:22px;stroke:#fff;stroke-width:1.7}
  .elm-cap .cap-icon.a{background:linear-gradient(135deg,var(--clay),var(--amber))}
  .elm-cap .cap-icon.b{background:var(--ink)}
  .elm-cap .cap-icon.c{background:var(--clay-dark)}
  .elm-cap .cap-title{font-weight:700;font-size:1rem;color:var(--ink);margin-bottom:4px}
  .elm-cap .cap-desc{font-size:.85rem;color:var(--muted);line-height:1.6}

  /* Pantone + swatches */
  .elm-cap .pantone{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:44px 40px;display:flex;align-items:center;gap:44px;flex-wrap:wrap;margin-bottom:32px}
  .elm-cap .pantone .img{flex:1;min-width:280px;max-width:620px;border-radius:10px;overflow:hidden;box-shadow:0 16px 44px rgba(33,28,23,.14)}
  .elm-cap .pantone .txt{max-width:280px}
  .elm-cap .pantone .txt h3{font-weight:800;font-size:1.5rem;text-transform:uppercase;color:var(--ink);margin-bottom:12px;line-height:1.2}
  .elm-cap .pantone .txt p{font-size:.92rem;color:var(--muted);line-height:1.7}
  .elm-cap .swatches{display:flex;flex-wrap:wrap;gap:10px}
  .elm-cap .swatch{display:flex;align-items:center;gap:8px;background:var(--card);border:1px solid var(--line);border-radius:8px;padding:8px 14px;font-size:12px;font-weight:600;color:var(--ink)}
  .elm-cap .dot{width:16px;height:16px;border-radius:50%;flex:none}

  /* FAQ */
  .elm-cap .faq-list{display:flex;flex-direction:column;gap:10px}
  .elm-cap .faq-item{background:var(--card);border-radius:12px;border:1px solid var(--line);overflow:hidden}
  .elm-cap .faq-q{padding:16px 20px;font-weight:700;font-size:.95rem;color:var(--ink);display:flex;align-items:center;gap:12px}
  .elm-cap .faq-q::before{content:"Q";width:26px;height:26px;border-radius:6px;background:var(--clay);color:#fff;font-family:var(--font-display);font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;flex:none}
  .elm-cap .faq-a{padding:0 20px 16px 58px;font-size:.9rem;color:var(--muted);line-height:1.7}

  /* CTA */
  .elm-cap .cta{background:var(--ink);color:#fff;text-align:center;padding:64px 0;position:relative;overflow:hidden}
  .elm-cap .cta::before{content:"";position:absolute;top:-90px;left:50%;transform:translateX(-50%);width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(217,138,43,.14) 0%,transparent 65%);pointer-events:none}
  .elm-cap .cta h2{font-weight:900;font-size:clamp(1.6rem,3.6vw,2.4rem);text-transform:uppercase;margin-bottom:10px;position:relative;z-index:1}
  .elm-cap .cta p{font-size:1rem;color:#bdae98;margin-bottom:28px;position:relative;z-index:1}
  .elm-cap .cta .btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}
  .elm-cap .btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-weight:600;font-size:15px;padding:14px 30px;border-radius:2px;border:2px solid transparent;cursor:pointer;transition:.2s}
  .elm-cap .btn-primary{background:var(--clay);color:var(--cream)}
  .elm-cap .btn-primary:hover{background:var(--clay-dark)}
  .elm-cap .btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}
  .elm-cap .btn-ghost:hover{background:#fff;color:var(--ink)}

  @media(max-width:780px){
    .elm-cap .steps-line{display:none}
    .elm-cap .steps-grid{grid-template-columns:repeat(3,1fr);gap:20px 0}
    .elm-cap .service-grid,.elm-cap .stats .wrap,.elm-cap .item-grid,.elm-cap .item-grid-5,.elm-cap .tl-grid{grid-template-columns:repeat(2,1fr)}
    .elm-cap .cap-row{grid-template-columns:1fr}
  }
  @media(max-width:480px){
    .elm-cap .service-grid,.elm-cap .item-grid,.elm-cap .item-grid-5{grid-template-columns:1fr}
  }

/* Product-page adaptation: full service content inside a narrower tab panel. */
.el-product-summary-section{padding:32px 32px 64px;}
.el-product-detail{max-width:1180px!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:48px!important;align-items:start;}
.el-product-tabs-section{background:var(--cream-alt);border-top:1px solid rgba(33,28,23,.08);border-bottom:1px solid rgba(33,28,23,.08);padding:56px 32px;}
.el-product-tabs-wrap{max-width:1180px!important;}
.el-product-specs{max-width:100%!important;font-size:15px!important;line-height:1.7!important;color:var(--muted)!important;}
.el-custom-panel{max-width:1040px;margin-inline:auto;}
.el-custom-panel .elm-cap{background:transparent;}
.el-custom-panel .elm-cap .wrap{max-width:1040px;padding-inline:24px;}
.el-custom-panel .elm-cap .banner{padding:44px 0;}
.el-custom-panel .elm-cap .banner h1{font-size:clamp(1.8rem,4.2vw,2.7rem);}
.el-custom-panel .elm-cap .stats .wrap{max-width:1040px;padding-inline:0;}
.el-custom-panel .elm-cap .stat{padding:18px 12px;}
.el-custom-panel .elm-cap .section{padding:48px 0;}
.el-custom-panel .elm-cap .section.alt{margin-inline:0;}
.el-custom-panel .elm-cap .item-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.el-custom-panel .elm-cap .item-grid-5{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;}
.el-custom-panel .elm-cap .item-img{margin-bottom:8px;}
.el-custom-panel .elm-cap .item-label{font-size:.82rem;line-height:1.3;}
.el-custom-panel .elm-cap .step-circle{width:96px;height:96px;}
.el-custom-panel .elm-cap .steps-line{top:48px;left:48px;right:48px;}
.el-custom-panel .elm-cap .process-dot{width:64px;height:64px;}
.el-custom-panel .elm-cap .process-left{width:68px;}
.el-custom-panel .elm-cap .process-item{gap:16px;padding:18px 0;}
.el-custom-panel .elm-cap .timeline{padding:24px;}
.el-custom-panel .elm-cap .cta{padding:48px 0;}
@media(max-width:900px){.el-product-detail{grid-template-columns:1fr!important;gap:32px!important;}.el-product-summary-section,.el-product-tabs-section{padding-inline:20px;}.el-custom-panel .elm-cap .item-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.el-custom-panel .elm-cap .item-grid-5{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:600px){.el-custom-panel .elm-cap .wrap{padding-inline:16px;}.el-custom-panel .elm-cap .item-grid,.el-custom-panel .elm-cap .item-grid-5{grid-template-columns:repeat(2,minmax(0,1fr));}.el-custom-panel .elm-cap .step-circle{width:78px;height:78px;}.el-custom-panel .elm-cap .steps-line{display:none;}.el-custom-panel .elm-cap .stats .wrap{grid-template-columns:repeat(2,1fr);}.el-custom-panel .elm-cap .pantone{padding:24px;}.el-custom-panel .elm-cap .tl-grid{grid-template-columns:repeat(2,1fr);}}
/* Product-tab service scene media: mirror the real service-page thumbnail geometry. */
.el-custom-panel .elm-cap .service-icon{width:100px;height:100px;flex:none;border-radius:18px;overflow:hidden;}
.el-custom-panel .elm-cap .service-card{align-items:center;gap:22px;}
.el-custom-panel .elm-cap .service-icon img,
.el-custom-panel .elm-cap .process-dot img,
.el-custom-panel .elm-cap .scene-media img{width:100%;height:100%;display:block;object-fit:cover;}
.el-custom-panel .elm-cap .step-circle{position:relative;width:104px;height:104px;margin-bottom:16px;overflow:hidden;}
.el-custom-panel .elm-cap .step-circle .scene-media{position:absolute;inset:0;z-index:0;border-radius:50%;overflow:hidden;}
.el-custom-panel .elm-cap .step-circle .step-num{position:relative;z-index:2;}
.el-custom-panel .elm-cap .process-dot{width:72px;height:72px;flex:none;overflow:hidden;}
.el-custom-panel .elm-cap .process-left{width:76px;align-self:stretch;}
.el-custom-panel .elm-cap .process-item{gap:20px;}
.el-custom-panel .elm-cap .process-connector{height:auto;min-height:38px;flex:1;}
@media(max-width:600px){
  .el-custom-panel .elm-cap .service-card{display:grid;grid-template-columns:88px minmax(0,1fr);gap:14px 16px;padding:20px;align-items:start;}
  .el-custom-panel .elm-cap .service-card>div:nth-child(2){display:contents;}
  .el-custom-panel .elm-cap .service-icon{width:88px;height:88px;grid-column:1;grid-row:1;}
  .el-custom-panel .elm-cap .service-title{grid-column:2;grid-row:1;align-self:center;margin-bottom:0;line-height:1.35;}
  .el-custom-panel .elm-cap .service-desc{grid-column:1/-1;grid-row:2;margin-bottom:0;}
  .el-custom-panel .elm-cap .service-tags{grid-column:1/-1;grid-row:3;}
  .el-custom-panel .elm-cap .step-circle{width:88px;height:88px;}
  .el-custom-panel .elm-cap .process-dot{width:60px;height:60px;}
  .el-custom-panel .elm-cap .process-left{width:64px;}
}

/* Product gallery: a single compact row of no more than five thumbnails. */
.el-product-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:14px;}
.el-product-thumbs .el-thumb{min-width:0;}
@media(max-width:600px){.el-product-thumbs{gap:7px;margin-top:10px;}}


/* Product thumbnail hover preview. */
.el-product-thumbs .el-thumb{transition:transform .16s ease,box-shadow .16s ease;}
.el-product-thumbs .el-thumb:hover,.el-product-thumbs .el-thumb:focus-visible{transform:translateY(-2px);box-shadow:0 5px 14px rgba(33,28,23,.16);outline:none;}
/* ---- Static-build addendum: article tables (harvested posts contain spec tables) ---- */
.el-article table{width:100%;border-collapse:collapse;margin:0 0 28px;font-size:15px;line-height:1.55;background:#FCFAF4;border:1px solid rgba(33,28,23,0.12);border-radius:4px;overflow:hidden;}
.el-article th{background:#F3ECDD;font-family:var(--font-meta);font-size:12px;letter-spacing:0.04em;text-transform:uppercase;color:#5B5248;text-align:left;padding:11px 14px;border-bottom:1px solid rgba(33,28,23,0.12);}
.el-article td{padding:11px 14px;border-bottom:1px solid rgba(33,28,23,0.08);color:#3A332B;vertical-align:top;}
.el-article tr:last-child td{border-bottom:none;}
.el-article a{color:#9E4828!important;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;}
@media(max-width:720px){.el-article table{display:block;overflow-x:auto;white-space:nowrap;}}
/* ---- Static-build addendum: nested items in the mobile nav (desktop dropdowns use the theme's .sub-menu rules) ---- */
.el-mmenu .sub-menu{list-style:none;margin:0;padding:0 0 4px 14px;font-size:14.5px;font-weight:500;}
.el-mmenu .sub-menu a{padding:9px 24px;color:#3A332B;}
.el-mmenu .sub-menu .sub-menu{font-size:14px;padding-left:14px;}
.el-mmenu .sub-menu .sub-menu a{padding:7px 24px;color:#6B6256;}
.el-post-card-media img,.el-post-cover-img{width:100%;height:100%;display:block;object-fit:cover;}
.el-post-cover-img{aspect-ratio:3/2;border-radius:8px;}
.el-util-cert-short{display:none;}
@media(max-width:600px){
  .el-utility .el-wrap{min-height:42px;padding:7px 20px!important;flex-wrap:nowrap!important;gap:10px!important;}
  .el-util-cert{font-size:10.5px;letter-spacing:0.025em;white-space:nowrap;}
  .el-util-cert-full{display:none;}
  .el-util-cert-short{display:inline;}
  .el-util-meta{display:none;}
  .el-util-soc{gap:10px!important;margin-left:auto;}
  .el-post-cover{padding:24px 32px 0!important;}
}
