/* Single post categories and tags */
.superb-single-post-tags-categories .taxonomy-post_tag,
.superb-single-post-tags-categories .taxonomy-category {
	margin:0px !important;
}
.superb-single-post-tags-categories .taxonomy-post_tag a,
.superb-single-post-tags-categories .taxonomy-category a{
	border-radius: 5px;
	border:1px solid var(--wp--preset--color--mono-3);
	padding: 5px 10px;
	text-decoration:none !important;
	display:inline-block;
	margin-right:5px !important;
	margin-bottom:8px !important;
	color: var(--wp--preset--color--mono-2);
}
.superb-single-post-tags-categories .taxonomy-post_tag a:hover,
.superb-single-post-tags-categories .taxonomy-category a:hover {
	border:1px solid var(--wp--preset--color--primary);
	color: var(--wp--preset--color--primary);
}
/* Contact us boxes */
.column-parent-border-radius .wp-block-column {
	border-radius:20px;
}

/* Footer one */
.superbthemes-footer-one .wp-block-navigation{
	margin-top:0px !important;
}

/* Off canvas close button fix */
.wp-block-navigation__responsive-container.is-menu-open {
	padding:20px !important;
}

/* Comments start */
.wp-block-comments #reply-title,
.wp-block-comments h2#comments {
	font-size: 26px;
}
.wp-block-comments p.logged-in-as,
.wp-block-comments p.comment-notes,
.wp-block-comments label {
	font-size:16px;
}
.wp-block-comments .wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-comments .wp-block-post-comments-form textarea {
	padding: 10px 15px;
	font-size: 15px;
}
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top:3px;
}
.comment-form input:not([type=submit]),
.comment-form textarea {
	border-radius:5px;
	border:1px solid var(--wp--preset--color--mono-2);
}

/* Remove template margin */
.wp-block-template-part {
	margin-top: 0px !important;
}

@media only screen and (max-width: 768px) {
	/* navigation-004 start */
	.superbthemes-navigation-004 .superbthemes-navigation-004-columns-wrapper .superbthemes-navigation-004-columns-button {
		display: none !important;
	}
	.superbthemes-navigation-004 .superbthemes-navigation-004-columns-wrapper .superbthemes-navigation-004-columns-logo {
		flex-basis: 40% !important;
	}
	.superbthemes-navigation-004 .superbthemes-navigation-004-columns-wrapper .superbthemes-navigation-004-columns-nav {
		flex-basis: 60% !important;
	}
	.superbthemes-navigation-004 .superbthemes-navigation-004-columns-wrapper .superbthemes-navigation-004-columns-nav .wp-block-navigation__container{
		justify-content: end !important;
	}
	.superbthemes-navigation-004 .superbthemes-navigation-004-headline {
		word-break:break-all !important;
	}


	/* features-005 start */
	.superbthemes-features-005 .wp-block-columns .wp-block-column{
		max-width: 48% !important;
		width: 100% !important;
	}

	/* footer-001 start */
	.superbthemes-footer-001 {
		text-align: center;
	}
	.superbthemes-footer-001 ul {
		justify-content: center!important;
	}
}

@media only screen and (max-width: 599px) {
	/* navigation-004 start */
	.superbthemes-navigation-004 .superbthemes-navigation-004-columns-wrapper .superbthemes-navigation-004-columns-nav .wp-block-navigation__container li a {
		font-size:18px;
	}
	.has-modal-open .wp-block-navigation .wp-block-navigation__responsive-dialog {
		justify-content: center !important;
		display: flex;
	}
	.superbthemes-navigation-004 .superbthemes-navigation-004-columns-wrapper .superbthemes-navigation-004-columns-nav .wp-block-navigation__container {
		align-items:center !important;
	}
	.superbthemes-navigation-004 .superbthemes-navigation-004-columns-wrapper .superbthemes-navigation-004-columns-nav {
		flex-basis: 20% !important;
	}
	.superbthemes-navigation-004 .superbthemes-navigation-004-columns-wrapper .superbthemes-navigation-004-columns-logo {
		flex-basis: 80% !important;
	}
	.superbthemes-navigation-004 .superbthemes-navigation-004-columns-wrapper .superbthemes-navigation-004-columns-nav nav {
		justify-content: end !important;
		display:flex !important;
	}
	.superbthemes-navigation-004 .superbthemes-navigation-004-headline {
		font-size:38px !important;
	}

	/* features-005 start */
	.superbthemes-features-005 .wp-block-columns .wp-block-column{
		max-width: 100% !important;
	}
	.superbthemes-features-005 .wp-block-columns .wp-block-column .wp-block-group {
		justify-content: center !important;
		flex-direction: column !important;
		flex-wrap: wrap !important;
		align-items: center !important;
	}


/* Navigation superbthemes navigation two columns */
.superbthemes-navigation-two-columns .superbthemes-navigation-two-columns-left {
	flex-basis: 80% !important;
}
.superbthemes-navigation-two-columns .superbthemes-navigation-two-columns-right {
	flex-basis: 20% !important;
}
.superbthemes-navigation-two-columns .is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
	align-self: center;
}
.superbthemes-navigation-two-columns .is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container li,
.superbthemes-navigation-two-columns .is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container li .wp-block-navigation-item__content {
	align-self: center;
}
}

