/* ArtiFiction ES-ZERO product detail page */
:root {
	--af-black: #111315;
	--af-ink: #151719;
	--af-blue: #2458da;
	--af-blue-dark: #153da8;
	--af-grid: #c6cbd2;
	--af-paper: #f1f2f3;
	--af-panel: #d9dadd;
	--af-line: #8c9299;
	--af-lime: #d8ff22;
	--af-white: #ffffff;
	--af-muted: #60666d;
}

html { scroll-behavior: smooth; }
body.af-es-zero-page { margin: 0 !important; min-width: 320px; color: var(--af-ink); background: var(--af-paper); }
body.af-es-zero-page #wpadminbar { position: fixed; }
.af-es-zero-page * { box-sizing: border-box; }
.af-es-zero-page a { color: inherit; }
.af-es-zero-page img { max-width: 100%; }
.af-skip-link { position: fixed; z-index: 1000000; top: 8px; left: 8px; padding: 12px 16px; color: #fff !important; background: #000; transform: translateY(-160%); }
.af-skip-link:focus { transform: translateY(0); }

#es-zero-product {
	min-height: 100vh;
	font-family: Inter, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	background-color: var(--af-paper);
	background-image: linear-gradient(rgba(93,103,113,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(93,103,113,.12) 1px, transparent 1px);
	background-size: 30px 30px;
}
#es-zero-product button, #es-zero-product a { -webkit-tap-highlight-color: transparent; }
#es-zero-product button { font: inherit; }
#es-zero-product h1, #es-zero-product h2, #es-zero-product h3, #es-zero-product p { margin-top: 0; }
#es-zero-product :focus-visible { outline: 3px solid var(--af-lime); outline-offset: 3px; }

.af-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	min-height: 80px;
	padding: 0 3.2vw;
	color: #fff;
	background: var(--af-black);
	border-bottom: 1px solid #383c41;
}
.admin-bar .af-header { top: 32px; }
.af-brand { text-decoration: none; font-size: clamp(20px, 1.8vw, 28px); font-weight: 800; letter-spacing: .11em; }
.af-nav { display: flex; justify-content: center; gap: clamp(18px, 2.5vw, 42px); }
.af-nav a { color: #d8dce0; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.af-nav a:hover { color: var(--af-lime); }
.af-header-actions { display: flex; align-items: center; gap: 22px; }
.af-language { display: flex; align-items: center; gap: 7px; color: #777f87; }
.af-language button { min-height: 36px; padding: 0 3px; border: 0; color: #9da4ab; background: transparent; cursor: pointer; font-size: 12px; }
.af-language button.is-active { color: var(--af-lime); text-decoration: underline; text-underline-offset: 4px; }

.af-buy-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	min-height: 52px;
	padding: 13px 20px;
	border: 2px solid var(--af-ink);
	color: var(--af-ink) !important;
	background: #fff;
	box-shadow: 4px 4px 0 var(--af-blue);
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.af-buy-button:hover { transform: translate(-2px,-2px); box-shadow: 7px 7px 0 var(--af-blue); background: var(--af-lime); }
.af-buy-button--header { min-height: 46px; padding: 9px 16px; border-color: #fff; box-shadow: 4px 4px 0 var(--af-blue); }
.af-buy-button--primary { min-width: 260px; background: var(--af-lime); }
.af-buy-button--final { min-width: min(420px, 100%); border-color: #fff; color: #fff !important; background: transparent; box-shadow: 5px 5px 0 var(--af-blue); }
.af-buy-button--final:hover { color: #111 !important; background: var(--af-lime); }

.af-hero {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	gap: 26px;
	max-width: 1480px;
	min-height: calc(100vh - 80px);
	margin: 0 auto;
	padding: clamp(24px, 3vw, 46px) clamp(18px, 3vw, 48px) clamp(28px, 4vw, 58px);
}
.af-window { min-width: 0; border: 2px solid #585c61; background: #d6d7da; box-shadow: 8px 9px 0 rgba(16,20,25,.14); }
.af-titlebar { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; min-height: 38px; padding: 4px 7px; color: #fff; background: linear-gradient(90deg, var(--af-blue-dark), var(--af-blue)); border-bottom: 2px solid #4a4f55; font-family: "Courier New", monospace; }
.af-titlebar strong { overflow: hidden; font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.af-titlebar-icon { display: grid; place-items: center; width: 21px; height: 21px; color: var(--af-blue); background: #fff; border: 2px solid #a8c1ff; font-size: 10px; }
.af-window-controls { display: flex; gap: 3px; }
.af-window-controls i { display: grid; place-items: center; width: 23px; height: 23px; color: #111; background: #d9d9d9; border: 1px solid #fff; box-shadow: inset -2px -2px 0 #666, inset 2px 2px 0 #fff; font-style: normal; font-size: 12px; }
.af-window-menu { display: flex; gap: 25px; min-height: 35px; align-items: center; padding: 0 13px; border-bottom: 2px solid #757a80; color: #25282b; background: #e5e5e5; font-family: "Courier New", monospace; font-size: 11px; }

.af-hero-copy { align-self: stretch; }
.af-hero-copy-inner { padding: clamp(24px, 3vw, 46px); }
.af-kicker, .af-section-label { margin-bottom: 18px; color: var(--af-blue-dark); font-family: "Courier New", monospace; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.af-hero h1 { margin-bottom: 20px; line-height: .9; }
.af-hero h1 > span { display: block; font-size: clamp(58px, 7.2vw, 120px); font-weight: 950; letter-spacing: -.085em; }
.af-hero h1 small { display: block; margin-top: 21px; font-size: clamp(28px, 3.1vw, 50px); font-weight: 850; letter-spacing: -.055em; line-height: 1.06; }
.af-lede { max-width: 680px; margin-bottom: 26px; color: #3f4449; font-size: clamp(16px, 1.25vw, 20px); line-height: 1.75; }

.af-quick-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 0 24px; border: 2px solid #676c72; background: #ececed; }
.af-quick-facts > div { min-width: 0; min-height: 92px; padding: 12px 11px 10px; border-right: 1px solid #90959a; border-bottom: 1px solid #90959a; }
.af-quick-facts > div:nth-child(2n) { border-right: 0; }
.af-quick-facts > div:last-child { border-bottom: 0; }
.af-quick-facts span { display: block; margin-bottom: 8px; color: var(--af-blue-dark); font-family: "Courier New", monospace; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.af-quick-facts strong { display: block; font-size: 14px; line-height: 1.25; }
.af-quick-facts small { display: block; margin-top: 4px; color: var(--af-muted); font-size: 11px; line-height: 1.3; }
.af-fact-price { grid-column: 1 / -1; border-right: 0 !important; background: var(--af-lime); }

.af-purchase-controls { display: flex; flex-wrap: wrap; gap: 25px; margin-bottom: 22px; }
.af-choice-group { display: flex; align-items: center; gap: 11px; }
.af-choice-group > span { color: #4d5359; font-size: 12px; font-weight: 700; }
.af-choice-group > div { display: flex; }
.af-choice-group button { min-width: 48px; min-height: 42px; padding: 6px 12px; border: 1px solid #696e74; color: #24272a; background: #e6e6e6; cursor: pointer; font-size: 13px; font-weight: 800; }
.af-choice-group button + button { border-left: 0; }
.af-choice-group button.is-active { color: #111; background: var(--af-lime); box-shadow: inset 0 -3px 0 var(--af-blue); }
.af-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.af-text-link { font-size: 13px; font-weight: 700; text-underline-offset: 4px; }
.af-price-note { margin: 15px 0 0; color: #666b70; font-size: 11px; }

.af-product-viewer { align-self: stretch; display: grid; grid-template-rows: auto auto 1fr auto; }
.af-viewer-toolbar { display: flex; align-items: center; min-height: 46px; padding: 6px 10px; border-bottom: 2px solid #74797f; background: #dedede; }
.af-viewer-toolbar span { display: grid; place-items: center; width: 29px; height: 29px; margin-right: 4px; border: 1px solid #777; background: #ececec; box-shadow: inset -2px -2px #aaa, inset 2px 2px #fff; }
.af-viewer-toolbar i { width: 18px; height: 18px; margin-left: 7px; background: #151719; }
.af-viewer-toolbar i:nth-of-type(2) { background: var(--af-blue); }
.af-viewer-toolbar i:nth-of-type(3) { background: var(--af-lime); }
.af-viewer-toolbar i:nth-of-type(4) { background: #fff; border: 1px solid #777; }
.af-product-canvas { position: relative; display: grid; place-items: center; overflow: hidden; min-height: 530px; padding: 4vw; background-color: #eef0f2; background-image: linear-gradient(rgba(45,75,130,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(45,75,130,.14) 1px, transparent 1px); background-size: 34px 34px; isolation: isolate; }
.af-product-canvas::before { content: ""; position: absolute; inset: 9% 7%; border: 1px dashed rgba(31,63,130,.46); pointer-events: none; }
.af-product-canvas img { position: relative; z-index: 1; width: min(680px, 96%); height: auto; mix-blend-mode: multiply; transform: rotate(-4deg); filter: contrast(1.07); }
.af-canvas-label { position: absolute; z-index: 2; top: 24px; left: 25px; font-family: "Courier New", monospace; }
.af-canvas-label span { display: block; font-size: 11px; letter-spacing: .12em; }
.af-canvas-label strong { display: block; font-size: 28px; line-height: 1; }
.af-size-outline { position: absolute; z-index: 3; right: 25px; bottom: 24px; padding: 8px 10px; color: #fff; background: var(--af-blue); font-family: "Courier New", monospace; font-size: 11px; font-weight: 700; }
.af-statusbar { display: flex; align-items: center; justify-content: space-between; min-height: 33px; padding: 5px 11px; border-top: 2px solid #fff; color: #33373b; background: #d4d4d4; font-family: "Courier New", monospace; font-size: 11px; }

.af-section { max-width: 1320px; margin: 0 auto; padding: clamp(72px, 9vw, 140px) clamp(20px, 4vw, 58px); }
.af-section-heading { max-width: 860px; margin-bottom: 50px; }
.af-section-heading > p { margin-bottom: 18px; color: var(--af-blue-dark); font: 700 12px "Courier New", monospace; letter-spacing: .1em; }
.af-section-heading h2, .af-build-copy h2, .af-review-header h2, .af-final-cta h2 { margin-bottom: 22px; font-size: clamp(38px, 5.5vw, 82px); letter-spacing: -.07em; line-height: .98; }
.af-section-heading > span { display: block; max-width: 760px; color: #454a4f; font-size: 18px; line-height: 1.9; }
.af-play-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 2px solid #565b60; background: #e7e7e7; box-shadow: 9px 10px 0 rgba(10,18,28,.14); }
.af-play-grid article { position: relative; min-height: 330px; padding: 34px 30px 30px; border-right: 2px solid #7e848a; }
.af-play-grid article:last-child { border-right: 0; }
.af-card-index { position: absolute; top: 20px; right: 22px; color: #aab0b5; font: 700 32px "Courier New", monospace; }
.af-play-grid article > p:first-of-type { margin-bottom: 70px; color: var(--af-blue-dark); font: 700 11px "Courier New", monospace; letter-spacing: .1em; }
.af-play-grid h3 { margin-bottom: 18px; font-size: 27px; letter-spacing: -.035em; }
.af-play-grid article > p:last-child { margin-bottom: 0; color: #555b61; font-size: 15px; line-height: 1.85; }

.af-mid-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; max-width: 1200px; margin: 0 auto 40px; padding: 30px 34px; color: #fff; background: var(--af-black); border: 2px solid #000; box-shadow: 8px 8px 0 var(--af-blue); }
.af-mid-cta p { margin-bottom: 6px !important; color: #7d8da2; font: 700 11px "Courier New", monospace; letter-spacing: .1em; }
.af-mid-cta strong { display: block; margin-bottom: 4px; font-size: 21px; }
.af-mid-cta small { color: #aeb5bc; font-size: 12px; }

.af-build-section { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(45px, 7vw, 100px); align-items: center; }
.af-build-visual { display: grid; grid-template-rows: auto 1fr auto; min-height: 610px; }
.af-detail-image { display: grid; place-items: center; overflow: hidden; min-height: 540px; background: #e8e9eb; }
.af-detail-image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.af-build-copy h2 { font-size: clamp(42px, 5vw, 76px); }
.af-build-list { border-top: 2px solid #44494e; }
.af-build-list article { padding: 24px 0 22px; border-bottom: 1px solid #a0a5aa; }
.af-build-list span { color: var(--af-blue-dark); font: 700 11px "Courier New", monospace; }
.af-build-list h3 { margin: 9px 0 8px; font-size: 20px; }
.af-build-list p { margin-bottom: 0; color: #555a5f; font-size: 14px; line-height: 1.8; }

.af-section-heading--compact { margin-bottom: 32px; }
.af-size-table { border: 2px solid #4c5156; background: #ececed; box-shadow: 8px 8px 0 rgba(18,27,38,.13); }
.af-size-row { display: grid; grid-template-columns: .55fr 1fr .8fr 1.5fr .7fr; align-items: center; min-height: 94px; border-top: 1px solid #90959a; }
.af-size-row:first-child { border-top: 0; }
.af-size-row > * { padding: 17px 20px; }
.af-size-row > strong { font-size: 28px; }
.af-size-row > button { align-self: stretch; min-height: 48px; border: 0; border-left: 1px solid #90959a; color: #111; background: var(--af-lime); cursor: pointer; font-size: 13px; font-weight: 800; }
.af-size-row > button:hover { color: #fff; background: var(--af-blue); }
.af-size-row--head { min-height: 45px; color: #fff; background: var(--af-blue-dark); font: 700 11px "Courier New", monospace; letter-spacing: .08em; }

.af-review-section { max-width: 1240px; }
.af-review-header { display: flex; align-items: end; justify-content: space-between; gap: 30px; border-bottom: 2px solid #44494e; }
.af-review-header h2 { max-width: 800px; font-size: clamp(40px, 5vw, 72px); }
.af-review-count { flex: 0 0 auto; display: flex; align-items: center; gap: 13px; padding-bottom: 23px; }
.af-review-count strong { font: 800 58px/1 "Courier New", monospace; }
.af-review-count span { max-width: 110px; color: #555b61; font-size: 12px; line-height: 1.35; }
.af-review-policy { max-width: 850px; margin: 28px 0 35px !important; color: #4c5258; font-size: 16px; line-height: 1.95; }
.af-review-slots { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.af-review-slots article { min-height: 190px; padding: 25px; border: 2px dashed #8d9399; background: rgba(255,255,255,.46); }
.af-review-slots span, .af-review-slots small { display: block; color: var(--af-blue-dark); font: 700 10px "Courier New", monospace; letter-spacing: .08em; }
.af-review-slots strong { display: block; margin: 38px 0 27px; font-size: 18px; }
.af-review-slots small { color: #747b82; }

.af-faq-section { max-width: 1120px; }
.af-faq-list { border: 2px solid #4c5156; background: #ececed; box-shadow: 8px 8px 0 rgba(18,27,38,.13); }
.af-faq-list details { border-top: 1px solid #92979c; }
.af-faq-list details:first-child { border-top: 0; }
.af-faq-list summary { position: relative; padding: 24px 62px 24px 24px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.af-faq-list summary::-webkit-details-marker { display: none; }
.af-faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 24px; width: 28px; height: 28px; margin-top: -14px; color: #fff; background: var(--af-blue); font: 700 22px/28px "Courier New", monospace; text-align: center; }
.af-faq-list details[open] summary::after { content: "−"; color: #111; background: var(--af-lime); }
.af-faq-list details p { max-width: 860px; margin: 0; padding: 0 62px 26px 24px; color: #50565c; font-size: 15px; line-height: 1.9; }

.af-final-cta { display: flex; flex-direction: column; align-items: center; padding: clamp(82px, 11vw, 160px) 20px; color: #fff; text-align: center; background: var(--af-black); }
.af-final-cta > p { color: var(--af-lime); font: 700 12px "Courier New", monospace; letter-spacing: .13em; }
.af-final-cta h2 { max-width: 980px; margin: 20px 0 26px !important; font-size: clamp(48px, 7vw, 105px); }
.af-final-cta > span { color: #949ca4; font-size: 12px; }
.af-final-cta > strong { margin: 3px 0 30px; font: 700 15px "Courier New", monospace; }
.af-final-cta > small { margin-top: 18px; color: #8f979e; font-size: 11px; }

.af-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 88px; padding: 20px 4vw; color: #ccd1d5; background: #08090a; border-top: 1px solid #303438; font: 700 11px "Courier New", monospace; letter-spacing: .08em; }
.af-footer a { color: #fff; text-decoration: none; font: 800 20px Inter, Arial, sans-serif; letter-spacing: .11em; }

@media (max-width: 1180px) {
	.af-header { grid-template-columns: auto 1fr; }
	.af-nav { display: none; }
	.af-header-actions { justify-self: end; }
	.af-hero { grid-template-columns: 1fr; min-height: auto; }
	.af-product-canvas { min-height: 560px; }
	.af-quick-facts { grid-template-columns: repeat(5,1fr); }
	.af-quick-facts > div { border-right: 1px solid #90959a; border-bottom: 0; }
	.af-quick-facts > div:last-child { border-right: 0; }
	.af-fact-price { grid-column: auto; }
	.af-mid-cta { margin-inline: 28px; }
}
@media (max-width: 782px) { .admin-bar .af-header { top: 46px; } }
@media (max-width: 760px) {
	.af-header { min-height: 70px; padding: 0 16px; }
	.af-brand { font-size: 17px; }
	.af-language { display: none; }
	.af-buy-button--header { min-height: 42px; padding: 8px 11px; font-size: 12px; box-shadow: 3px 3px 0 var(--af-blue); }
	.af-hero { padding: 15px 10px 38px; gap: 15px; }
	.af-titlebar strong { font-size: 11px; }
	.af-window-menu { gap: 18px; font-size: 10px; }
	.af-hero-copy-inner { padding: 26px 19px 28px; }
	.af-hero h1 > span { font-size: clamp(53px, 19vw, 82px); }
	.af-hero h1 small { font-size: clamp(28px, 8vw, 39px); }
	.af-quick-facts { grid-template-columns: repeat(2,1fr); }
	.af-quick-facts > div { min-height: 86px; border-right: 1px solid #90959a; border-bottom: 1px solid #90959a; }
	.af-quick-facts > div:nth-child(2n) { border-right: 0; }
	.af-quick-facts > div:last-child { border-bottom: 0; }
	.af-fact-price { grid-column: 1 / -1; border-right: 0 !important; }
	.af-purchase-controls { gap: 13px; }
	.af-choice-group { width: 100%; justify-content: space-between; }
	.af-choice-group button { min-width: 55px; }
	.af-hero-actions, .af-buy-button--primary { width: 100%; }
	.af-text-link { display: block; width: 100%; text-align: center; }
	.af-product-canvas { min-height: 400px; padding: 45px 18px; }
	.af-product-canvas img { width: 100%; }
	.af-section { padding: 78px 18px; }
	.af-section-heading { margin-bottom: 32px; }
	.af-section-heading > span { font-size: 16px; }
	.af-play-grid { grid-template-columns: 1fr; }
	.af-play-grid article { min-height: 260px; border-right: 0; border-bottom: 2px solid #7e848a; }
	.af-play-grid article:last-child { border-bottom: 0; }
	.af-play-grid article > p:first-of-type { margin-bottom: 45px; }
	.af-mid-cta { flex-direction: column; align-items: stretch; margin: 0 16px 25px; padding: 24px 20px; }
	.af-build-section { grid-template-columns: 1fr; }
	.af-build-visual { min-height: 430px; }
	.af-detail-image { min-height: 360px; }
	.af-size-row { grid-template-columns: .5fr 1.25fr .85fr; min-height: 82px; }
	.af-size-row > * { padding: 13px 12px; }
	.af-size-row:not(.af-size-row--head) > span:nth-of-type(3),
	.af-size-row--head > span:nth-of-type(4),
	.af-size-row--head > span:nth-of-type(5) { display: none; }
	.af-size-row > button { grid-column: 1 / -1; border-top: 1px solid #90959a; border-left: 0; }
	.af-size-row--head { grid-template-columns: .5fr 1.25fr .85fr; }
	.af-review-header { align-items: flex-start; flex-direction: column; }
	.af-review-count { padding-bottom: 19px; }
	.af-review-slots { grid-template-columns: 1fr; }
	.af-faq-list summary { padding: 20px 54px 20px 18px; font-size: 16px; }
	.af-faq-list summary::after { right: 17px; }
	.af-faq-list details p { padding: 0 18px 22px; }
	.af-footer { flex-direction: column; justify-content: center; padding-block: 30px; text-align: center; }
}
@media (max-width: 430px) {
	.af-header-actions { gap: 8px; }
	.af-buy-button--header span:first-child { max-width: 98px; }
	.af-window-controls i { width: 20px; height: 20px; }
	.af-viewer-toolbar i { display: none; }
	.af-product-canvas { min-height: 330px; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.af-buy-button { transition: none; }
}
