/*
Theme Name: Jouelanity
Theme URI: https://jouelanity.com/
Author: Jouelanity
Author URI: https://jouelanity.com/
Description: Bespoke WooCommerce theme for Jouelanity, a US watch and jewellery boutique. Layout follows the Walker boutique demo: centred uppercase navigation, full-width slider, three category banners, four-column product grids, service icon strip and a dark three-column footer.
Version: 1.0.9
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jouelanity
Tags: e-commerce, one-column, two-columns, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
*/

/* ------------------------------------------------------------------ tokens */
:root {
	--jl-font: "Raleway", "Helvetica Neue", Arial, sans-serif;
	--jl-ink: #333333;
	--jl-ink-2: #555555;
	--jl-text: #7a7a7a;
	--jl-muted: #9a9a9a;
	--jl-line: #e6e6e6;
	--jl-line-2: #efefef;
	--jl-bg: #ffffff;
	--jl-bg-soft: #f6f6f6;
	--jl-bg-alt: #fafafa;
	--jl-dark: #2f2f2f;
	--jl-dark-2: #262626;
	--jl-accent: #333333;
	--jl-sale: #e63b6c;
	--jl-ok: #2f8f5b;
	--jl-err: #c0392b;
	--jl-wide: 1400px;
	--jl-container: 1170px;
	--jl-narrow: 860px;
	--jl-header-h: 90px;
	--jl-radius: 0px;
	--jl-ease: cubic-bezier(.4, 0, .2, 1);
}

/* ------------------------------------------------------------------ reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body.jl {
	margin: 0;
	font-family: var(--jl-font);
	font-size: 14px;
	line-height: 1.75;
	color: var(--jl-text);
	background: var(--jl-bg);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
body.jl.jl-no-scroll { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--jl-ink); text-decoration: none; transition: color .2s var(--jl-ease), opacity .2s var(--jl-ease); }
a:hover { color: #000; }
h1, h2, h3, h4, h5, h6 { font-family: var(--jl-font); color: var(--jl-ink); font-weight: 700; line-height: 1.25; margin: 0 0 .6em; letter-spacing: .04em; }
h1 { font-size: 28px; } h2 { font-size: 22px; } h3 { font-size: 17px; } h4 { font-size: 14px; text-transform: uppercase; letter-spacing: .12em; }
p { margin: 0 0 1.2em; }
ul, ol { margin: 0 0 1.2em; padding-left: 1.2em; }
table { border-collapse: collapse; width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
.screen-reader-text { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; overflow: hidden; }
.skip-link:focus { position: fixed; top: 8px; left: 8px; z-index: 9999; background: #fff; padding: 8px 12px; clip: auto; width: auto; height: auto; }

.jl-container { width: 100%; max-width: var(--jl-container); margin: 0 auto; padding: 0 20px; }
.jl-container-wide { width: 100%; max-width: var(--jl-wide); margin: 0 auto; padding: 0 32px; }
.jl-container--narrow { max-width: var(--jl-narrow); }
.jl-muted { color: var(--jl-muted); }
.jl-section { padding: 70px 0; }

/* ------------------------------------------------------------------ type helpers */
.jl-upper, .jl-btn, .jl-link, .jl-nav__list a, .jl-tool, .jl-section-title h2, .jl-titlebar__title, .jl-card__title, .jl-badge, .jl-footer__title, .jl-socialbar a, .jl-widget__title, .jl-slide__kicker, .jl-promo__kicker, .jl-feature h3 {
	text-transform: uppercase;
	letter-spacing: .16em;
}