/* Blog Feed One  */
.blog-feed-one .wp-block-post-featured-image {
	min-width:40% !important;
	width:40%;
}
.blog-feed-one .wp-block-query-pagination-numbers>a,
.blog-feed-one .wp-block-query-pagination-numbers>span {
	border-radius: 3px;
	border:1px solid var(--wp--preset--color--mono-3);
	padding: 5px 10px;
}
.blog-feed-one .wp-block-query-pagination-numbers>span.current {
	opacity: 0.5;
}
.blog-feed-one .wp-block-query-pagination-numbers>span.page-numbers.dots {
	border: 0px;
	padding: 5px 4px;
}
@media only screen and (max-width: 750px) {
	.blog-feed-one .wp-block-post-featured-image {
		min-width:100% !important;
		width:100%;
	}
	.blog-feed-one .has-post-thumbnail .wp-block-group{
		-ms-flex-wrap:wrap !important;
		flex-wrap:wrap !important;
	}
	.blog-feed-one .wp-block-query-pagination-numbers {
		display:none;
	}
}
/* Featured post banner */
@media only screen and (max-width: 781px) {
	.featured-post-banner .wp-block-social-links {
		justify-content: center !important;
	}
	.featured-post-banner .wp-block-post-template .wp-block-group {
		justify-content: center !important;
	}
}


/* Full width page template  */
.page-template-page-full-width .entry-content {
	margin-top: 0px;
}


/* Navigation three */
@media only screen and (max-width: 1024px) {
	.superbthemes-navigation-three .superbthemes-navigation-three-columns-wrapper .superbthemes-navigation-three-columns-button {
		display: none !important;
	}
	.superbthemes-navigation-three .superbthemes-navigation-three-columns-wrapper .superbthemes-navigation-three-columns-logo {
		flex-basis: 40% !important;
	}
	.superbthemes-navigation-three .superbthemes-navigation-three-columns-wrapper .superbthemes-navigation-three-columns-nav {
		flex-basis: 60% !important;
	}
	.superbthemes-navigation-three .superbthemes-navigation-three-columns-wrapper .superbthemes-navigation-three-columns-nav .wp-block-navigation__container{
		justify-content: end !important;
	}
	.superbthemes-navigation-three .superbthemes-navigation-three-headline {
		word-break:break-all !important;
	}
}
@media only screen and (max-width: 599px) {
	.superbthemes-navigation-three .superbthemes-navigation-three-columns-wrapper .superbthemes-navigation-three-columns-nav .wp-block-navigation__container {
		align-items:center !important;
	}
	.superbthemes-navigation-three .superbthemes-navigation-three-columns-wrapper .superbthemes-navigation-three-columns-nav .wp-block-navigation__container li a {
		font-size:18px;
	}
	.superbthemes-navigation-three .superbthemes-navigation-three-columns-wrapper .superbthemes-navigation-three-columns-nav {
		flex-basis: 20% !important;
	}
	.superbthemes-navigation-three .superbthemes-navigation-three-columns-wrapper .superbthemes-navigation-three-columns-logo {
		flex-basis: 80% !important;
	}
	.superbthemes-navigation-three .superbthemes-navigation-three-columns-wrapper .superbthemes-navigation-three-columns-nav nav {
		justify-content: end !important;
		display:flex !important;
	}
	.superbthemes-navigation-three .superbthemes-navigation-three-headline {
		font-size:38px !important;
	}
}


/* Author bio pattern  */
@media only screen and (min-width: 600px) {
	.author-introduction-pattern .wp-block-media-text .wp-block-media-text__content {
		padding:0 4%;
	}
}
@media only screen and (max-width: 600px) {
	.author-introduction-pattern .wp-block-media-text  {
		text-align:center;
	}
	.author-introduction-pattern .wp-block-media-text__media{
		text-align:center;
	}
	.author-introduction-pattern .wp-block-media-text__media img{
		max-width: 100px;
	}
}


/* Navigation four  */
@media only screen and (max-width: 781px) {
	.superbthemes-navigation-four-wrapper .superbthemes-navigation-four-top {
		text-align:center;
	}
}
@media only screen and (max-width: 599px) {
	.superbthemes-navigation-four-wrapper .wp-block-navigation__container li a {
		font-size:18px;
	}
}


/* ========== CHIBA GROUP custom styles ========== */

/* Services grid */
.chiba-services-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1024px) {
	.chiba-services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media only screen and (max-width: 600px) {
	.chiba-services-grid { grid-template-columns: 1fr; }
}
.chiba-service-card {
	background: rgba(201, 169, 97, 0.04);
	border: 1px solid rgba(201, 169, 97, 0.15);
	border-radius: 4px;
	padding: 36px 28px;
	transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.chiba-service-card:hover {
	background: rgba(201, 169, 97, 0.08);
	border-color: rgba(201, 169, 97, 0.35);
	transform: translateY(-2px);
}
.chiba-service-icon {
	color: #c9a961;
	margin-bottom: 22px;
	display: flex;
}
.chiba-service-title {
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 12px 0;
}
.chiba-service-text {
	color: rgba(255, 255, 255, 0.65);
	font-size: 14.5px;
	line-height: 1.65;
	margin: 0;
}

/* Why us */
.chiba-why-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}
@media only screen and (max-width: 768px) {
	.chiba-why-grid { grid-template-columns: 1fr; }
}
.chiba-why-card {
	display: flex;
	gap: 22px;
	padding: 30px 28px;
	background: rgba(255, 255, 255, 0.03);
	border-left: 2px solid #c9a961;
	border-radius: 2px;
}
.chiba-why-number {
	color: #c9a961;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1;
	font-family: serif;
	flex-shrink: 0;
}
.chiba-why-body h3 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 8px 0;
	line-height: 1.3;
}
.chiba-why-body p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
}

/* Contact CTA email pills */
.chiba-email-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.chiba-email-list a {
	display: inline-block;
	padding: 11px 20px;
	background: rgba(201, 169, 97, 0.08);
	border: 1px solid rgba(201, 169, 97, 0.3);
	border-radius: 999px;
	color: #c9a961;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.3px;
	transition: background 0.25s ease, color 0.25s ease;
}
.chiba-email-list a:hover {
	background: #c9a961;
	color: #0a1828;
}

