/*
Theme Name: Longship Prints & Paints
Theme URI: https://www.longship.ca/
Author: Longship Prints & Paints
Description: A custom WooCommerce storefront for small-batch, geek-inspired 3D prints.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: longship-prints-paints
Tags: e-commerce, custom-logo, custom-menu, featured-images, wide-blocks
*/

:root {
	--longship-ink: #101617;
	--longship-charcoal: #172123;
	--longship-charcoal-2: #1d2a2c;
	--longship-fjord: #335b66;
	--longship-fjord-light: #6f98a0;
	--longship-parchment: #efe4ca;
	--longship-paper: #f7efd9;
	--longship-copper: #b66f43;
	--longship-copper-light: #d3986b;
	--longship-line: rgb(239 228 202 / 20%);
	--longship-serif: Georgia, "Times New Roman", serif;
	--longship-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--longship-ink);
	color: var(--longship-parchment);
	font-family: var(--longship-sans);
	-webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
	top: 32px;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid var(--longship-copper-light);
	outline-offset: 4px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto !important;
	background: var(--longship-paper);
	color: var(--longship-charcoal);
	font-weight: 800;
}

.site-shell {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgb(255 255 255 / 1.8%) 1px, transparent 1px) 0 0 / 46px 46px,
		linear-gradient(rgb(255 255 255 / 1.2%) 1px, transparent 1px) 0 0 / 46px 46px,
		var(--longship-ink);
}

.site-shell::before {
	position: absolute;
	top: 50px;
	right: -390px;
	width: 820px;
	height: 820px;
	border-radius: 50%;
	background: radial-gradient(circle, rgb(51 91 102 / 28%), rgb(51 91 102 / 0%) 68%);
	content: "";
	pointer-events: none;
}

.announcement {
	position: relative;
	z-index: 30;
	min-height: 34px;
	padding: 6px 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border-bottom: 1px solid rgb(239 228 202 / 15%);
	background: #0c1213;
	color: #d7cbaa;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-align: center;
	text-transform: uppercase;
}

.spark {
	color: var(--longship-copper-light);
	font-size: 14px;
	line-height: 1;
}

.site-header {
	position: relative;
	z-index: 25;
	max-width: 1440px;
	height: 86px;
	margin: 0 auto;
	padding: 0 48px;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 34px;
	border-bottom: 1px solid var(--longship-line);
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	color: var(--longship-paper);
	text-decoration: none;
}

.brand-mark {
	position: relative;
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
	border: 1px solid rgb(211 152 107 / 60%);
	transform: rotate(45deg);
}

.brand-mark::before,
.brand-mark::after {
	position: absolute;
	inset: 7px;
	border: 1px solid var(--longship-copper);
	content: "";
}

.brand-mark::after {
	inset: 14px 5px;
	border-width: 1px 0;
	background: var(--longship-copper);
	transform: rotate(-45deg);
}

.brand-logo,
.brand-logo .custom-logo-link {
	display: block;
	line-height: 0;
}

.brand-logo img {
	width: 48px;
	max-height: 48px;
	object-fit: contain;
}

.brand-copy {
	line-height: 0.95;
	white-space: nowrap;
}

.brand-copy strong {
	display: block;
	font-family: var(--longship-serif);
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.025em;
}