.jl-btn {
	display: inline-block;
	background: var(--jl-ink);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	padding: 16px 32px;
	border: 1px solid var(--jl-ink);
	border-radius: var(--jl-radius);
	cursor: pointer;
	transition: background .25s var(--jl-ease), color .25s var(--jl-ease), border-color .25s var(--jl-ease);
	text-align: center;
}
.jl-btn:hover { background: #000; border-color: #000; color: #fff; }
.jl-btn--outline { background: transparent; color: var(--jl-ink); }
.jl-btn--outline:hover { background: var(--jl-ink); color: #fff; }
.jl-btn--light { background: #fff; color: var(--jl-ink); border-color: #fff; }
.jl-btn--light:hover { background: var(--jl-ink); color: #fff; border-color: var(--jl-ink); }

.jl-link {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	color: var(--jl-ink);
	padding-bottom: 4px;
	border-bottom: 1px solid var(--jl-ink);
	line-height: 1.2;
}
.jl-link:hover { color: var(--jl-text); border-color: var(--jl-text); }

.jl-section-title { display: flex; align-items: center; gap: 28px; margin: 0 0 44px; }
.jl-section-title::before, .jl-section-title::after { content: ""; flex: 1; height: 1px; background: var(--jl-line); }
.jl-section-title h2 { font-size: 16px; font-weight: 800; letter-spacing: .22em; margin: 0; white-space: nowrap; }

/* ------------------------------------------------------------------ header */
.jl-header { position: sticky; top: 0; z-index: 900; background: #fff; border-bottom: 1px solid transparent; transition: box-shadow .25s, border-color .25s; }
.jl-header.is-stuck { border-color: var(--jl-line); box-shadow: 0 2px 12px rgba(0,0,0,.05); }
.jl-header__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: var(--jl-header-h); }
.jl-header__logo { display: flex; align-items: center; }
.jl-header__logo img { max-height: 44px; width: auto; }
.jl-logo { font-size: 22px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: var(--jl-ink); line-height: 1; }
.jl-nav { justify-self: center; }
.jl-nav__list { list-style: none; margin: 0; padding: 0; display: flex; gap: 34px; }
.jl-nav__list li { position: relative; }
.jl-nav__list a { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; color: var(--jl-ink); padding: 34px 0; line-height: 1; position: relative; }
.jl-nav__list > li > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 28px; height: 1px; background: var(--jl-ink); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--jl-ease); }
.jl-nav__list > li:hover > a::after, .jl-nav__list > li.current-menu-item > a::after, .jl-nav__list > li.current-menu-ancestor > a::after, .jl-nav__list > li.current_page_parent > a::after { transform: scaleX(1); }
.jl-nav__list > li.menu-item-has-children > a::before { content: ""; order: 2; width: 5px; height: 5px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-2px) rotate(45deg); margin-left: 2px; }
.jl-nav__list .sub-menu { list-style: none; margin: 0; padding: 18px 0; position: absolute; top: 100%; left: -24px; min-width: 220px; background: #fff; border: 1px solid var(--jl-line); box-shadow: 0 12px 30px rgba(0,0,0,.08); opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .25s var(--jl-ease); z-index: 20; }
.jl-nav__list li:hover > .sub-menu, .jl-nav__list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.jl-nav__list .sub-menu a { display: block; padding: 8px 24px; font-size: 11px; font-weight: 600; letter-spacing: .1em; color: var(--jl-ink-2); text-transform: uppercase; }
.jl-nav__list .sub-menu a:hover { color: #000; padding-left: 28px; }
.jl-header__tools { justify-self: end; display: flex; align-items: center; gap: 22px; }
.jl-tool { background: none; border: 0; padding: 0; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; color: var(--jl-ink); position: relative; line-height: 1; }
.jl-tool:hover { color: #000; }
.jl-cart-count { position: absolute; top: -7px; right: -9px; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 8px; background: var(--jl-ink); color: #fff; font-size: 9px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; letter-spacing: 0; }
.jl-tool--menu { display: none; }

/* search overlay */
.jl-search-overlay { position: fixed; inset: 0; z-index: 1200; background: rgba(255,255,255,.97); display: flex; align-items: center; justify-content: center; }
.jl-search-overlay[hidden] { display: none; }
.jl-search-overlay__close { position: absolute; top: 28px; right: 36px; background: none; border: 0; cursor: pointer; color: var(--jl-ink); }
.jl-search-overlay__inner { width: min(720px, 90vw); }
.jl-search-form { display: flex; border-bottom: 2px solid var(--jl-ink); }
.jl-search-form input { flex: 1; border: 0; background: transparent; font-size: 28px; font-weight: 500; padding: 14px 0; outline: none; letter-spacing: .02em; }
.jl-search-form button { background: none; border: 0; cursor: pointer; color: var(--jl-ink); }

/* off-canvas */
.jl-offcanvas { position: fixed; inset: 0; z-index: 1100; }
.jl-offcanvas[hidden] { display: none; }
.jl-offcanvas__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.45); border: 0; cursor: pointer; }
.jl-offcanvas__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(360px, 88vw); background: #fff; z-index: 2; overflow-y: auto; padding: 24px 28px 40px; transform: translateX(100%); animation: jl-slide-in .3s var(--jl-ease) forwards; }
@keyframes jl-slide-in { to { transform: translateX(0); } }
.jl-offcanvas__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.jl-offcanvas__head button { background: none; border: 0; cursor: pointer; color: var(--jl-ink); }
.jl-offcanvas__list, .jl-offcanvas__list .sub-menu { list-style: none; margin: 0; padding: 0; }
.jl-offcanvas__list > li { border-bottom: 1px solid var(--jl-line-2); }
.jl-offcanvas__list a { display: block; padding: 14px 0; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--jl-ink); }
.jl-offcanvas__list .sub-menu { padding: 0 0 10px 14px; }
.jl-offcanvas__list .sub-menu a { padding: 8px 0; font-weight: 600; font-size: 11px; color: var(--jl-ink-2); }
.jl-offcanvas__meta { margin-top: 28px; display: grid; gap: 8px; font-size: 13px; }

/* ------------------------------------------------------------------ title bar */
.jl-titlebar { background: var(--jl-bg-soft); }
.jl-titlebar__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 70px; flex-wrap: wrap; }
.jl-titlebar__title { font-size: 13px; font-weight: 700; margin: 0; letter-spacing: .2em; }
.jl-crumbs { font-size: 11px; color: var(--jl-muted); letter-spacing: .03em; }
.jl-crumbs a { color: var(--jl-text); }
.jl-crumbs__sep { margin: 0 8px; }
.jl-crumbs span[aria-current] { color: var(--jl-ink); }

/* ------------------------------------------------------------------ slider */
.jl-slider { position: relative; height: clamp(420px, 52vw, 760px); overflow: hidden; background: #eee; }
.jl-slider__track { position: absolute; inset: 0; }
.jl-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity .9s var(--jl-ease); display: flex; align-items: center; }
.jl-slide.is-active { opacity: 1; z-index: 1; }
.jl-slide__inner { width: 100%; display: flex; }
.jl-slide--right .jl-slide__inner { justify-content: flex-end; }
.jl-slide__content { max-width: 560px; transform: translateY(24px); opacity: 0; transition: all .8s .25s var(--jl-ease); }
.jl-slide.is-active .jl-slide__content { transform: none; opacity: 1; }
.jl-slide__kicker { display: block; font-size: 11px; font-weight: 700; color: var(--jl-ink); margin-bottom: 18px; }
.jl-slide__title { font-size: clamp(34px, 5.2vw, 78px); font-weight: 800; line-height: 1.02; letter-spacing: .08em; text-transform: uppercase; color: var(--jl-ink); margin: 0 0 22px; }
.jl-slide__text { font-size: 16px; line-height: 1.8; color: var(--jl-ink-2); max-width: 440px; margin: 0 0 30px; }
.jl-slide__content { background: rgba(255,255,255,.78); padding: 34px 38px; backdrop-filter: blur(2px); }
.jl-slide--dark .jl-slide__content { background: rgba(20,20,20,.45); }
.jl-slide--panel .jl-slide__content { background: rgba(255,255,255,.86); padding: 40px 44px; }
.jl-slide--dark .jl-slide__kicker, .jl-slide--dark .jl-slide__title { color: #fff; }
.jl-slide--dark .jl-slide__text { color: rgba(255,255,255,.85); }
.jl-slider__arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; background: none; border: 0; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--jl-ink); padding: 10px; opacity: .7; transition: opacity .2s; }
.jl-slider__arrow:hover { opacity: 1; }
.jl-slider__arrow--prev { left: 24px; }
.jl-slider__arrow--next { right: 24px; }
.jl-slider__dots { position: absolute; right: 40px; bottom: 34px; z-index: 5; display: flex; gap: 10px; }
.jl-slider__dot { width: 8px; height: 8px; border-radius: 50%; border: 0; padding: 0; background: rgba(51,51,51,.35); cursor: pointer; }
.jl-slider__dot.is-active { background: var(--jl-ink); }