/* International section overlay text */
.chiba-international-content {
	max-width: 620px;
}

/* Reset taxi-specific dark surface on hero nav for premium feel */
.chiba-hero .wp-block-cover__inner-container > header {
	background: transparent !important;
}

/* Kompaktare hero – mindre luft mellan header och rubrik.
   1) Cover-blocket vertikal-centrerar normalt sitt innehåll → vi tvingar
      align-items: flex-start så headern + hero-texten klistras mot toppen.
   2) WordPress block-gap (1.5rem via --wp--style--block-gap) lägger
      margin-top på varje block efter det första via :is-layout-flow > * + *.
      Det ger ett osynligt 24px-gap mellan headern och chiba-section. Vi
      nollar block-gap inne i hero så bara våra explicita padding gäller. */
.wp-block-cover.chiba-hero {
	min-height: 460px !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
}
.chiba-hero > .wp-block-cover__inner-container {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	width: 100%;
	align-self: stretch;
	--wp--style--block-gap: 0 !important;
}
.chiba-hero > .wp-block-cover__inner-container > * + * {
	margin-top: 0 !important;
	margin-block-start: 0 !important;
}
.chiba-hero .chiba-section {
	padding-top: 64px !important;
	padding-bottom: 88px !important;
}
/* Dra in headerns bottenpadding inuti hero så loggan inte skjuter ner texten. */
.chiba-hero .chiba-nav {
	padding-bottom: 4px !important;
	padding-top: 10px !important;
	margin-bottom: 0 !important;
}
@media only screen and (max-width: 900px) {
	.wp-block-cover.chiba-hero { min-height: 360px !important; }
	.chiba-hero .chiba-section {
		padding-top: 40px !important;
		padding-bottom: 60px !important;
	}
	.chiba-hero .chiba-nav {
		padding-top: 10px !important;
		padding-bottom: 4px !important;
		padding-left: 18px !important;
		padding-right: 18px !important;
	}
	/* Hero-typografi: mindre titel + tightare radhöjd för långa svenska ord */
	.chiba-hero-title {
		font-size: clamp(26px, 7vw, 36px) !important;
		line-height: 1.15 !important;
		word-break: break-word;
		hyphens: auto;
	}
	.chiba-hero-subtitle {
		font-size: 15px !important;
		line-height: 1.5 !important;
	}
	.chiba-hero-body {
		font-size: 14px !important;
		line-height: 1.55 !important;
	}
	.chiba-eyebrow, .chiba-eyebrow--center {
		font-size: 11px !important;
		letter-spacing: 2px !important;
	}
	.chiba-hero-buttons {
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}
	.chiba-hero-buttons .chiba-btn {
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 480px) {
	.chiba-hero-title { font-size: clamp(22px, 8vw, 30px) !important; }
}


/* ========== Om oss page styles ========== */

/* Method cards (Vårt arbetssätt) */
.chiba-method-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
@media only screen and (max-width: 768px) {
	.chiba-method-grid { grid-template-columns: 1fr; }
}
.chiba-method-card {
	padding: 40px 36px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(201, 169, 97, 0.12);
	border-radius: 4px;
	transition: background 0.3s ease, border-color 0.3s ease;
}
.chiba-method-card:hover {
	background: rgba(201, 169, 97, 0.05);
	border-color: rgba(201, 169, 97, 0.3);
}
.chiba-method-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 22px;
}
.chiba-method-num {
	color: rgba(201, 169, 97, 0.85);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
}
.chiba-method-icon {
	color: #c9a961;
	display: flex;
}
.chiba-method-title {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 14px 0;
}
.chiba-method-text {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15.5px;
	line-height: 1.7;
	margin: 0;
}

/* Verksamhetsområden list */
.chiba-areas-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: rgba(201, 169, 97, 0.18);
	border: 1px solid rgba(201, 169, 97, 0.18);
	border-radius: 3px;
	overflow: hidden;
}
@media only screen and (max-width: 900px) {
	.chiba-areas-list { grid-template-columns: repeat(2, 1fr); }
}
@media only screen and (max-width: 560px) {
	.chiba-areas-list { grid-template-columns: 1fr; }
}
.chiba-areas-item {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 26px 28px;
	background: #0a1828;
	transition: background 0.25s ease;
}
.chiba-areas-item:hover {
	background: #12253c;
}
.chiba-areas-num {
	color: #c9a961;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	min-width: 24px;
}
.chiba-areas-label {
	color: rgba(255, 255, 255, 0.85);
	font-size: 15.5px;
	font-weight: 500;
	line-height: 1.4;
}

/* Partner bullets */
.chiba-partner-bullets {
	list-style: none;
	margin: 0;
	padding: 0;
}
.chiba-partner-bullets li {
	position: relative;
	padding: 12px 0 12px 32px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 15.5px;
	line-height: 1.65;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.chiba-partner-bullets li:last-child { border-bottom: 0; }
.chiba-partner-bullets li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 22px;
	width: 16px;
	height: 1px;
	background: #c9a961;
}


/* ========== Tjänster page styles ========== */

/* 3-column variant of services grid (for 9-card layout on Tjänster) */
.chiba-services-grid--three { grid-template-columns: repeat(3, 1fr); }
@media only screen and (max-width: 1024px) {
	.chiba-services-grid--three { grid-template-columns: repeat(2, 1fr); }
}
@media only screen and (max-width: 600px) {
	.chiba-services-grid--three { grid-template-columns: 1fr; }
}

