/*
Theme Name: Pak & Ship All Burbank
Theme URI: https://packandshipburbank.com
Description: Custom theme for Pak & Ship All – Burbank. On activation it creates all site pages, the main menu and the homepage automatically. Business details (phone, hours, address) are editable under Appearance → Customize → Business Info.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pakship
*/

:root {
	--navy: #0f2d52;
	--navy-2: #173e6e;
	--orange: #e8641b;
	--orange-dark: #c9520f;
	--ink: #1c2530;
	--muted: #5b6776;
	--line: #e3e8ee;
	--bg: #ffffff;
	--bg-soft: #f4f7fa;
	--radius: 12px;
	--shadow: 0 6px 24px rgba(15, 45, 82, .08);
	--wrap: 1160px;
	--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.65;
	color: var(--ink);
	background: var(--bg);
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--navy-2); }
a:hover { color: var(--orange-dark); }
h1, h2, h3, h4 { line-height: 1.2; color: var(--navy); margin: 0 0 .6em; }
h1 { font-size: clamp(2rem, 4.5vw, 3.1rem); letter-spacing: -.02em; }
h2 { font-size: clamp(1.55rem, 3vw, 2.1rem); letter-spacing: -.01em; }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1.1em; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}
.skip-link:focus {
	clip: auto; width: auto; height: auto; z-index: 1000;
	top: 8px; left: 8px; background: #fff; padding: 8px 14px; border-radius: 6px;
}