/* ------------------------------------------------------------------ banners */
.jl-banners { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding: 22px 20px 0; max-width: var(--jl-wide); margin: 0 auto; }
.jl-banner { position: relative; display: block; overflow: hidden; background: #f1f1f1; aspect-ratio: 4 / 3; }
.jl-banner img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--jl-ease); }
.jl-banner:hover img { transform: scale(1.04); }
.jl-banner__text { position: absolute; top: 50%; transform: translateY(-50%); left: 36px; display: flex; flex-direction: column; gap: 8px; }
.jl-banner--right .jl-banner__text { left: auto; right: 36px; align-items: flex-end; text-align: right; }
.jl-banner__text strong { font-size: clamp(16px, 1.6vw, 22px); font-weight: 800; text-transform: uppercase; letter-spacing: .2em; color: var(--jl-ink); background: rgba(255,255,255,.82); padding: 8px 12px; }
.jl-banner__text em { font-style: normal; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--jl-ink); border-bottom: 1px solid var(--jl-ink); padding-bottom: 3px; background: rgba(255,255,255,.82); padding: 4px 6px; }

/* ------------------------------------------------------------------ promo band */
.jl-promo { background-size: cover; background-position: center; padding: 110px 0; position: relative; }
.jl-promo::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(255,255,255,.55) 55%, rgba(255,255,255,.85) 100%); }
.jl-promo__inner { position: relative; display: flex; justify-content: flex-end; }
.jl-promo__box { max-width: 460px; text-align: left; background: rgba(255,255,255,.7); padding: 40px 44px; backdrop-filter: blur(3px); }
.jl-promo__kicker { display: block; font-size: 10px; font-weight: 700; margin-bottom: 14px; color: var(--jl-ink-2); }
.jl-promo__title { font-size: clamp(22px, 2.6vw, 34px); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; line-height: 1.25; }
.jl-promo__box p { color: var(--jl-ink-2); margin-bottom: 22px; }

