:root {
	--orink-orange: #f1a000;
	--orink-copper: #c66b17;
	--orink-dark: #242126;
	--orink-coffee: #3a2b25;
	--orink-blue: #006aa7;
	--orink-cream: #f8f3e9;
	--orink-oat: #e8d6ad;
	--orink-green: #386f4f;
	--orink-white: #ffffff;
	--orink-muted: #6d655d;
	--orink-shadow: 0 18px 50px rgba(36, 33, 38, 0.12);
	--orink-font: Arial, Helvetica, sans-serif;
	--orink-display: "Arial Narrow", Impact, Haettenschweiler, "Arial Black", sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--orink-white);
	color: var(--orink-dark);
	font-family: var(--orink-font);
	font-size: 17px;
	line-height: 1.65;
}

body.has-open-menu {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration-color: rgba(198, 107, 23, 0.55);
	text-underline-offset: 0.18em;
}

a:hover,
a:focus {
	color: var(--orink-copper);
}

.screen-reader-text,
.skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	z-index: 1000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 14px;
	clip: auto;
	background: var(--orink-dark);
	color: var(--orink-white);
}

.site-wrap {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site-main {
	flex: 1;
}

.orink-container {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.content-narrow {
	width: min(850px, calc(100% - 40px));
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(36, 33, 38, 0.08);
	box-shadow: 0 14px 34px rgba(36, 33, 38, 0.09);
	backdrop-filter: blur(18px);
	isolation: isolate;
}

.site-header::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 3px;
	background: linear-gradient(90deg, transparent 0, rgba(241, 160, 0, 0.88) 18%, rgba(0, 106, 167, 0.72) 50%, rgba(241, 160, 0, 0.88) 82%, transparent 100%);
	opacity: 0.72;
	pointer-events: none;
}

.site-header__inner {
	width: min(1500px, calc(100% - 52px));
	min-height: 94px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 158px minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(16px, 1.25vw, 26px);
}

.site-logo {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	text-decoration: none;
	min-width: 0;
}

.site-logo img,
.site-logo .custom-logo {
	width: auto;
	max-width: 158px;
	max-height: 78px;
	filter: drop-shadow(0 12px 16px rgba(241, 160, 0, 0.12));
	transition: transform 180ms ease, filter 180ms ease;
}

.site-logo:hover img,
.site-logo:focus img,
.site-logo:hover .custom-logo,
.site-logo:focus .custom-logo {
	filter: drop-shadow(0 16px 22px rgba(241, 160, 0, 0.18));
	transform: translateY(-1px);
}

.site-logo__text {
	color: var(--orink-orange);
	font-family: var(--orink-display);
	font-size: 3.25rem;
	font-weight: 900;
	line-height: 1;
}

.site-nav {
	padding: 6px;
	border: 1px solid rgba(36, 33, 38, 0.08);
	border-radius: 999px;
	background: rgba(248, 243, 233, 0.72);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 12px 30px rgba(36, 33, 38, 0.07);
	justify-self: center;
}

.site-nav__head,
.site-menu-backdrop {
	display: none;
}

.site-menu,
.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
}

.site-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 clamp(10px, 0.72vw, 16px);
	border-radius: 999px;
	color: #4a4443;
	font-family: var(--orink-display);
	font-size: clamp(0.84rem, 0.83vw, 1.02rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
	white-space: nowrap;
}

.site-menu a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3px;
	height: 3px;
	border-radius: 999px;
	background: var(--orink-orange);
	display: none;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 180ms ease;
}

.site-menu .current-menu-item > a,
.site-menu a:hover,
.site-menu a:focus {
	background: var(--orink-orange);
	box-shadow: 0 8px 18px rgba(241, 160, 0, 0.24);
	color: #201915;
	transform: translateY(-1px);
}

.site-menu .current-menu-item > a::after,
.site-menu a:hover::after,
.site-menu a:focus::after {
	transform: scaleX(1);
}

.site-header__meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	min-width: 214px;
}

.from-sweden {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border: 1px solid rgba(36, 33, 38, 0.08);
	border-radius: 999px;
	background: var(--orink-white);
	box-shadow: 0 14px 30px rgba(36, 33, 38, 0.09);
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.from-sweden:hover,
.from-sweden:focus {
	box-shadow: 0 18px 38px rgba(36, 33, 38, 0.13);
	transform: translateY(-1px);
}

.from-sweden img {
	width: 58px;
	height: 58px;
	object-fit: contain;
}

.language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	padding: 4px;
	border: 1px solid rgba(36, 33, 38, 0.08);
	border-radius: 14px;
	background: var(--orink-white);
	box-shadow: 0 14px 30px rgba(36, 33, 38, 0.09);
}