/* Service card with link variant - taller padding, link at bottom */
.chiba-service-card--linked {
	display: flex;
	flex-direction: column;
	padding: 40px 32px;
}
.chiba-service-card--linked .chiba-service-text {
	flex-grow: 1;
	margin-bottom: 24px;
}
.chiba-service-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #c9a961;
	font-size: 13.5px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-decoration: none;
	margin-top: auto;
	transition: gap 0.25s ease, color 0.25s ease;
}
.chiba-service-link:hover {
	gap: 12px;
	color: #e0c585;
}

/* Process timeline */
.chiba-process {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	position: relative;
}
.chiba-process::before {
	content: '';
	position: absolute;
	top: 28px;
	left: 8%;
	right: 8%;
	height: 1px;
	background: linear-gradient(to right, rgba(201,169,97,0) 0%, rgba(201,169,97,0.4) 20%, rgba(201,169,97,0.4) 80%, rgba(201,169,97,0) 100%);
	z-index: 0;
}
@media only screen and (max-width: 900px) {
	.chiba-process { grid-template-columns: repeat(2, 1fr); }
	.chiba-process::before { display: none; }
}
@media only screen and (max-width: 560px) {
	.chiba-process { grid-template-columns: 1fr; gap: 28px; }
}
.chiba-process-step {
	position: relative;
	z-index: 1;
	text-align: center;
}
.chiba-process-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #0a1828;
	border: 1px solid rgba(201, 169, 97, 0.4);
	color: #c9a961;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.5px;
	margin: 0 auto 24px auto;
}
.chiba-process-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 12px 0;
	line-height: 1.3;
}
.chiba-process-text {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}

/* Trust grid (Varför välja oss) */
.chiba-trust-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}
@media only screen and (max-width: 768px) {
	.chiba-trust-grid { grid-template-columns: 1fr; }
}
.chiba-trust-item {
	display: flex;
	gap: 22px;
	padding: 32px 30px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(201, 169, 97, 0.12);
	border-radius: 4px;
	transition: background 0.3s ease, border-color 0.3s ease;
}
.chiba-trust-item:hover {
	background: rgba(201, 169, 97, 0.05);
	border-color: rgba(201, 169, 97, 0.3);
}
.chiba-trust-marker {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(201, 169, 97, 0.12);
	color: #c9a961;
	display: flex;
	align-items: center;
	justify-content: center;
}
.chiba-trust-title {
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 10px 0;
	line-height: 1.35;
}
.chiba-trust-text {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}


/* ========== Kontakta oss page styles ========== */

/* Contact cards grid (5 cards) */
.chiba-contact-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
@media only screen and (max-width: 1024px) {
	.chiba-contact-cards { grid-template-columns: repeat(2, 1fr); }
}
@media only screen and (max-width: 600px) {
	.chiba-contact-cards { grid-template-columns: 1fr; }
}
.chiba-contact-card {
	padding: 32px 28px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(201, 169, 97, 0.14);
	border-radius: 4px;
	transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
	display: flex;
	flex-direction: column;
}
.chiba-contact-card:hover {
	background: rgba(201, 169, 97, 0.06);
	border-color: rgba(201, 169, 97, 0.35);
	transform: translateY(-2px);
}
.chiba-contact-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
}
.chiba-contact-icon {
	color: #c9a961;
	display: flex;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(201, 169, 97, 0.12);
	align-items: center;
	justify-content: center;
}
.chiba-contact-eyebrow {
	color: rgba(201, 169, 97, 0.85);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}
.chiba-contact-title {
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 10px 0;
}
.chiba-contact-text {
	color: rgba(255, 255, 255, 0.65);
	font-size: 14.5px;
	line-height: 1.65;
	margin: 0 0 22px 0;
	flex-grow: 1;
}
.chiba-contact-email {
	color: #c9a961;
	font-size: 14.5px;
	font-weight: 500;
	text-decoration: none;
	padding-top: 14px;
	border-top: 1px solid rgba(201, 169, 97, 0.18);
	transition: color 0.25s ease;
}
.chiba-contact-email:hover {
	color: #e0c585;
}