.brand-copy span {
	display: block;
	margin-top: 7px;
	color: var(--longship-copper-light);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.primary-menu {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(16px, 2vw, 34px);
	list-style: none;
}

.primary-menu a {
	position: relative;
	padding: 12px 0;
	display: block;
	color: #c8c4b5;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.primary-menu a::after {
	position: absolute;
	right: 100%;
	bottom: 5px;
	left: 0;
	height: 1px;
	background: var(--longship-copper-light);
	content: "";
	transition: right 0.2s ease;
}

.primary-menu a:hover::after,
.primary-menu .current-menu-item a::after {
	right: 0;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 9px;
}

.account-link {
	padding: 12px 2px;
	color: #c8c4b5;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-decoration: none;
	text-transform: uppercase;
}

.longship-cart-link {
	min-height: 42px;
	padding: 0 12px;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	border: 1px solid rgb(239 228 202 / 18%);
	background: rgb(239 228 202 / 2.5%);
	color: var(--longship-parchment);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

.longship-cart-link:hover {
	border-color: var(--longship-copper);
	background: rgb(182 111 67 / 10%);
}

.longship-cart-count {
	width: 20px;
	height: 20px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--longship-copper);
	color: #111718;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0;
}

.menu-toggle {
	position: relative;
	width: 42px;
	height: 42px;
	padding: 0;
	display: none;
	place-items: center;
	border: 1px solid rgb(239 228 202 / 18%);
	border-radius: 50%;
	background: transparent;
	color: var(--longship-paper);
	cursor: pointer;
}

.menu-toggle-icon,
.menu-toggle-icon::before,
.menu-toggle-icon::after {
	width: 18px;
	height: 1px;
	display: block;
	background: currentcolor;
	content: "";
	transition: transform 0.2s ease;
}

.menu-toggle-icon::before {
	transform: translateY(-6px);
}

.menu-toggle-icon::after {
	transform: translateY(5px);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon {
	background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon::before {
	transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon::after {
	transform: translateY(-1px) rotate(-45deg);
}

.hero {
	position: relative;
	z-index: 1;
	max-width: 1440px;
	min-height: 506px;
	margin: 0 auto;
	padding: 62px 48px 58px;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.95fr);
	gap: clamp(50px, 7vw, 110px);
	align-items: center;
}

.hero-copy {
	max-width: 700px;
}

.eyebrow {
	margin: 0 0 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--longship-copper-light);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.23em;
	text-transform: uppercase;
}

.eyebrow::before {
	width: 34px;
	height: 9px;
	background: linear-gradient(135deg, transparent 0 42%, currentcolor 43% 54%, transparent 55%) left / 12px 100% repeat-x;
	content: "";
	opacity: 0.85;
}

.hero h1 {
	max-width: 690px;
	margin: 0;
	color: var(--longship-paper);
	font-family: var(--longship-serif);
	font-size: clamp(52px, 5.2vw, 84px);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.96;
}

.hero h1 em {
	display: block;
	color: var(--longship-copper-light);
	font-weight: 400;
}

.hero-copy > p:not(.eyebrow) {
	max-width: 590px;
	margin: 24px 0 30px;
	color: #bcbcaf;
	font-size: 16px;
	line-height: 1.72;
}

.button-row {
	display: flex;
	align-items: center;
	gap: 25px;
}

.longship-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wp-block-button__link {
	min-height: 46px;
	padding: 0 21px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	border: 1px solid var(--longship-copper) !important;
	border-radius: 0 !important;
	background: var(--longship-copper) !important;
	color: #111718 !important;
	font-family: var(--longship-sans) !important;
	font-size: 10px !important;
	font-weight: 900 !important;
	letter-spacing: 0.14em;
	line-height: 1.25 !important;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.longship-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: var(--longship-paper) !important;
	color: var(--longship-charcoal) !important;
}

.text-link {
	padding: 11px 0;
	border-bottom: 1px solid rgb(239 228 202 / 46%);
	color: var(--longship-parchment);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
}

.hero-art {
	position: relative;
	min-height: 376px;
	display: grid;
	place-items: center;
	color: inherit;
	text-decoration: none;
}

.hero-art::before {
	position: absolute;
	inset: 0 22px 12px;
	border: 1px solid rgb(211 152 107 / 24%);
	background:
		linear-gradient(135deg, transparent 49.5%, rgb(211 152 107 / 16%) 49.8% 50.2%, transparent 50.5%),
		linear-gradient(45deg, transparent 49.5%, rgb(211 152 107 / 10%) 49.8% 50.2%, transparent 50.5%);
	content: "";
	transform: rotate(45deg) scale(0.66);
}

.hero-art::after {
	position: absolute;
	inset: 20px 4px 4px;
	border: 1px solid rgb(239 228 202 / 8%);
	border-radius: 50%;
	content: "";
}

.art-label {
	position: absolute;
	z-index: 5;
	top: 23px;
	right: 0;
	max-width: 190px;
	padding: 12px 14px;
	border-left: 2px solid var(--longship-copper);
	background: rgb(16 22 23 / 74%);
	color: var(--longship-copper-light);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.art-label strong {
	margin-top: 5px;
	display: block;
	color: var(--longship-paper);
	font-family: var(--longship-serif);
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.hero-product-image {
	position: relative;
	z-index: 3;
	width: min(360px, 78%);
	height: 330px;
	display: grid;
	place-items: center;
	filter: drop-shadow(0 30px 30px rgb(0 0 0 / 34%));
}

.hero-product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.dragon {
	position: relative;
	z-index: 3;
	width: 245px;
	height: 300px;
	display: grid;
	place-items: center;
	filter: drop-shadow(0 28px 22px rgb(0 0 0 / 36%));
}

.egg {
	position: absolute;
	top: 14px;
	width: 168px;
	height: 225px;
	border: 1px solid #d39b70;
	border-radius: 53% 47% 48% 52% / 65% 64% 36% 35%;
	background:
		linear-gradient(47deg, transparent 0 46%, rgb(239 228 202 / 70%) 47% 48%, transparent 49%) 58px 62px / 62px 95px no-repeat,
		radial-gradient(circle at 38% 30%, #86b0b6, #396d76 39%, #213d41 74%);
	box-shadow:
		0 0 52px rgb(100 184 197 / 26%),
		inset -24px -25px 35px rgb(0 0 0 / 28%);
}

.stand {
	position: absolute;
	bottom: 43px;
	width: 112px;
	height: 74px;
	border: solid #9c6748;
	border-width: 0 13px 13px;
	clip-path: polygon(17% 0, 83% 0, 100% 100%, 0 100%);
}

.base {
	position: absolute;
	bottom: 22px;
	width: 162px;
	height: 25px;
	border: 1px solid #bd7b53;
	background: linear-gradient(#3d2921, #1f1b19);
	box-shadow: 0 11px 0 -4px #0c1112;
}

.display-plinth {
	position: absolute;
	z-index: 2;
	bottom: 17px;
	width: 330px;
	height: 38px;
	border: 1px solid rgb(211 152 107 / 30%);
	background: linear-gradient(90deg, #1c292b, #273b3e 50%, #1c292b);
	clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0 50%);
}

.market-section {
	position: relative;
	z-index: 2;
	background: var(--longship-paper);
	color: var(--longship-ink);
}

.market-section::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 13px;
	background:
		linear-gradient(135deg, var(--longship-ink) 8px, transparent 0) 0 0 / 16px 16px,
		linear-gradient(225deg, var(--longship-ink) 8px, transparent 0) 0 0 / 16px 16px;
	content: "";
}

.category-bar {
	max-width: 1440px;
	margin: 0 auto;
	padding: 42px 48px 38px;
	display: grid;
	grid-template-columns: 0.72fr repeat(3, 1fr);
	align-items: stretch;
	border-bottom: 1px solid rgb(23 33 35 / 15%);
}

.category-intro {
	padding-right: 34px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.category-intro span,
.section-heading p {
	margin: 0;
	color: #7d4930;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.category-intro strong {
	margin-top: 7px;
	color: var(--longship-charcoal);
	font-family: var(--longship-serif);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.05;
}

.category-card {
	min-height: 90px;
	padding: 12px 23px;
	display: grid;
	grid-template-columns: 50px 1fr 25px;
	gap: 15px;
	align-items: center;
	border-left: 1px solid rgb(23 33 35 / 16%);
	color: var(--longship-charcoal);
	text-decoration: none;
	transition: background 0.2s ease;
}

.category-card:hover {
	background: rgb(182 111 67 / 9%);
}

.category-icon {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border: 1px solid #8a674d;
	background: rgb(182 111 67 / 11%);
	clip-path: polygon(12% 0, 88% 0, 100% 12%, 100% 88%, 88% 100%, 12% 100%, 0 88%, 0 12%);
}

.category-icon span {
	width: 20px;
	height: 20px;
	border: 1px solid #7d4930;
	transform: rotate(45deg);
}

.category-card:nth-child(3) .category-icon span {
	border-radius: 50% 50% 45% 45%;
	transform: none;
}

.category-card:nth-child(4) .category-icon span {
	width: 23px;
	height: 16px;
	border: 0;
	background: #7d4930;
	clip-path: polygon(15% 0, 85% 0, 100% 50%, 85% 100%, 15% 100%, 0 50%);
	transform: none;
}

.category-card small {
	margin-bottom: 5px;
	display: block;
	color: #7d7062;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.category-card strong {
	font-family: var(--longship-serif);
	font-size: 19px;
	font-weight: 400;
}

.category-card .arrow {
	color: #8b4f31;
	font-size: 23px;
}

.featured-products {
	max-width: 1440px;
	margin: 0 auto;
	padding: 52px 48px 72px;
}

.section-heading {
	margin-bottom: 28px;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
}

.section-heading p {
	margin-bottom: 7px;
}

.section-heading h2,
.maker-message h2,
.entry-title,
.woocommerce h1,
.woocommerce h2,
.woocommerce h3 {
	margin: 0;
	color: var(--longship-charcoal);
	font-family: var(--longship-serif);
	font-weight: 400;
	letter-spacing: -0.025em;
}

.section-heading h2 {
	font-size: clamp(32px, 3vw, 46px);
}

.view-all {
	padding-bottom: 5px;
	border-bottom: 1px solid currentcolor;
	color: #75452e;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
}

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

.longship-product-card {
	position: relative;
	min-width: 0;
	border: 1px solid rgb(23 33 35 / 14%);
	background: #e5d8ba;
}

.longship-product-card::after {
	position: absolute;
	top: 8px;
	right: 8px;
	left: 8px;
	height: 3px;
	background: repeating-linear-gradient(135deg, #8f5b3b 0 4px, transparent 4px 8px);
	content: "";
	opacity: 0.56;
	pointer-events: none;
}

.product-visual {
	position: relative;
	height: 260px;
	overflow: hidden;
	display: grid;
	place-items: center;
	background:
		radial-gradient(circle at 50% 42%, rgb(111 152 160 / 33%), transparent 44%),
		linear-gradient(140deg, #263b3e, #182628 70%);
}

.product-visual::after {
	position: absolute;
	bottom: 28px;
	width: 68%;
	height: 22px;
	border-radius: 50%;
	background: rgb(3 9 10 / 36%);
	content: "";
	filter: blur(7px);
}

.product-visual img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.product-visual:hover img {
	transform: scale(1.035);
}

.product-tag {
	position: absolute;
	z-index: 4;
	top: 18px;
	left: 14px;
	padding: 6px 8px;
	background: var(--longship-paper);
	color: #6f3f29;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.product-info {
	padding: 18px;
}

.product-meta {
	min-height: 20px;
	margin-bottom: 8px;
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 12px;
	color: #746b5b;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.11em;
	line-height: 1.4;
	text-transform: uppercase;
}

.product-meta a {
	text-decoration: none;
}

.product-info h3 {
	min-height: 48px;
	margin: 0;
	font-size: 21px;
	line-height: 1.1;
}

.product-info h3 a {
	color: var(--longship-charcoal);
	text-decoration: none;
}

.product-bottom {
	margin-top: 15px;
	padding-top: 13px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	border-top: 1px solid rgb(23 33 35 / 16%);
}

.price {
	color: #603a28;
	font-family: var(--longship-serif);
	font-size: 20px;
}

.quick-add .button {
	min-height: 35px !important;
	padding: 0 12px !important;
	border: 1px solid var(--longship-charcoal) !important;
	background: transparent !important;
	color: var(--longship-charcoal) !important;
	font-size: 8px !important;
	white-space: nowrap;
}

.quick-add .button:hover {
	background: var(--longship-charcoal) !important;
	color: var(--longship-paper) !important;
}

.quick-add .added_to_cart {
	margin-top: 6px;
	display: block;
	color: #75452e;
	font-size: 9px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

.store-empty-state {
	min-height: 300px;
	padding: 45px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid rgb(23 33 35 / 15%);
	background: #e9dec4;
	text-align: center;
}

.store-empty-mark {
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	border: 1px solid #8b4f31;
	color: #75452e;
	font-family: var(--longship-serif);
	font-size: 20px;
	transform: rotate(45deg);
}

.store-empty-mark + h3 {
	margin: 28px 0 0;
	color: var(--longship-charcoal);
	font-family: var(--longship-serif);
	font-size: 28px;
	font-weight: 400;
}

.store-empty-state p {
	margin: 8px 0 22px;
	color: #665e53;
}

.maker-note {
	background:
		linear-gradient(90deg, rgb(255 255 255 / 1.8%) 1px, transparent 1px) 0 0 / 40px 40px,
		var(--longship-fjord);
}

.maker-inner {
	max-width: 1344px;
	min-height: 164px;
	margin: 0 auto;
	padding: 32px 48px;
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 70px;
	align-items: center;
}

.maker-message {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 21px;
	align-items: center;
}

.maker-seal {
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	border: 1px solid var(--longship-copper-light);
	color: var(--longship-paper);
	transform: rotate(45deg);
}

.maker-seal span {
	font-family: var(--longship-serif);
	font-size: 22px;
	transform: rotate(-45deg);
}

.maker-message h2 {
	color: var(--longship-paper);
	font-size: 26px;
}

.maker-message p {
	margin: 7px 0 0;
	color: #ccdbd7;
	font-size: 13px;
	line-height: 1.5;
}

.promises {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: rgb(239 228 202 / 20%);
}

.promise {
	min-height: 70px;
	padding: 12px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: var(--longship-fjord);
	text-align: center;
}

.promise strong {
	color: var(--longship-paper);
	font-family: var(--longship-serif);
	font-size: 14px;
	font-weight: 400;
}

.promise span {
	margin-top: 5px;
	color: #bdd0cb;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.site-footer {
	position: relative;
	z-index: 2;
	padding: 26px 48px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 24px;
	background: #0b1112;
	color: #859092;
	font-size: 10px;
	letter-spacing: 0.08em;
}

.footer-brand {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.footer-brand strong {
	color: #c3bba8;
	font-family: var(--longship-serif);
	font-size: 14px;
	font-weight: 400;
}

.footer-menu {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 18px;
	list-style: none;
}

.footer-menu a {
	color: #a8b0ae;
	text-decoration: none;
}

.footer-menu a:hover {
	color: var(--longship-paper);
}

.copyright {
	text-align: right;
}

/* Standard WordPress and WooCommerce content */
.content-shell {
	position: relative;
	z-index: 2;
	min-height: 60vh;
	padding: 54px 48px 80px;
	background: var(--longship-paper);
	color: var(--longship-charcoal);
}

.content-inner,
.woocommerce-content {
	width: min(1344px, 100%);
	margin: 0 auto;
}

.entry-header {
	margin-bottom: 28px;
}

.entry-title,
.woocommerce h1 {
	font-size: clamp(38px, 5vw, 64px);
}

.entry-content {
	color: #3e4645;
	font-size: 16px;
	line-height: 1.75;
}

.entry-content > * {
	max-width: 820px;
}

.entry-content > .alignwide {
	max-width: 1120px;
}

.entry-content > .alignfull {
	max-width: none;
}

.entry-content a {
	color: #7d4930;
}

.entry-content blockquote {
	margin-left: 0;
	padding-left: 22px;
	border-left: 3px solid var(--longship-copper);
	font-family: var(--longship-serif);
	font-size: 22px;
}

.post-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.post-card {
	padding: 24px;
	border: 1px solid rgb(23 33 35 / 14%);
	background: #ece1c8;
}

.post-card h2 {
	margin: 0;
	font-family: var(--longship-serif);
	font-weight: 400;
}

.post-card h2 a {
	text-decoration: none;
}

.post-meta {
	margin-top: 10px;
	color: #756b5d;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.page-navigation {
	margin-top: 34px;
}

.page-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.not-found {
	padding: 60px 24px;
	text-align: center;
}

.not-found p {
	margin: 12px auto 26px;
}

.search-form {
	max-width: 620px;
	display: flex;
}

.search-form label {
	flex: 1;
}

.search-field {
	width: 100%;
	min-height: 46px;
	padding: 0 14px;
	border: 1px solid #998e7b;
	background: #fffaf0;
}

.search-submit {
	min-width: 100px;
	border: 0;
	background: var(--longship-copper);
	color: var(--longship-charcoal);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 24px;
	color: #6f6659;
	font-size: 11px;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #7d4930;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin: 20px 0 28px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid #a69a86;
	border-radius: 0;
	background: #fffaf0;
	color: var(--longship-charcoal);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 27px;
}

.woocommerce ul.products {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	clear: both;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: auto;
	margin: 0;
	padding: 0 0 18px;
	float: none;
	border: 1px solid rgb(23 33 35 / 15%);
	background: #e8dcc1;
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 1 / 1;
	margin: 0 0 16px;
	object-fit: cover;
	background: var(--longship-charcoal-2);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .star-rating {
	margin-right: 16px;
	margin-left: 16px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 54px;
	padding: 0;
	color: var(--longship-charcoal);
	font-family: var(--longship-serif);
	font-size: 20px;
	font-weight: 400;
}

.woocommerce ul.products li.product .price {
	color: #75452e;
	font-family: var(--longship-serif);
	font-size: 18px;
}

.woocommerce ul.products li.product .button {
	margin-top: 12px;
}

.woocommerce span.onsale {
	top: 12px;
	left: 12px;
	z-index: 2;
	min-width: 0;
	min-height: 0;
	padding: 7px 9px;
	border-radius: 0;
	background: var(--longship-copper);
	color: var(--longship-charcoal);
	font-size: 9px;
	line-height: 1;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.woocommerce div.product {
	display: flow-root;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	margin-bottom: 60px;
}

.woocommerce div.product div.images img {
	background: #ddd1b5;
}

.woocommerce div.product .product_title {
	margin-bottom: 12px;
	font-size: clamp(38px, 5vw, 62px);
	line-height: 1;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #75452e;
	font-family: var(--longship-serif);
	font-size: 27px;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	color: #4c5351;
	font-size: 16px;
	line-height: 1.65;
}

.woocommerce .quantity .qty {
	min-height: 46px;
	border: 1px solid #9c907c;
	background: #fffaf0;
}

.woocommerce div.product form.cart {
	margin: 28px 0;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 18px;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
	padding: 8px 8px 8px 0;
	text-align: left;
}

.woocommerce div.product .woocommerce-tabs {
	clear: both;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-color: #b9ad98;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0 3px 0 0;
	border: 1px solid #b9ad98;
	border-radius: 0;
	background: #e5d9bf;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--longship-paper);
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 26px 0;
	color: #46504f;
	line-height: 1.7;
}

.woocommerce .related.products,
.woocommerce .upsells.products {
	margin-top: 46px;
	clear: both;
}

.woocommerce .related.products > h2,
.woocommerce .upsells.products > h2 {
	margin-bottom: 25px;
	font-size: 36px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 18px 18px 18px 52px;
	border-top-color: var(--longship-copper);
	background: #e6dac0;
	color: var(--longship-charcoal);
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: #7d4930;
}

.woocommerce-error {
	border-top-color: #8d372e;
}

.woocommerce-error::before {
	color: #8d372e;
}

.woocommerce table.shop_table {
	border: 1px solid #b8ac97;
	border-collapse: collapse;
	border-radius: 0;
	background: #f4ebd7;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 14px;
	border-color: #c8bca7;
}

.woocommerce table.shop_table img {
	width: 76px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 150px;
	min-height: 46px;
	padding: 0 12px;
	border: 1px solid #a69a86;
}

.woocommerce .cart-collaterals .cart_totals {
	width: min(500px, 100%);
}

.woocommerce-checkout .col2-set {
	width: 58%;
	float: left;
	padding-right: 34px;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
	width: 42%;
	float: right;
}

.woocommerce-checkout #order_review {
	padding: 20px;
	border: 1px solid #b8ac97;
	background: #eee3ca;
}

.woocommerce-checkout-payment {
	border-radius: 0 !important;
	background: #ded2b8 !important;
}

.woocommerce-checkout-payment .payment_box {
	background: #f5ecd9 !important;
}

.woocommerce-checkout-payment .payment_box::before {
	border-bottom-color: #f5ecd9 !important;
}

.woocommerce form .form-row label {
	color: #4f504a;
	font-size: 12px;
	font-weight: 800;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	border: 1px solid #b8ac97;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li + li {
	border-top: 1px solid #c6baa5;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	padding: 13px 15px;
	display: block;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	background: var(--longship-charcoal);
	color: var(--longship-paper);
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 70%;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 40px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	min-width: 38px;
	min-height: 38px;
	margin: 2px;
	display: grid;
	place-items: center;
	background: #e4d8bd;
	color: var(--longship-charcoal);
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: var(--longship-charcoal);
	color: var(--longship-paper);
}

@media (max-width: 1120px) {
	.site-header {
		padding-inline: 28px;
	}

	.primary-navigation {
		position: absolute;
		top: 86px;
		right: 18px;
		width: min(330px, calc(100vw - 36px));
		display: none;
		border: 1px solid var(--longship-line);
		background: #11191a;
		box-shadow: 0 24px 55px rgb(0 0 0 / 36%);
	}

	.primary-navigation.is-open {
		display: block;
	}

	.primary-menu {
		padding: 14px;
		display: block;
	}

	.primary-menu a {
		padding: 14px 10px;
		border-bottom: 1px solid var(--longship-line);
	}

	.menu-toggle {
		display: grid;
	}

	.hero {
		padding-inline: 28px;
		grid-template-columns: 1fr 0.78fr;
		gap: 32px;
	}

	.hero-art {
		margin-inline: -30px;
		transform: scale(0.9);
	}

	.category-bar {
		padding-inline: 28px;
		grid-template-columns: repeat(3, 1fr);
	}

	.category-intro {
		grid-column: 1 / -1;
		padding: 0 0 18px;
	}

	.category-card:first-of-type {
		border-left: 0;
	}

	.featured-products {
		padding-inline: 28px;
	}

	.longship-product-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.maker-inner {
		padding-inline: 28px;
		gap: 35px;
	}

	.site-footer {
		padding-inline: 28px;
	}
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}

	.announcement {
		font-size: 9px;
		letter-spacing: 0.12em;
	}

	.site-header {
		height: 72px;
		padding-inline: 18px;
	}

	.primary-navigation {
		top: 72px;
	}

	.brand-mark {
		width: 36px;
		height: 36px;
	}

	.brand-copy strong {
		font-size: 16px;
	}

	.brand-copy span {
		font-size: 7px;
	}

	.account-link {
		display: none;
	}

	.longship-cart-link {
		width: 42px;
		padding: 0;
		justify-content: center;
	}

	.longship-cart-label {
		display: none;
	}

	.hero {
		min-height: auto;
		padding: 48px 20px 40px;
		grid-template-columns: 1fr;
	}

	.hero-copy {
		text-align: center;
	}

	.eyebrow {
		justify-content: center;
	}

	.hero h1 {
		max-width: 600px;
		margin-inline: auto;
		font-size: clamp(44px, 14vw, 68px);
	}

	.hero-copy > p:not(.eyebrow) {
		margin-inline: auto;
	}

	.button-row {
		justify-content: center;
	}

	.hero-art {
		min-height: 350px;
		margin: 0;
		transform: none;
	}

	.category-bar {
		padding: 38px 20px 30px;
		grid-template-columns: 1fr;
	}

	.category-intro {
		text-align: center;
	}

	.category-card {
		border-top: 1px solid rgb(23 33 35 / 16%);
		border-left: 0;
	}

	.featured-products {
		padding: 42px 20px 54px;
	}

	.longship-product-grid,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.product-visual {
		height: min(340px, 90vw);
	}

	.maker-inner {
		padding: 36px 20px;
		grid-template-columns: 1fr;
		gap: 27px;
	}

	.maker-message {
		grid-template-columns: 48px 1fr;
	}

	.maker-seal {
		width: 48px;
		height: 48px;
	}

	.site-footer {
		padding: 28px 20px;
		grid-template-columns: 1fr;
		text-align: center;
	}

	.footer-brand {
		align-items: center;
	}

	.footer-menu {
		justify-content: center;
		flex-wrap: wrap;
	}

	.copyright {
		text-align: center;
	}

	.content-shell {
		padding: 42px 20px 60px;
	}

	.post-list {
		grid-template-columns: 1fr;
	}

	.woocommerce-checkout .col2-set,
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review {
		width: 100%;
		float: none;
		padding-right: 0;
	}

	.woocommerce-checkout #order_review_heading {
		margin-top: 35px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		float: none;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 30px;
	}
}

@media (max-width: 430px) {
	.brand-copy span {
		display: none;
	}

	.brand-copy strong {
		max-width: 155px;
		white-space: normal;
		line-height: 1;
	}

	.hero-art::before {
		inset-inline: 0;
	}

	.hero-art::after {
		inset-inline: 14px;
	}

	.art-label {
		right: -4px;
	}

	.section-heading {
		align-items: start;
		flex-direction: column;
		gap: 12px;
	}

	.promises {
		grid-template-columns: 1fr;
	}

	.button-row {
		flex-direction: column;
	}

	.woocommerce-cart table.cart td.actions .coupon {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