.language-switcher__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 50px;
	min-height: 40px;
	padding: 0 8px;
	border-radius: 10px;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	color: var(--orink-dark);
	transition: background 160ms ease, color 160ms ease;
}

.language-switcher__link::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 13px;
	border-radius: 2px;
	box-shadow: inset 0 0 0 1px rgba(36, 33, 38, 0.14);
}

.language-switcher__link--sv::before {
	background:
		linear-gradient(90deg, transparent 0 32%, #fecc00 32% 43%, transparent 43%),
		linear-gradient(180deg, #006aa7 0 39%, #fecc00 39% 58%, #006aa7 58%);
}

.language-switcher__link--en::before {
	background:
		linear-gradient(90deg, transparent 0 45%, #ffffff 45% 55%, transparent 55%),
		linear-gradient(180deg, transparent 0 38%, #ffffff 38% 62%, transparent 62%),
		linear-gradient(90deg, transparent 0 47%, #c8102e 47% 53%, transparent 53%),
		linear-gradient(180deg, transparent 0 43%, #c8102e 43% 57%, transparent 57%),
		#012169;
}

.language-switcher__link.is-active {
	background: #f4ead7;
	color: #1f1b18;
}

.language-switcher__link:hover,
.language-switcher__link:focus {
	background: rgba(241, 160, 0, 0.13);
}

.site-menu-toggle {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 46px;
	height: 46px;
	padding: 10px;
	border: 1px solid rgba(36, 33, 38, 0.18);
	border-radius: 8px;
	background: var(--orink-white);
	cursor: pointer;
}

.site-menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 100%;
	height: 2px;
	margin: 0;
	background: var(--orink-dark);
	transition: opacity 160ms ease, transform 160ms ease;
}

.site-menu-toggle[aria-expanded="true"] {
	background: #f7efe0;
}

.site-menu-toggle[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.site-menu-toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.site-menu-toggle[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.orink-hero {
	position: relative;
	min-height: min(850px, calc(100vh - 104px));
	display: flex;
	align-items: center;
	background: var(--orink-dark);
	color: var(--orink-white);
	overflow: hidden;
}

.orink-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(90deg, rgba(31, 28, 34, 0.88) 0%, rgba(31, 28, 34, 0.52) 43%, rgba(31, 28, 34, 0.08) 78%), var(--hero-image);
	background-position: center;
	background-size: cover;
}

.orink-hero--page {
	min-height: 480px;
}

.orink-hero--light {
	background: var(--orink-cream);
	color: var(--orink-dark);
}

.orink-hero--light::before {
	background-image: linear-gradient(90deg, rgba(248, 243, 233, 0.96) 0%, rgba(248, 243, 233, 0.78) 47%, rgba(248, 243, 233, 0.2) 100%), var(--hero-image);
}

.orink-hero__inner,
.orink-hero__copy {
	position: relative;
	z-index: 1;
}

.orink-hero__copy {
	width: min(570px, 100%);
	padding: clamp(90px, 11vw, 150px) 0;
}

.orink-hero__copy h1,
.page-title,
.archive-header h1,
.entry-content h1 {
	margin: 0 0 18px;
	font-family: var(--orink-display);
	font-size: clamp(2.6rem, 6vw, 5.7rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.95;
	text-transform: uppercase;
}

.orink-hero__copy p {
	font-size: clamp(1.05rem, 1.7vw, 1.35rem);
	font-weight: 700;
}

.orink-kicker {
	margin: 0 0 12px;
	color: var(--orink-orange);
	font-family: var(--orink-display);
	font-size: 1.15rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.orink-button,
.orink-button--ghost,
.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 20px;
	border: 2px solid var(--orink-orange);
	border-radius: 8px;
	background: var(--orink-orange);
	color: var(--orink-dark);
	font-weight: 900;
	line-height: 1.15;
	text-decoration: none;
}

.orink-button:hover,
.orink-button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
	background: #d98500;
	border-color: #d98500;
	color: var(--orink-dark);
}

.orink-button--ghost {
	background: transparent;
	color: inherit;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.orink-section,
.section-pad {
	padding: clamp(58px, 8vw, 112px) 0;
}

.orink-section--cream {
	background: var(--orink-cream);
}

.orink-section--dark {
	background: var(--orink-dark);
	color: var(--orink-white);
}

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

.section-head h2,
.entry-content h2 {
	margin: 0 0 12px;
	font-family: var(--orink-display);
	font-size: clamp(2rem, 3.6vw, 4rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.98;
	text-transform: uppercase;
}

.section-head p {
	max-width: 650px;
	margin: 0;
	color: var(--orink-muted);
}

.orink-section--dark .section-head p,
.orink-section--dark .muted {
	color: rgba(255, 255, 255, 0.72);
}

.intro-grid,
.split-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
	align-items: center;
	gap: clamp(28px, 5vw, 70px);
}

.split-grid--reverse {
	grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
}

.split-grid__media img,
.product-showcase img,
.recipe-card img {
	width: 100%;
	border-radius: 8px;
	object-fit: cover;
}

.split-grid__media img,
.product-showcase img {
	box-shadow: var(--orink-shadow);
}

.lead {
	font-size: clamp(1.12rem, 1.9vw, 1.45rem);
	font-weight: 700;
	line-height: 1.5;
}

.muted {
	color: var(--orink-muted);
}

.card-grid,
.recipe-grid,
.product-grid,
.facts-grid,
.store-grid,
.contact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.orink-card,
.recipe-card,
.product-card,
.fact-card,
.contact-card,
.store-card,
.faq-item,
.post-card {
	border: 1px solid rgba(36, 33, 38, 0.12);
	border-radius: 8px;
	background: var(--orink-white);
	color: var(--orink-dark);
	box-shadow: 0 12px 34px rgba(36, 33, 38, 0.07);
}

.orink-card,
.fact-card,
.contact-card,
.store-card,
.faq-item {
	padding: clamp(20px, 3vw, 30px);
}

.orink-card h3,
.fact-card h3,
.contact-card h3,
.store-card h3,
.faq-item h2,
.product-card h3,
.recipe-card h3 {
	margin: 0 0 10px;
	font-size: 1.18rem;
	line-height: 1.2;
}

.orink-card strong,
.tagline {
	color: var(--orink-copper);
	font-weight: 900;
}

.product-showcase {
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(28px, 5vw, 70px);
}

.product-card {
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
}

.product-card__image {
	min-height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 26px;
	background: #fbf7ef;
}

.product-card__image img {
	width: auto;
	max-width: 100%;
	max-height: 260px;
	object-fit: contain;
}

.product-card__body {
	padding: 22px;
}

.product-card__body h3 {
	text-transform: uppercase;
}

.product-card__body p {
	margin: 0;
}

.product-card__body p + p {
	margin-top: 14px;
}

.product-card__meta {
	color: var(--orink-copper);
	font-size: 0.92rem;
	font-weight: 900;
}

.check-list,
.store-list {
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
}

.check-list li,
.store-list li {
	position: relative;
	padding-left: 26px;
	margin: 10px 0;
}

.check-list li::before,
.store-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--orink-orange);
}

.recipe-card {
	overflow: hidden;
}

.recipe-card img {
	aspect-ratio: 4 / 3;
	border-radius: 0;
}

.recipe-card__body,
.post-card__body {
	padding: 20px;
}

.faq-list {
	display: grid;
	gap: 16px;
}

.contact-card a {
	font-weight: 800;
}

.site-footer {
	background: #f6f2ec;
	color: var(--orink-dark);
}

.site-footer__inner {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 48px 0;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr) auto;
	gap: 32px;
}

.site-footer__brand strong {
	color: var(--orink-orange);
	font-family: var(--orink-display);
	font-size: 2.4rem;
	line-height: 1;
}

.footer-menu {
	display: grid;
	gap: 8px;
}

.footer-menu a,
.site-footer__social a {
	font-weight: 800;
	text-decoration: none;
}

.site-footer__social {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.site-credit {
	padding: 20px;
	border-top: 1px solid rgba(36, 33, 38, 0.1);
	text-align: center;
	font-size: 0.9rem;
	color: var(--orink-muted);
}

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

.post-card {
	overflow: hidden;
}

.post-card__image img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

@media (max-width: 1240px) {
	.site-header__inner {
		grid-template-columns: auto 1fr auto;
		gap: 16px;
	}

	.site-menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		justify-self: end;
	}

	.site-nav {
		position: fixed;
		z-index: 120;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		display: flex;
		width: min(420px, 88vw);
		height: 100dvh;
		max-height: 100dvh;
		flex-direction: column;
		padding: 0;
		background: var(--orink-white);
		border-left: 1px solid rgba(36, 33, 38, 0.1);
		border-radius: 0;
		box-shadow: -28px 0 70px rgba(36, 33, 38, 0.22);
		overflow-y: auto;
		overscroll-behavior: contain;
		pointer-events: none;
		transform: translateX(104%);
		transition: transform 240ms ease, visibility 240ms ease;
		visibility: hidden;
	}

	.site-nav.is-open {
		pointer-events: auto;
		transform: translateX(0);
		visibility: visible;
	}

	.site-nav__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		min-height: 92px;
		padding: 24px 26px 18px;
		border-bottom: 1px solid rgba(36, 33, 38, 0.1);
		background: linear-gradient(180deg, #ffffff 0%, #fbf7ef 100%);
	}

	.site-nav__title {
		color: var(--orink-orange);
		font-family: var(--orink-display);
		font-size: 2.1rem;
		font-weight: 900;
		line-height: 1;
		text-transform: uppercase;
	}

	.site-nav__close {
		position: relative;
		width: 46px;
		height: 46px;
		border: 1px solid rgba(36, 33, 38, 0.14);
		border-radius: 8px;
		background: var(--orink-white);
		cursor: pointer;
	}

	.site-nav__close span {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 22px;
		height: 2px;
		background: var(--orink-dark);
		transform-origin: center;
	}

	.site-nav__close span:first-child {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.site-nav__close span:last-child {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.site-menu-backdrop {
		position: fixed;
		z-index: 110;
		inset: 0;
		display: block;
		background: rgba(24, 21, 19, 0.5);
		backdrop-filter: blur(3px);
		opacity: 0;
		pointer-events: none;
		transition: opacity 220ms ease;
	}

	.site-menu-backdrop.is-open {
		opacity: 1;
		pointer-events: auto;
	}

	.site-menu {
		width: 100%;
		margin: 0 auto;
		padding: 18px 26px 28px;
		display: grid;
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.site-menu a {
		justify-content: space-between;
		min-height: 58px;
		border-bottom: 1px solid rgba(36, 33, 38, 0.1);
		font-size: 1.45rem;
		line-height: 1.05;
	}

	.site-menu a::after {
		position: static;
		display: block;
		width: 10px;
		height: 10px;
		border: solid currentColor;
		border-width: 0 2px 2px 0;
		border-radius: 0;
		background: transparent;
		flex: 0 0 10px;
		transform: rotate(-45deg);
	}

	.site-menu .current-menu-item > a::after,
	.site-menu a:hover::after,
	.site-menu a:focus::after {
		transform: rotate(-45deg) translate(2px, 2px);
	}
}

@media (max-width: 860px) {
	.site-header__inner {
		min-height: 82px;
		width: min(100% - 28px, 1280px);
		grid-template-columns: auto 1fr auto;
	}

	.site-logo img,
	.site-logo .custom-logo {
		max-width: 132px;
		max-height: 70px;
	}

	.site-header__meta {
		gap: 8px;
	}

	.from-sweden img {
		width: 50px;
		height: 50px;
	}

	.language-switcher {
		padding: 3px;
		box-shadow: 0 10px 24px rgba(36, 33, 38, 0.08);
	}

	.language-switcher__link {
		gap: 5px;
		min-width: 44px;
		min-height: 36px;
		padding: 0 7px;
		font-size: 0.76rem;
	}

	.language-switcher__link::before {
		width: 17px;
		height: 12px;
	}

	.orink-hero {
		min-height: 560px;
		align-items: flex-start;
	}

	.orink-hero::before {
		background-image: linear-gradient(90deg, rgba(31, 28, 34, 0.9), rgba(31, 28, 34, 0.48)), var(--hero-image);
		background-position: 58% center;
	}

	.orink-hero--page {
		min-height: 380px;
	}

	.orink-hero--light::before {
		background-image: linear-gradient(90deg, rgba(248, 243, 233, 0.96), rgba(248, 243, 233, 0.68)), var(--hero-image);
	}

	.orink-hero__copy {
		width: min(520px, 100%);
		padding: 72px 0 64px;
	}

	.orink-hero__copy h1,
	.page-title,
	.archive-header h1,
	.entry-content h1 {
		font-size: 3rem;
		line-height: 0.98;
	}

	.orink-hero__copy p {
		font-size: 1.05rem;
		line-height: 1.5;
	}

	.orink-kicker {
		font-size: 1rem;
	}

	.orink-section,
	.section-pad {
		padding: 56px 0;
	}

	.section-head {
		gap: 12px;
		margin-bottom: 24px;
	}

	.section-head h2,
	.entry-content h2 {
		font-size: 2.35rem;
		line-height: 1;
	}

	.intro-grid,
	.split-grid,
	.split-grid--reverse,
	.product-showcase,
	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.intro-grid,
	.split-grid,
	.split-grid--reverse,
	.product-showcase {
		gap: 30px;
	}

	.split-grid__media img,
	.product-showcase img {
		max-height: 440px;
		object-fit: contain;
	}

	.card-grid,
	.recipe-grid,
	.product-grid,
	.facts-grid,
	.store-grid,
	.contact-grid,
	.archive-grid {
		grid-template-columns: 1fr 1fr;
	}

	.section-head {
		align-items: start;
		flex-direction: column;
	}
}

@media (max-width: 720px) {
	.card-grid,
	.recipe-grid,
	.product-grid,
	.facts-grid,
	.store-grid,
	.contact-grid,
	.archive-grid {
		grid-template-columns: 1fr;
	}

	.orink-card,
	.fact-card,
	.contact-card,
	.store-card,
	.faq-item {
		padding: 22px;
	}

	.recipe-card__body,
	.product-card__body,
	.post-card__body {
		padding: 18px;
	}

	.product-card__image {
		min-height: 220px;
		padding: 22px;
	}

	.product-card__image img {
		max-height: 220px;
	}
}

@media (max-width: 580px) {
	body {
		font-size: 16px;
		line-height: 1.58;
	}

	.orink-container,
	.content-narrow {
		width: min(100% - 30px, 1180px);
	}

	.site-header__inner {
		grid-template-columns: auto minmax(0, 1fr) auto;
		min-height: 78px;
		gap: 10px;
	}

	.site-logo {
		min-width: 0;
	}

	.site-logo img,
	.site-logo .custom-logo {
		max-width: 106px;
		max-height: 58px;
	}

	.site-menu-toggle {
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
		width: 42px;
		height: 42px;
		padding: 9px;
	}

	.site-header__meta {
		grid-column: 2;
		grid-row: 1;
		justify-content: end;
		gap: 6px;
		min-width: 0;
		padding-bottom: 0;
	}

	.from-sweden img {
		width: 42px;
		height: 42px;
	}

	.language-switcher__link {
		gap: 4px;
		min-width: 36px;
		min-height: 32px;
		padding: 0 5px;
		font-size: 0.7rem;
	}

	.language-switcher__link::before {
		width: 15px;
		height: 10px;
	}

	.site-menu {
		grid-template-columns: 1fr;
		width: 100%;
		padding: 14px 18px 22px;
		gap: 2px;
	}

	.site-menu a {
		min-height: 52px;
		font-size: 1.18rem;
	}

	.site-nav__head {
		min-height: 78px;
		padding: 18px 18px 14px;
	}

	.site-nav__title {
		font-size: 1.7rem;
	}

	.site-nav__close {
		width: 42px;
		height: 42px;
	}

	.orink-hero {
		min-height: auto;
	}

	.orink-hero__copy {
		padding: 48px 0 54px;
	}

	.orink-hero__copy h1,
	.page-title,
	.archive-header h1,
	.entry-content h1 {
		font-size: 2.7rem;
		line-height: 1;
		margin-bottom: 14px;
	}

	.orink-hero__copy p {
		font-size: 1rem;
		line-height: 1.48;
	}

	.orink-hero__copy p + p {
		margin-top: 0.85em;
	}

	.orink-kicker {
		font-size: 0.92rem;
		line-height: 1.12;
	}

	.orink-section,
	.section-pad {
		padding: 46px 0;
	}

	.orink-section--cream {
		padding-top: 42px;
		padding-bottom: 42px;
	}

	.section-head h2,
	.entry-content h2 {
		font-size: 2rem;
	}

	.lead {
		font-size: 1.04rem;
	}

	.intro-grid,
	.split-grid,
	.split-grid--reverse,
	.product-showcase {
		gap: 24px;
	}

	.split-grid__media img,
	.product-showcase img {
		max-height: 360px;
	}

	.card-grid,
	.recipe-grid,
	.product-grid,
	.facts-grid,
	.store-grid,
	.contact-grid,
	.archive-grid {
		grid-template-columns: 1fr;
	}

	.button-row {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
		margin-top: 22px;
	}

	.orink-button,
	.orink-button--ghost {
		width: 100%;
		min-height: 48px;
		padding: 12px 16px;
	}

	.site-footer__inner {
		padding: 38px 0;
		gap: 24px;
	}

	.site-footer__brand strong {
		font-size: 2rem;
	}
}

@media (max-width: 380px) {
	.site-logo img,
	.site-logo .custom-logo {
		max-width: 92px;
		max-height: 52px;
	}

	.language-switcher__link {
		min-width: 32px;
		padding: 0 4px;
	}

	.from-sweden img {
		width: 38px;
		height: 38px;
	}

	.orink-hero__copy h1,
	.page-title,
	.archive-header h1,
	.entry-content h1 {
		font-size: 2.45rem;
	}
}