/* Contact form */
.chiba-form {
	display: flex;
	flex-direction: column;
	gap: 22px;
}
.chiba-form-row--two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
}
@media only screen and (max-width: 600px) {
	.chiba-form-row--two { grid-template-columns: 1fr; }
}
.chiba-form-field { display: flex; flex-direction: column; }
.chiba-form-field label {
	color: rgba(255, 255, 255, 0.75);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
}
.chiba-req { color: #c9a961; }
.chiba-form-field input,
.chiba-form-field select,
.chiba-form-field textarea {
	width: 100%;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(201, 169, 97, 0.18);
	border-radius: 3px;
	color: #ffffff;
	font-size: 15px;
	font-family: inherit;
	padding: 13px 16px;
	transition: border-color 0.25s ease, background 0.25s ease;
	box-sizing: border-box;
}
.chiba-form-field textarea {
	resize: vertical;
	min-height: 140px;
	line-height: 1.6;
}
.chiba-form-field select {
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%23c9a961' stroke-width='1.5'><path d='M1 1.5L6 6.5L11 1.5'/></svg>");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 44px;
}
.chiba-form-field input:focus,
.chiba-form-field select:focus,
.chiba-form-field textarea:focus {
	outline: none;
	border-color: rgba(201, 169, 97, 0.6);
	background: rgba(201, 169, 97, 0.04);
}
.chiba-form-field input::placeholder,
.chiba-form-field textarea::placeholder {
	color: rgba(255, 255, 255, 0.35);
}
.chiba-form-consent {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 4px;
}
.chiba-form-consent input[type="checkbox"] {
	margin-top: 4px;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	accent-color: #c9a961;
}
.chiba-form-consent label {
	color: rgba(255, 255, 255, 0.6);
	font-size: 13.5px;
	line-height: 1.55;
}
.chiba-form-submit {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	align-self: flex-start;
	background: #c9a961;
	color: #0a1828;
	border: none;
	border-radius: 3px;
	padding: 15px 32px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 8px;
	transition: background 0.25s ease, transform 0.25s ease;
	font-family: inherit;
}
.chiba-form-submit:hover {
	background: #d6b56e;
	transform: translateY(-1px);
}
.chiba-form-submit:active { transform: translateY(0); }

/* Contact persons */
.chiba-persons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}
@media only screen and (max-width: 700px) {
	.chiba-persons { grid-template-columns: 1fr; }
}
.chiba-person {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 36px 30px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(201, 169, 97, 0.14);
	border-radius: 4px;
	transition: background 0.3s ease, border-color 0.3s ease;
}
.chiba-person:hover {
	background: rgba(201, 169, 97, 0.05);
	border-color: rgba(201, 169, 97, 0.3);
}
.chiba-person-avatar {
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(201, 169, 97, 0.12);
	border: 1px solid rgba(201, 169, 97, 0.35);
	color: #c9a961;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.chiba-person-name {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 4px 0;
	line-height: 1.3;
}
.chiba-person-role {
	color: rgba(255, 255, 255, 0.5);
	font-size: 13px;
	letter-spacing: 0.5px;
	margin: 0 0 12px 0;
}
.chiba-person-phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #c9a961;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.25s ease;
}
.chiba-person-phone:hover { color: #e0c585; }

/* Address block + map */
.chiba-address-block {
	display: flex;
	flex-direction: column;
}
.chiba-address-line {
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 1.7;
}
.chiba-address-line--strong {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 4px;
}
.chiba-address-line--muted { color: rgba(255, 255, 255, 0.45); }
.chiba-address-divider {
	height: 1px;
	background: rgba(201, 169, 97, 0.2);
	margin: 28px 0;
	max-width: 80px;
}
.chiba-address-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #c9a961;
	font-size: 14.5px;
	font-weight: 500;
	text-decoration: none;
	padding: 8px 0;
	transition: color 0.25s ease;
}
.chiba-address-link:hover { color: #e0c585; }
.chiba-map-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 380px;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid rgba(201, 169, 97, 0.18);
}
.chiba-map-wrap iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	filter: grayscale(0.4) contrast(1.05);
}

/* Routes list */
.chiba-routes {
	margin: 0;
	border-top: 1px solid rgba(201, 169, 97, 0.15);
}
.chiba-routes-row {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 24px;
	padding: 22px 0;
	border-bottom: 1px solid rgba(201, 169, 97, 0.15);
}
@media only screen and (max-width: 560px) {
	.chiba-routes-row { grid-template-columns: 1fr; gap: 4px; padding: 18px 0; }
}
.chiba-routes-topic {
	color: rgba(255, 255, 255, 0.82);
	font-size: 15.5px;
	font-weight: 500;
	margin: 0;
}
.chiba-routes-email { margin: 0; }
.chiba-routes-email a {
	color: #c9a961;
	font-size: 14.5px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.2px;
	transition: color 0.25s ease;
}
.chiba-routes-email a:hover { color: #e0c585; }


/* ========== Language dropdown (flagga + namn) ========== */
.chiba-lang-dropdown {
	position: relative;
	display: inline-block;
}
.chiba-lang-dropdown > summary { list-style: none; }
.chiba-lang-dropdown > summary::-webkit-details-marker { display: none; }
.chiba-lang-dropdown > summary::marker { content: ''; }

.chiba-lang-trigger {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 14px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	cursor: pointer;
	user-select: none;
	transition: background 0.2s ease, border-color 0.2s ease;
}
.chiba-lang-trigger:hover {
	background: rgba(201, 169, 97, 0.12);
	border-color: rgba(201, 169, 97, 0.35);
}
.chiba-lang-dropdown[open] > .chiba-lang-trigger {
	background: rgba(201, 169, 97, 0.15);
	border-color: rgba(201, 169, 97, 0.45);
}
.chiba-lang-flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 16px;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
	flex-shrink: 0;
}
.chiba-lang-flag svg {
	width: 100%;
	height: 100%;
	display: block;
}
.chiba-lang-code { color: inherit; }
.chiba-lang-chevron {
	color: rgba(255, 255, 255, 0.55);
	transition: transform 0.2s ease;
}
.chiba-lang-dropdown[open] .chiba-lang-chevron {
	transform: rotate(180deg);
}

.chiba-lang-menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	margin: 0;
	padding: 6px;
	list-style: none;
	background: #0e1d30;
	border: 1px solid rgba(201, 169, 97, 0.2);
	border-radius: 6px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
	min-width: 200px;
	z-index: 100;
}
.chiba-lang-menu li { margin: 0; }
.chiba-lang-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 12px;
	border-radius: 4px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: background 0.18s ease, color 0.18s ease;
}
.chiba-lang-item:hover {
	background: rgba(201, 169, 97, 0.12);
	color: #ffffff;
}
.chiba-lang-item.is-active {
	background: rgba(201, 169, 97, 0.18);
	color: #c9a961;
	cursor: default;
}
.chiba-lang-name { flex: 1; }
.chiba-lang-short {
	color: rgba(255, 255, 255, 0.4);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.5px;
}
.chiba-lang-item.is-active .chiba-lang-short { color: rgba(201, 169, 97, 0.6); }

@media only screen and (max-width: 600px) {
	.chiba-lang-trigger { padding: 6px 10px; font-size: 11px; gap: 8px; }
	.chiba-lang-menu { min-width: 180px; right: -10px; }
}