/* ------------------------------------------------------------------ journal */
.jl-journal { background: var(--jl-bg-soft); }
.jl-journal__grid, .jl-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.jl-post-card { background: #fff; display: flex; flex-direction: column; }
.jl-post-card__media { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: #eee; }
.jl-post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--jl-ease); }
.jl-post-card:hover .jl-post-card__media img { transform: scale(1.04); }
.jl-post-card__body { padding: 24px 26px 28px; }
.jl-post-card__date { display: block; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--jl-muted); margin-bottom: 10px; }
.jl-post-card__title { font-size: 14px; text-transform: uppercase; letter-spacing: .1em; line-height: 1.5; margin-bottom: 10px; }
.jl-post-card__body p { font-size: 13px; }

/* ------------------------------------------------------------------ features */
.jl-features { padding: 80px 0 60px; }
.jl-features__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.jl-feature .jl-ico { margin: 0 auto 18px; color: var(--jl-ink); stroke-width: 1.2; }
.jl-feature h3 { font-size: 12px; font-weight: 700; letter-spacing: .16em; margin-bottom: 10px; }
.jl-feature p { font-size: 12.5px; color: var(--jl-text); margin-bottom: 14px; min-height: 44px; }

/* ------------------------------------------------------------------ social bar */
.jl-socialbar { padding: 8px 0; }
.jl-socialbar__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.jl-socialbar a { display: block; text-align: center; background: var(--jl-bg-soft); padding: 22px 10px; font-size: 10px; font-weight: 700; color: var(--jl-ink); transition: background .25s, color .25s; }
.jl-socialbar a:hover { background: var(--jl-ink); color: #fff; }

/* ------------------------------------------------------------------ footer */
.jl-footer { background: var(--jl-dark); color: #cfcfcf; margin-top: 10px; }
.jl-footer a { color: #e6e6e6; }
.jl-footer a:hover { color: #fff; }
.jl-footer__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; padding: 64px 32px 50px; }
.jl-footer__title { color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .18em; margin-bottom: 22px; }
.jl-footer__menu { list-style: none; margin: 0; padding: 0; }
.jl-footer__menu li { margin-bottom: 9px; font-size: 12.5px; }
.jl-footer__addr { font-style: normal; font-size: 12.5px; line-height: 2; }
.jl-footer__addr strong { color: #fff; }
.jl-footer__pay { margin-top: 18px; display: flex; align-items: center; gap: 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.jl-pay-badges { display: inline-flex; gap: 8px; align-items: center; }
.jl-pay { display: block; }
.jl-footer__note { font-size: 11.5px; line-height: 1.8; color: #a9a9a9; margin-top: 16px; }
.jl-footer__bottom { background: var(--jl-dark-2); padding: 18px 0; font-size: 11px; color: #9c9c9c; text-align: center; }
.jl-footer__bottom p { margin: 0; }

/* ------------------------------------------------------------------ prose (pages) */
.jl-main { padding-bottom: 70px; }
.jl-main--home { padding-bottom: 0; }
.jl-page-content, .jl-post { padding-top: 50px; }
.jl-prose { font-size: 14.5px; color: var(--jl-ink-2); }
.jl-prose h2 { font-size: 18px; margin-top: 2em; letter-spacing: .1em; text-transform: uppercase; }
.jl-prose h3 { font-size: 15px; margin-top: 1.6em; }
.jl-prose p, .jl-prose ul, .jl-prose ol { margin-bottom: 1.3em; }
.jl-prose a { text-decoration: underline; text-underline-offset: 3px; }
.jl-prose img { margin: 1.5em 0; }
.jl-prose table, .jl-table { margin: 1.4em 0 2em; font-size: 13.5px; }
.jl-prose th, .jl-prose td, .jl-table th, .jl-table td { border: 1px solid var(--jl-line); padding: 10px 14px; text-align: left; vertical-align: top; }
.jl-prose th, .jl-table th { background: var(--jl-bg-soft); color: var(--jl-ink); font-weight: 700; width: 32%; }
.jl-prose blockquote { margin: 1.5em 0; padding: 10px 20px; border-left: 2px solid var(--jl-ink); color: var(--jl-ink-2); }
.jl-note { padding: 14px 18px; border-left: 3px solid var(--jl-ok); background: var(--jl-bg-soft); margin-bottom: 24px; font-size: 13.5px; }
.jl-note--err { border-left-color: var(--jl-err); }
.jl-post__head { text-align: center; margin-bottom: 30px; }
.jl-post__title { font-size: 26px; text-transform: uppercase; letter-spacing: .1em; }
.jl-post__media { margin: 0 0 30px; }
.jl-post__foot { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--jl-line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.jl-post-nav { display: flex; justify-content: space-between; gap: 20px; margin-top: 30px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.jl-pagination, .woocommerce-pagination { margin: 40px 0 0; text-align: center; }
.jl-pagination .nav-links, .woocommerce-pagination ul.page-numbers { display: inline-flex; gap: 6px; list-style: none; margin: 0; padding: 0; border: 0; }
.jl-pagination .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; padding: 0 8px; font-size: 12px; font-weight: 700; color: var(--jl-ink); border: 1px solid transparent; }
.jl-pagination .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current { border-color: var(--jl-ink); background: #fff; }
.jl-pagination .page-numbers:hover, .woocommerce-pagination .page-numbers li .page-numbers:hover { border-color: var(--jl-line); }
.jl-empty { text-align: center; padding: 60px 0; }
.jl-404 { text-align: center; padding-top: 50px; }
.jl-404__code { font-size: 90px; font-weight: 800; color: var(--jl-line); line-height: 1; margin-bottom: 10px; }
.jl-search-again { max-width: 520px; margin: 0 auto 40px; }
.jl-archive-desc { margin-bottom: 30px; }

/* info cards / map / FAQ */
.jl-infocards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 30px 0; }
.jl-infocard { border: 1px solid var(--jl-line); padding: 26px 24px; font-size: 13.5px; }
.jl-infocard .jl-ico { color: var(--jl-ink); margin-bottom: 12px; stroke-width: 1.3; }
.jl-infocard h3 { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 10px; }
.jl-infocard p { margin-bottom: 8px; }
.jl-warehouse { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 30px; align-items: start; border: 1px solid var(--jl-line); padding: 26px 28px; margin: 1.6em 0 2em; }
.jl-warehouse h3 { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 12px; }
.jl-warehouse__addr { font-style: normal; font-size: 13.5px; line-height: 1.9; color: var(--jl-ink); margin-bottom: 14px; }
.jl-warehouse p { font-size: 13px; }
.jl-warehouse .jl-map { margin-top: 0; }
.jl-map { border: 1px solid var(--jl-line); margin-top: 1.5em; }
.jl-map iframe { display: block; border: 0; width: 100%; }
.jl-map__link { margin: 14px 0 2em; }
.jl-faq details { border-bottom: 1px solid var(--jl-line); padding: 4px 0; }
.jl-faq summary { cursor: pointer; list-style: none; padding: 14px 30px 14px 0; font-weight: 700; color: var(--jl-ink); position: relative; font-size: 14px; }
.jl-faq summary::-webkit-details-marker { display: none; }
.jl-faq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 20px; font-weight: 400; color: var(--jl-muted); }
.jl-faq details[open] summary::after { content: "–"; }
.jl-faq details > div { padding: 0 0 16px; }
.jl-faq h2, .jl-faq h3 { margin-top: 2em; }

/* forms */
.jl-form p, .jl-searchform { margin-bottom: 16px; }
.jl-form label { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--jl-ink); margin-bottom: 6px; }
.jl-form input[type="text"], .jl-form input[type="email"], .jl-form select, .jl-form textarea, .jl-searchform__input {
	width: 100%; border: 1px solid var(--jl-line); background: #fff; padding: 12px 14px; font-size: 14px; color: var(--jl-ink); outline: none; border-radius: 0; transition: border-color .2s;
}
.jl-form input:focus, .jl-form select:focus, .jl-form textarea:focus, .jl-searchform__input:focus { border-color: var(--jl-ink); }
.jl-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.jl-form__privacy { font-size: 12px; color: var(--jl-muted); }
.jl-hp { position: absolute; left: -9999px; }
.jl-searchform { display: flex; }
.jl-searchform__input { flex: 1; }
.jl-searchform__btn { border: 1px solid var(--jl-line); border-left: 0; background: #fff; padding: 0 14px; cursor: pointer; color: var(--jl-ink); }

/* comments */
.jl-comments { margin-top: 50px; }
.jl-comments__list { list-style: none; padding: 0; }
.jl-comments .comment-body { border-bottom: 1px solid var(--jl-line); padding: 18px 0; font-size: 13.5px; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea { width: 100%; border: 1px solid var(--jl-line); padding: 10px 12px; }
.comment-form .submit { background: var(--jl-ink); color: #fff; border: 0; padding: 14px 26px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; cursor: pointer; }

/* ------------------------------------------------------------------ responsive */
@media (max-width: 1200px) {
	.jl-nav__list { gap: 22px; }
}
@media (max-width: 1024px) {
	:root { --jl-header-h: 70px; }
	.jl-header__inner { grid-template-columns: 1fr auto; }
	.jl-nav { display: none; }
	.jl-tool--menu { display: inline-flex; }
	.jl-tool--login { display: none; }
	.jl-features__grid { grid-template-columns: repeat(2, 1fr); }
	.jl-footer__grid { grid-template-columns: 1fr 1fr; }
	.jl-socialbar__grid { grid-template-columns: repeat(3, 1fr); }
	.jl-journal__grid, .jl-post-grid { grid-template-columns: repeat(2, 1fr); }
	.jl-infocards { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
	.jl-container-wide { padding: 0 18px; }
	.jl-section { padding: 48px 0; }
	.jl-slider { height: 520px; }
	.jl-slide__inner { justify-content: flex-start; }
	.jl-slide--right .jl-slide__inner { justify-content: flex-start; }
	.jl-slide__content { padding: 22px; max-width: 100%; }
	.jl-slider__arrow span { display: none; }
	.jl-slider__arrow--prev { left: 4px; } .jl-slider__arrow--next { right: 4px; }
	.jl-slider__dots { right: 20px; bottom: 20px; }
	.jl-banners { grid-template-columns: 1fr; padding: 18px 18px 0; gap: 14px; }
	.jl-banner { aspect-ratio: 3 / 2; }
	.jl-promo { padding: 60px 0; }
	.jl-promo__box { padding: 26px 22px; }
	.jl-journal__grid, .jl-post-grid, .jl-features__grid { grid-template-columns: 1fr; }
	.jl-warehouse { grid-template-columns: 1fr; padding: 20px; }
	.jl-footer__grid { grid-template-columns: 1fr; gap: 30px; padding: 48px 18px 36px; }
	.jl-socialbar__grid { grid-template-columns: repeat(2, 1fr); }
	.jl-form__row { grid-template-columns: 1fr; }
	.jl-titlebar__inner { min-height: 56px; padding-top: 10px; padding-bottom: 10px; }
	.jl-section-title { gap: 14px; margin-bottom: 30px; }
	.jl-section-title h2 { font-size: 14px; letter-spacing: .16em; }
	.jl-prose th, .jl-table th { width: 40%; }
}