/* Buttons */
.btn, .wp-block-button__link, .pakship-form button {
	display: inline-flex; align-items: center; gap: .5em;
	padding: .8em 1.4em; border-radius: 999px; border: 2px solid transparent;
	font-weight: 700; font-size: 1rem; text-decoration: none; cursor: pointer;
	transition: background .15s, color .15s, border-color .15s, transform .15s;
	font-family: inherit; line-height: 1.2; white-space: nowrap;
}
.btn-primary, .wp-block-button__link, .pakship-form button { background: var(--orange); color: #fff; }
.btn-primary:hover, .wp-block-button__link:hover, .pakship-form button:hover { background: var(--orange-dark); color: #fff; }
.btn-ghost { border-color: rgba(255,255,255,.55); color: #fff; }
.btn-ghost:hover { background: #fff; color: var(--navy); }
.btn-outline { border-color: var(--navy); color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn svg { width: 18px; height: 18px; flex: none; }

/* Top bar */
.topbar { background: var(--navy); color: #cfdbea; font-size: .88rem; }
.topbar .wrap { display: flex; justify-content: space-between; gap: 16px; padding-top: 7px; padding-bottom: 7px; flex-wrap: wrap; }
.topbar a { color: #fff; text-decoration: none; font-weight: 600; }
.topbar span + span::before { content: "·"; margin: 0 .6em; color: #7f97b5; }

/* Header */
.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.admin-bar .site-header { top: 32px; }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy); }
.brand-mark { width: 44px; height: 44px; flex: none; display: block; }
.brand-name { font-weight: 800; font-size: 1.2rem; line-height: 1.1; display: block; white-space: nowrap; }
.brand-sub { font-size: .8rem; color: var(--muted); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.custom-logo { max-height: 56px; width: auto; }

.main-nav ul { list-style: none; margin: 0; padding: 0; }
.main-nav > ul { display: flex; align-items: center; gap: 2px; }
.main-nav li { position: relative; }
.main-nav a {
	display: block; padding: 10px 12px; text-decoration: none; color: var(--ink);
	font-weight: 600; font-size: .95rem; border-radius: 8px; white-space: nowrap;
}
.main-nav a:hover, .main-nav .current-menu-item > a, .main-nav .current-menu-ancestor > a { color: var(--orange-dark); }
.main-nav .menu-item-has-children > a::after {
	content: ""; display: inline-block; width: 6px; height: 6px; margin-left: 7px; vertical-align: 3px;
	border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg);
}
.main-nav .sub-menu {
	position: absolute; top: 100%; left: 0; min-width: 250px; background: #fff;
	border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); padding: 6px;
	opacity: 0; visibility: hidden; transform: translateY(6px); transition: .15s;
}
.main-nav li:hover > .sub-menu, .main-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.main-nav .menu-cta > a { background: var(--orange); color: #fff; padding: 10px 18px; border-radius: 999px; margin-left: 6px; }
.main-nav .menu-cta > a:hover { background: var(--orange-dark); color: #fff; }
.nav-toggle { display: none; background: none; border: 0; padding: 10px; cursor: pointer; color: var(--navy); }
.nav-toggle svg { width: 28px; height: 28px; }

@media (max-width: 1140px) {
	.nav-toggle { display: block; }
	.main-nav {
		display: none; position: absolute; left: 0; right: 0; top: 100%;
		background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
		max-height: calc(100vh - 110px); overflow-y: auto;
	}
	.main-nav.is-open { display: block; }
	.main-nav > ul { flex-direction: column; align-items: stretch; padding: 10px 20px 20px; gap: 0; }
	.main-nav a { padding: 12px 4px; border-bottom: 1px solid var(--line); border-radius: 0; }
	.main-nav .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 0 16px; min-width: 0; }
	.main-nav .menu-item-has-children > a::after { display: none; }
	.main-nav .menu-cta > a { margin: 14px 0 0; text-align: center; border: 0; }
}

/* Hero */
.hero {
	background:
		radial-gradient(1000px 400px at 85% -10%, rgba(232,100,27,.28), transparent 60%),
		linear-gradient(135deg, var(--navy) 0%, #0b2340 100%);
	color: #fff; padding: 84px 0 92px; position: relative; overflow: hidden;
}
.hero h1 { color: #fff; max-width: 15ch; }
.hero .lead { font-size: 1.2rem; color: #d4e0ee; max-width: 56ch; }
.hero .eyebrow {
	display: inline-block; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
	padding: 6px 14px; border-radius: 999px; font-size: .85rem; font-weight: 700; letter-spacing: .04em; margin-bottom: 18px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-grid { display: grid; grid-template-columns: 1.3fr .9fr; gap: 48px; align-items: center; }
.open-status:empty { display: none; }
.open-status { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .92rem; margin-bottom: 12px; }
.open-status::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: #9aa5b1; }
.open-status.is-open { color: #1c7c45; }
.open-status.is-open::before { background: #22a55b; box-shadow: 0 0 0 4px rgba(34,165,91,.18); }
.open-status.is-closed { color: #a23b2a; }
.open-status.is-closed::before { background: #d0523c; }
@media (max-width: 860px) {
	.hero { padding: 56px 0 64px; }
	.hero-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* Hours table */
.hours { width: 100%; border-collapse: collapse; font-size: .97rem; }
.hours td { padding: 8px 0; border-bottom: 1px solid var(--line); }
.hours td:last-child { text-align: right; font-weight: 600; white-space: nowrap; padding-left: 12px; }
.hours tr:last-child td { border-bottom: 0; }
.hours tr.is-today td { color: var(--orange-dark); font-weight: 700; }

/* Sections */
.section { padding: 80px 0; }
.section-soft { background: var(--bg-soft); }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 44px; }
.section-head p { color: var(--muted); font-size: 1.08rem; }
.kicker { color: var(--orange-dark); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; font-size: .8rem; display: block; margin-bottom: 8px; }

.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px;
	text-decoration: none; color: var(--ink); display: flex; flex-direction: column;
	transition: transform .15s, box-shadow .15s, border-color .15s;
}
.service:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #cbd6e2; color: var(--ink); }
.service p { color: var(--muted); font-size: .98rem; flex: 1; }
.service .more { font-weight: 700; color: var(--navy-2); font-size: .95rem; }
.service:hover .more { color: var(--orange-dark); }
@media (max-width: 900px) { .services { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .services { grid-template-columns: 1fr; } .section { padding: 56px 0; } }



.visit { display: grid; grid-template-columns: 1fr 1.2fr; gap: 36px; align-items: stretch; }
.visit-info { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.visit-info dl { margin: 0 0 20px; }
.visit-info dt { font-weight: 800; color: var(--navy); font-size: .85rem; text-transform: uppercase; letter-spacing: .06em; margin-top: 14px; }
.visit-info dd { margin: 2px 0 0; }
.map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); min-height: 380px; background: var(--bg-soft); }
.map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }
@media (max-width: 860px) { .visit { grid-template-columns: 1fr; } }


/* Interior pages */
.page-hero { background: linear-gradient(135deg, var(--navy) 0%, #0b2340 100%); color: #fff; padding: 56px 0; }
.page-hero h1 { color: #fff; margin: 0; }
.breadcrumbs { font-size: .88rem; color: #aebfd3; margin-bottom: 10px; }
.breadcrumbs a { color: #fff; text-decoration: none; }
.page-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 48px; padding-top: 56px; padding-bottom: 80px; }
@media (max-width: 900px) { .page-layout { grid-template-columns: 1fr; } }

.entry-content { font-size: 1.04rem; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { margin-top: 1.6em; }
.entry-content h3 { margin-top: 1.4em; }
.entry-content ul, .entry-content ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.entry-content li { margin-bottom: .35em; }
.entry-content ul.checklist { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; }
.entry-content ul.checklist li { position: relative; padding-left: 30px; margin: 0; }
.entry-content ul.checklist li::before {
	content: ""; position: absolute; left: 0; top: .3em; width: 18px; height: 18px; border-radius: 50%;
	background: var(--orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L19 7'/%3E%3C/svg%3E") center/12px no-repeat;
}
@media (max-width: 600px) { .entry-content ul.checklist { grid-template-columns: 1fr; } }
.entry-content .callout, .entry-content .wp-block-group.callout {
	background: var(--bg-soft); border-left: 4px solid var(--orange); border-radius: 8px; padding: 20px 24px; margin: 1.6em 0;
}
.entry-content .callout > *:last-child { margin-bottom: 0; }
.entry-content .wp-block-buttons { margin: 1.4em 0; display: flex; gap: 12px; flex-wrap: wrap; }

.sidebar .box { background: var(--bg-soft); border-radius: var(--radius); padding: 24px; margin-bottom: 22px; }
.sidebar h3 { font-size: 1.05rem; }
.sidebar ul { list-style: none; margin: 0; padding: 0; }
.sidebar li a { display: block; padding: 8px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 600; color: var(--ink); }
.sidebar li:last-child a { border-bottom: 0; }
.sidebar li a:hover, .sidebar li.current a { color: var(--orange-dark); }
.sidebar .box-cta { background: var(--navy); color: #d4e0ee; }
.sidebar .box-cta h3 { color: #fff; }
.sidebar .box-cta .btn { width: 100%; justify-content: center; margin-top: 6px; }
.sidebar .box-cta .phone { font-size: 1.5rem; font-weight: 800; color: #fff; text-decoration: none; display: block; margin: 4px 0 12px; }

/* Contact form */
.pakship-form { display: grid; gap: 16px; max-width: 640px; }
.pakship-form label { font-weight: 700; font-size: .95rem; display: block; margin-bottom: 6px; color: var(--navy); }
.pakship-form input, .pakship-form textarea, .pakship-form select {
	width: 100%; padding: 12px 14px; border: 1px solid #c9d3de; border-radius: 8px;
	font: inherit; font-size: 1rem; background: #fff; color: var(--ink);
}
.pakship-form input:focus, .pakship-form textarea:focus, .pakship-form select:focus { outline: 2px solid var(--orange); outline-offset: 1px; border-color: var(--orange); }
.pakship-form textarea { min-height: 150px; resize: vertical; }
.pakship-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pakship-form .hp { position: absolute; left: -9999px; }
.pakship-form button { justify-self: start; }
@media (max-width: 600px) { .pakship-form .row { grid-template-columns: 1fr; } }
.notice { padding: 14px 18px; border-radius: 8px; margin-bottom: 20px; font-weight: 600; }
.notice-ok { background: #e6f6ec; color: #17603a; }
.notice-err { background: #fdecea; color: #8f2a1d; }

/* Blog / fallback */
.post-list article { padding: 26px 0; border-bottom: 1px solid var(--line); }
.post-list h2 { font-size: 1.4rem; margin-bottom: 6px; }
.post-list h2 a { text-decoration: none; color: var(--navy); }
.meta { color: var(--muted); font-size: .9rem; margin-bottom: 10px; }

/* Footer */
.site-footer { background: #0b2340; color: #aebfd3; padding: 60px 0 0; font-size: .96rem; }
.site-footer h4 { color: #fff; font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { color: #ffb88f; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.25fr; gap: 36px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 8px; }
.site-footer .hours td { border-color: rgba(255,255,255,.1); color: #d4e0ee; padding: 5px 0; }
.site-footer .hours tr.is-today td { color: #ffb88f; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 48px; padding: 20px 0; font-size: .86rem; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* Mobile call bar */
.mobile-bar { display: none; }
@media (max-width: 700px) {
	.topbar .hide-sm { display: none; }
	.mobile-bar {
		display: grid; grid-template-columns: 1fr 1fr; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
		box-shadow: 0 -4px 16px rgba(0,0,0,.12);
	}
	.mobile-bar a { padding: 14px; text-align: center; font-weight: 800; text-decoration: none; color: #fff; background: var(--navy); display: flex; align-items: center; justify-content: center; gap: 8px; }
	.mobile-bar a:first-child { background: var(--orange); }
	.mobile-bar svg { width: 18px; height: 18px; }
	body { padding-bottom: 52px; }
}
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width: 600px) { .admin-bar .site-header { top: 0; } }

/* Open badge on dark backgrounds */
.topbar .open-status, .box-cta .open-status { color: #fff; margin: 0; }
.box-cta .open-status { margin-bottom: 14px; }

.entry-content .lead { font-size: 1.18rem; color: var(--navy); }

/* ==========================================================================
   v1.1 — illustrations & homepage layout
   ========================================================================== */

.art { display: block; line-height: 0; }
.art svg { width: 100%; height: 100%; display: block; }

.btn-lg { padding: .95em 1.6em; font-size: 1.05rem; }
.btn-white { background: #fff; color: var(--orange-dark); }
.btn-white:hover { background: var(--navy); color: #fff; }

/* Hero */
.hero { padding: 72px 0 130px; }
.hero-grid { grid-template-columns: 1.05fr 1fr; gap: 40px; }
.hero h1 { max-width: none; }
.hero h1 em { display: block; }
.hero h1 em { font-style: normal; color: #ffb88f; }
.hero-art { max-width: 540px; justify-self: end; width: 100%; }
.art-hero { aspect-ratio: 480 / 400; }
.hero-chips { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-chips li {
	font-size: .82rem; font-weight: 700; letter-spacing: .04em; color: #d4e0ee;
	border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: 5px 12px;
}
@media (max-width: 860px) {
	.hero { padding: 48px 0 110px; }
	.hero-grid { grid-template-columns: 1fr; gap: 24px; }
	.hero-art { justify-self: center; max-width: 340px; order: -1; }
}

/* Info cards overlapping the hero */
.info-cards {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
	margin-top: -72px; position: relative; z-index: 2;
}
.info-card {
	background: #fff; border-radius: 14px; box-shadow: 0 14px 40px rgba(15,45,82,.14);
	padding: 22px 24px; display: flex; gap: 16px; align-items: flex-start;
}
.info-card > div { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.info-card strong { color: var(--navy); font-size: 1.08rem; }
.info-card strong a { color: inherit; text-decoration: none; }
.info-card a { font-size: .93rem; font-weight: 600; text-decoration: none; }
.info-card .open-status { margin: 0; font-size: .85rem; }
.info-label { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.info-sub { font-size: .93rem; color: var(--muted); }
.info-icon {
	width: 46px; height: 46px; border-radius: 12px; background: #fdeee4; color: var(--orange-dark);
	display: grid; place-items: center; flex: none;
}
.info-icon svg { width: 24px; height: 24px; }
@media (max-width: 900px) { .info-cards { grid-template-columns: 1fr; gap: 12px; } }

/* Service cards */
.service { padding: 30px 28px 26px; position: relative; overflow: hidden; }
.service::before {
	content: ""; position: absolute; right: -40px; top: -40px; width: 140px; height: 140px;
	border-radius: 50%; background: var(--bg-soft); transition: transform .25s;
}
.service:hover::before { transform: scale(1.25); background: #fdeee4; }
.service > * { position: relative; }
.art-service { width: 76px; height: 76px; margin-bottom: 18px; transition: transform .2s; }
.service:hover .art-service { transform: translateY(-3px) rotate(-3deg); }
.service .more { display: inline-flex; align-items: center; gap: 6px; }
.service .more svg { width: 16px; height: 16px; transition: transform .15s; }
.service:hover .more svg { transform: translateX(3px); }

/* About + features */
.about { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.about-copy .entry-content h2 { margin-top: 0; }
.about-copy .entry-content p { color: var(--muted); }
.about-stat { display: flex; align-items: center; gap: 16px; margin-top: 10px; padding-top: 22px; border-top: 1px solid var(--line); }
.about-stat strong { font-size: 2.8rem; line-height: 1; color: var(--orange); font-weight: 800; }
.about-stat span { font-weight: 700; color: var(--navy); max-width: 16ch; line-height: 1.35; }
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.feature h3 { font-size: 1.05rem; margin: 14px 0 6px; }
.feature p { margin: 0; color: var(--muted); font-size: .95rem; }
.feature-icon {
	width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: #fff;
	display: grid; place-items: center;
}
.feature-icon svg { width: 22px; height: 22px; }
@media (max-width: 900px) { .about { grid-template-columns: 1fr; gap: 36px; } }
@media (max-width: 520px) { .features { grid-template-columns: 1fr; } }

/* FAQ */
.faq-wrap { max-width: 860px; }
.faq { display: grid; gap: 12px; }
.faq details { border: 1px solid var(--line); border-radius: 12px; background: #fff; transition: border-color .15s, box-shadow .15s; }
.faq details[open] { border-color: #f3c3a4; box-shadow: var(--shadow); }
.faq summary {
	list-style: none; cursor: pointer; padding: 18px 56px 18px 22px; font-weight: 700; color: var(--navy);
	position: relative; font-size: 1.04rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
	content: ""; position: absolute; right: 22px; top: 50%; width: 10px; height: 10px; margin-top: -7px;
	border-right: 2.5px solid var(--orange); border-bottom: 2.5px solid var(--orange); transform: rotate(45deg); transition: transform .2s;
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq details p { margin: 0; padding: 0 22px 20px; color: var(--muted); }

/* Visit */
.visit-info h3 { margin-bottom: 8px; }
.visit-info .hours { margin-bottom: 8px; }

/* CTA band */
.cta-band { background: linear-gradient(135deg, var(--orange) 0%, #d8561a 100%); color: #fff; padding: 52px 0; }
.cta-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.cta-copy { display: flex; align-items: center; gap: 22px; }
.cta-band h2 { color: #fff; margin: 0; }
.cta-band p { margin: 6px 0 0; color: #ffe6d6; }
.art-cta { width: 72px; height: 72px; flex: none; background: #fff; border-radius: 18px; padding: 10px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-band .btn-ghost:hover { color: var(--orange-dark); }
@media (max-width: 600px) { .art-cta { display: none; } }

/* Interior page hero */
.page-hero { padding: 48px 0; position: relative; overflow: hidden; }
.page-hero::after {
	content: ""; position: absolute; right: -120px; top: -160px; width: 460px; height: 460px; border-radius: 50%;
	background: radial-gradient(closest-side, rgba(232,100,27,.28), transparent);
}
.page-hero-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; position: relative; z-index: 1; }
.page-hero-art {
	width: 124px; height: 124px; flex: none; background: #fff; border-radius: 28px; padding: 18px;
	box-shadow: 0 16px 40px rgba(0,0,0,.25); transform: rotate(4deg);
}
.art-page { width: 100%; height: 100%; }
@media (max-width: 600px) { .page-hero-art { width: 84px; height: 84px; padding: 12px; border-radius: 20px; } }

/* Sidebar service list with mini art */
.sidebar li a { display: flex; align-items: center; gap: 10px; }
.sidebar .art-mini { width: 28px; height: 28px; flex: none; }