/* ========== Chiba header row (brand + nav + lang) ========== */
.chiba-header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	flex-wrap: wrap;
}
.chiba-brand {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	text-decoration: none;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
}
.chiba-brand-has-logo {
	letter-spacing: 0;
}
.chiba-logo {
	display: block;
	height: var(--chiba-logo-height, 56px);
	width: auto;
	max-width: calc(var(--chiba-logo-height, 56px) * 5);
	object-fit: contain;
}
@media only screen and (max-width: 600px) {
	.chiba-logo {
		height: var(--chiba-logo-height-mobile, 44px);
		max-width: calc(var(--chiba-logo-height-mobile, 44px) * 4.5);
	}
}
.chiba-primary-nav {
	display: flex;
	align-items: center;
	gap: 32px;
	flex: 1;
	justify-content: flex-end;
	margin-right: 8px;
}
.chiba-primary-nav a {
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.3px;
	text-decoration: none;
	transition: color 0.2s ease;
}
.chiba-primary-nav a:hover {
	color: #c9a961;
}
.chiba-nav-wrap {
	display: contents;
}

/* Hamburger – dold på desktop */
.chiba-hamburger {
	display: none;
	background: transparent;
	border: 0;
	padding: 10px 6px;
	margin-left: auto;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.chiba-hamburger-bar {
	display: block;
	width: 26px;
	height: 2px;
	background: #ffffff;
	margin: 6px 0;
	border-radius: 2px;
	transform-origin: center;
	transition: transform 0.25s ease, opacity 0.2s ease;
}
.chiba-nav-close { display: none; }
.chiba-nav-backdrop { display: none; }
.chiba-mobile-lang-list { display: none; }

/* Mobil: nav blir slide-in från höger */
@media only screen and (max-width: 900px) {
	.chiba-header-row { gap: 12px; }
	.chiba-hamburger { display: block; }

	.chiba-nav-wrap {
		display: flex !important;
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: min(82vw, 320px);
		max-height: 100vh;
		max-height: 100dvh;
		padding: 60px 22px 24px;
		background: #0e1217;
		box-shadow: -24px 0 60px rgba(0, 0, 0, 0.45);
		transform: translateX(100%);
		transition: transform 0.3s ease;
		z-index: 10000;
		overflow-y: auto;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
	}
	body.chiba-nav-open .chiba-nav-wrap { transform: translateX(0); }

	.chiba-nav-close {
		display: block;
		position: absolute;
		top: 14px;
		right: 14px;
		width: 36px;
		height: 36px;
		font-size: 28px;
		line-height: 1;
		background: transparent;
		color: #ffffff;
		border: 0;
		cursor: pointer;
		padding: 0;
	}

	.chiba-nav-wrap .chiba-primary-nav {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
		flex: 0 0 auto;
		margin: 0;
		width: 100%;
		justify-content: flex-start;
	}
	.chiba-nav-wrap .chiba-primary-nav a {
		font-size: 17px;
		color: #ffffff;
		padding: 2px 0;
	}
	/* Desktop-dropdown göms i mobilpanelen – ersatt av platt lista nedan. */
	.chiba-nav-wrap .chiba-lang-dropdown { display: none !important; }

	/* Platt språk-lista i mobilpanelen */
	.chiba-mobile-lang-list {
		list-style: none;
		margin: 8px 0 0;
		padding: 14px 0 0;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		display: flex;
		flex-direction: column;
		gap: 4px;
		flex: 0 0 auto;
		width: 100%;
	}
	.chiba-mobile-lang-list li { margin: 0; padding: 0; }
	.chiba-mobile-lang-item {
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 10px 12px;
		border-radius: 6px;
		color: rgba(255, 255, 255, 0.85);
		font-size: 14px;
		font-weight: 500;
		text-decoration: none;
		background: rgba(255, 255, 255, 0.04);
		transition: background 0.18s ease, color 0.18s ease;
	}
	.chiba-mobile-lang-item:hover { background: rgba(201, 169, 97, 0.14); color: #ffffff; }
	.chiba-mobile-lang-item.is-active {
		background: rgba(201, 169, 97, 0.2);
		color: #c9a961;
		cursor: default;
	}
	.chiba-mobile-lang-name { flex: 1; }
	.chiba-mobile-lang-list .chiba-lang-flag { width: 22px; height: 16px; }

	.chiba-nav-backdrop {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.55);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.3s ease;
		z-index: 9999;
	}
	.chiba-nav-backdrop:not([hidden]) {
		opacity: 1;
		pointer-events: auto;
	}
	body.chiba-nav-open { overflow: hidden; }

	/* Hamburger → X-animation när öppen */
	body.chiba-nav-open .chiba-hamburger-bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
	body.chiba-nav-open .chiba-hamburger-bar:nth-child(2) { opacity: 0; }
	body.chiba-nav-open .chiba-hamburger-bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}
@media only screen and (max-width: 600px) {
	.chiba-brand { font-size: 16px; letter-spacing: 1.5px; }
}


/* ========== Chiba footer ========== */
.chiba-footer-grid {
	display: grid;
	grid-template-columns: 34% 22% 44%;
	gap: 48px;
	margin-bottom: 60px;
}
@media only screen and (max-width: 900px) {
	.chiba-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
	.chiba-footer-col-brand { grid-column: span 2; }
}
@media only screen and (max-width: 600px) {
	.chiba-footer-grid { grid-template-columns: 1fr; gap: 32px; }
	.chiba-footer-col-brand { grid-column: span 1; }
}
.chiba-footer-brand {
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1.5px;
	margin: 0 0 20px 0;
}
.chiba-footer-intro {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	line-height: 1.75;
	margin: 0 0 22px 0;
}
.chiba-footer-address {
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-style: normal;
	line-height: 1.7;
}
.chiba-footer-heading {
	color: #c9a961;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 22px 0;
}
.chiba-footer-links,
.chiba-footer-contact {
	list-style: none;
	padding: 0;
	margin: 0;
}
.chiba-footer-links li {
	font-size: 14px;
	line-height: 2.1;
}
.chiba-footer-links a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: color 0.2s ease;
}
.chiba-footer-links a:hover { color: #c9a961; }
.chiba-footer-contact li {
	font-size: 14px;
	line-height: 2.1;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.chiba-footer-contact-label {
	display: inline-block;
	min-width: 90px;
	color: rgba(255, 255, 255, 0.45);
}
.chiba-footer-contact a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.2s ease;
}
.chiba-footer-contact a:hover { color: #c9a961; }
.chiba-footer-bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.45);
	font-size: 13px;
}
.chiba-footer-bottom p { margin: 0; }
.chiba-footer-bottom-links { display: flex; gap: 30px; }
.chiba-footer-bottom-links a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}
.chiba-footer-bottom-links a:hover { color: #c9a961; }

/* RTL footer adjustments */
html[dir="rtl"] .chiba-footer-contact li { flex-direction: row-reverse; }
html[dir="rtl"] .chiba-footer-bottom { flex-direction: row-reverse; }


/* ========== CHIBA shared helpers (used by translatable patterns) ========== */
.chiba-eyebrow {
	color: #c9a961;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin: 0;
}
.chiba-eyebrow--center { text-align: center; }
.chiba-eyebrow--white {
	color: rgba(255, 255, 255, 0.55);
}
.chiba-hero-title {
	color: #ffffff;
	font-size: clamp(36px, 5.5vw, 60px);
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
	margin: 20px 0 28px 0;
}
.chiba-hero-body {
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
	margin: 0 0 44px 0;
}
.chiba-hero-subtitle {
	color: rgba(255, 255, 255, 0.85);
	font-size: 19px;
	font-weight: 400;
	line-height: 1.55;
	text-align: center;
	margin: 0 0 22px 0;
}
.chiba-hero-buttons {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}
.chiba-btn {
	display: inline-block;
	padding: 16px 34px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
	border: 1px solid transparent;
}
.chiba-btn--primary {
	background: #c9a961;
	color: #0a1828;
}
.chiba-btn--primary:hover {
	background: #d6b56e;
	transform: translateY(-1px);
}
.chiba-btn--ghost {
	background: transparent;
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.45);
}
.chiba-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.7);
}

/* Section helpers */
.chiba-section {
	padding: 110px 24px;
}
.chiba-section--dark    { background: #0a1828; }
.chiba-section--darker  { background: #08131f; }
.chiba-section--cta {
	background: #0a1828;
	border-top: 1px solid rgba(201,169,97,0.18);
}

/* ========== Chiba FAQ – Vanliga frågor ========== */
.chiba-section--faq {
	background: #0a1828;
	padding-top: 96px;
	padding-bottom: 104px;
}
.chiba-faq-intro {
	text-align: center;
	margin-bottom: 56px;
}
.chiba-faq-intro .chiba-section-title { margin-top: 14px; margin-bottom: 18px; }
.chiba-faq-intro .chiba-section-body { max-width: 760px; margin: 0 auto; }

.chiba-faq-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.chiba-faq-item {
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	overflow: hidden;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.chiba-faq-item:hover {
	border-color: rgba(201, 169, 97, 0.28);
}
.chiba-faq-item[open] {
	background: rgba(201, 169, 97, 0.06);
	border-color: rgba(201, 169, 97, 0.4);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}
/* Dölj default-pilen från <summary> */
.chiba-faq-question {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 26px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.1px;
}
.chiba-faq-question::-webkit-details-marker { display: none; }
.chiba-faq-question::marker { content: ''; }
.chiba-faq-question-text { flex: 1; }
.chiba-faq-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.7);
	flex-shrink: 0;
	transition: transform 0.25s ease, background-color 0.2s ease, color 0.2s ease;
}
.chiba-faq-item[open] .chiba-faq-icon {
	transform: rotate(180deg);
	background: rgba(201, 169, 97, 0.18);
	color: #c9a961;
}
.chiba-faq-answer {
	padding: 0 26px 24px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 1.75;
}
.chiba-faq-answer p {
	margin: 0;
}
.chiba-faq-answer p + p {
	margin-top: 12px;
}

@media only screen and (max-width: 700px) {
	.chiba-section--faq { padding-top: 64px; padding-bottom: 72px; }
	.chiba-faq-intro { margin-bottom: 36px; }
	.chiba-faq-question { padding: 18px 20px; font-size: 15.5px; gap: 12px; }
	.chiba-faq-icon { width: 28px; height: 28px; }
	.chiba-faq-answer { padding: 0 20px 20px; font-size: 14.5px; line-height: 1.7; }
	.chiba-faq-list { gap: 10px; }
}
.chiba-section-inner {
	max-width: 1180px;
	margin: 0 auto;
}
.chiba-section-inner--narrow { max-width: 860px; }
.chiba-section-inner--medium { max-width: 1100px; }
.chiba-section-inner--wide   { max-width: 1240px; }
.chiba-section-title {
	color: #ffffff;
	font-size: clamp(28px, 3.6vw, 42px);
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	margin: 16px 0 20px 0;
}
.chiba-section-title--left { text-align: left; margin-top: 18px; margin-bottom: 24px; }
.chiba-section-body {
	color: rgba(255, 255, 255, 0.75);
	font-size: 17px;
	line-height: 1.8;
	text-align: center;
	margin: 0 0 0 0;
}
.chiba-section-body--left { text-align: left; }
.chiba-section-subtitle {
	color: rgba(255, 255, 255, 0.7);
	font-size: 17px;
	line-height: 1.7;
	text-align: center;
	margin: 0 0 64px 0;
}
.chiba-divider {
	height: 1px;
	background: rgba(201, 169, 97, 0.25);
	border: 0;
	margin: 64px 0 56px 0;
}

/* Pillars (intro 3-column) */
.chiba-pillars {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
@media only screen and (max-width: 768px) {
	.chiba-pillars { grid-template-columns: 1fr; gap: 28px; }
}
.chiba-pillar-label {
	color: #c9a961;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
}
.chiba-pillar-text {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	line-height: 1.7;
	margin: 12px 0 0 0;
}

/* Two-column (image + text) */
.chiba-two-col {
	display: grid;
	grid-template-columns: 42% 58%;
	gap: 60px;
	align-items: center;
}
.chiba-two-col--reverse {
	grid-template-columns: 56% 44%;
}
@media only screen and (max-width: 900px) {
	/* Tvingad enkel kolumn på mobil – `!important` behövs för att övervinna
	   inline-stilarna (grid-template-columns:NN% NN%) som ligger direkt på
	   .chiba-two-col i pattern-filerna (about-*, contact-form, contact-map). */
	.chiba-two-col,
	.chiba-two-col--reverse {
		grid-template-columns: 1fr !important;
		gap: 32px !important;
		align-items: stretch !important;
	}
	.chiba-two-col > *,
	.chiba-two-col--reverse > * {
		min-width: 0;       /* tillåt textwrap inuti grid-items */
		max-width: 100%;
	}
	/* Säkerhetsnät: sektioner får aldrig orsaka horisontell sidoscroll på mobil. */
	.chiba-section { overflow-x: clip; }
	.chiba-section-inner { width: 100%; max-width: 100%; }
	/* Karta får inte krympa till 0 vid kolumnkollaps – ge den en garanterad höjd. */
	.chiba-map-wrap { min-height: 280px; }

	/* Tightare vertikal padding på alla innehållssektioner (ex. tjänster, om-oss).
	   Default är 110px topp/botten – på mobil är det överdrivet och stjäl yta.
	   Hero-sektionerna (.chiba-hero .chiba-section) har egna mer specifika regler
	   längre upp i filen, så de berörs inte trots !important här. */
	.chiba-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.chiba-section--cta,
	.chiba-section--faq {
		padding-top: 72px;
		padding-bottom: 80px;
	}

	/* Tightare kort på tjänstesidan – mindre padding så de inte ser ihåliga ut */
	.chiba-service-card { padding: 28px 22px !important; }
	.chiba-trust-item { padding: 24px 22px !important; gap: 16px !important; }
	.chiba-process-num { width: 48px; height: 48px; margin-bottom: 18px; }
	.chiba-process-title { font-size: 17px; }
	.chiba-process-text { font-size: 14.5px; line-height: 1.65; }
	.chiba-service-title { font-size: 18px; }
	.chiba-service-text { font-size: 14.5px; line-height: 1.65; }
	.chiba-section-subtitle { font-size: 15px; margin-bottom: 40px !important; }

	/* Bryt långa svenska sammansättningar i rubriker och kroppstexter */
	.chiba-section-title,
	.chiba-service-title,
	.chiba-trust-title,
	.chiba-process-title {
		word-break: break-word;
		hyphens: auto;
	}
}
@media only screen and (max-width: 600px) {
	.chiba-section { padding-left: 18px; padding-right: 18px; }
	.chiba-section-title { font-size: clamp(24px, 6.5vw, 32px) !important; }
	.chiba-section-body { font-size: 15px !important; line-height: 1.7 !important; }
}
/* Global säkerhet: hindra hela dokumentet från att horisontalscrolla.
   Om något pattern råkar exportera en bredd > viewport visas det inte
   som en svart scrollbalk under sidan. */
html, body { overflow-x: hidden; max-width: 100vw; }
.chiba-two-col img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	display: block;
}

/* Stats row */
.chiba-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 60px;
}
@media only screen and (max-width: 768px) {
	.chiba-stats { grid-template-columns: repeat(2, 1fr); gap: 36px; }
}
.chiba-stat-value {
	color: #c9a961;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
}
.chiba-stat-label {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	line-height: 1.6;
	margin: 10px 0 0 0;
}

/* International stat row */
.chiba-int-cols {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 620px;
}
@media only screen and (max-width: 600px) {
	.chiba-int-cols { grid-template-columns: 1fr; gap: 18px; }
}
.chiba-int-label {
	color: #c9a961;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
}
.chiba-int-value {
	color: rgba(255, 255, 255, 0.75);
	font-size: 15px;
	line-height: 1.6;
	margin: 6px 0 0 0;
}

/* Address + map (already had .chiba-address-* — adding wrapper) */


/* ========== Tjänster: media service cards (12-card grid) ========== */
.chiba-service-card--media {
	padding: 0;
	overflow: hidden;
}
.chiba-service-media {
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: rgba(201, 169, 97, 0.08);
}
.chiba-service-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}
.chiba-service-card--media:hover .chiba-service-media img {
	transform: scale(1.05);
}
.chiba-service-card--media .chiba-service-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 30px 30px 32px;
}
.chiba-service-card--media .chiba-service-text {
	flex-grow: 1;
	margin-bottom: 22px;
}
@media only screen and (max-width: 600px) {
	.chiba-service-card--media .chiba-service-body { padding: 24px 22px 26px; }
}
