@import "tailwindcss";

:root {
	--navy: #053f25; /* deep green anchor */
	--navy-deep: #3c6551; /* richer mid-green for gradients */
	--blue: #5c6e38; /* olive-green accent, replaces blue accent */
	--sky: #edeee9; /* light neutral bg, replaces light-blue bg */
	--sky-2: #d6c59b; /* light warm tint for secondary bg/hover */
	--gold: #c5a865; /* gold role */
	--ink: #053f25; /* dark green text */
	--muted: #3e6752; /* muted sage-grey replacement */
	--line: #b8c3ba; /* light green-grey border tone */
	--white: #ffffff;
}

* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 88px;
}
body {
	margin: 0;
	background: #fbfdfd;
	color: var(--ink);
	font-family: Arial, Helvetica, sans-serif;
}
button,
input,
textarea {
	font: inherit;
}
button,
a {
	-webkit-tap-highlight-color: transparent;
}
button {
	cursor: pointer;
}
a {
	color: inherit;
	text-decoration: none;
}

.welcome-screen {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: grid;
	place-items: center;
	overflow: hidden;
	background: #071f2e;
	transition: visibility 0.2s linear 1.15s;
}
.welcome-screen::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(
			circle at 50% 42%,
			rgba(61, 118, 143, 0.2),
			transparent 34%
		),
		linear-gradient(
			90deg,
			transparent calc(50% - 1px),
			rgba(213, 180, 111, 0.62) 50%,
			transparent calc(50% + 1px)
		);
}
.door {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50.2%;
	background-color: #0a2d40;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		radial-gradient(
			circle at 50% 45%,
			#17465c 0%,
			#0b3044 52%,
			#071f2e 100%
		);
	background-size:
		72px 72px,
		72px 72px,
		auto;
	border: 1px solid rgba(255, 255, 255, 0.06);
	transition: transform 1.15s cubic-bezier(0.75, 0, 0.2, 1);
}
.door::before {
	content: "";
	position: absolute;
	inset: 4.5%;
	border: 1px solid rgba(213, 180, 111, 0.2);
	box-shadow:
		inset 0 0 80px rgba(0, 0, 0, 0.16),
		0 0 0 1px rgba(255, 255, 255, 0.025);
}
.door::after {
	content: "";
	position: absolute;
	top: 12%;
	bottom: 12%;
	width: 1px;
	background: linear-gradient(
		transparent,
		rgba(213, 180, 111, 0.52),
		transparent
	);
}
.door--left {
	left: 0;
	transform-origin: left;
}
.door--right {
	right: 0;
	transform-origin: right;
}
.door--left::after {
	right: 5%;
}
.door--right::after {
	left: 5%;
}
.welcome-screen--open {
	visibility: hidden;
}
.welcome-screen--open .door--left {
	transform: perspective(900px) rotateY(92deg);
}
.welcome-screen--open .door--right {
	transform: perspective(900px) rotateY(-92deg);
}
.welcome-screen--open .welcome-content {
	opacity: 0;
	transform: scale(0.93);
}
.welcome-content {
	position: relative;
	z-index: 2;
	width: min(760px, 90vw);
	padding: 44px 50px 48px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 24px;
	color: white;
	background: rgba(5, 27, 40, 0.56);
	box-shadow: 0 35px 100px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(12px);
	text-align: center;
	transition: 0.5s ease 0.25s;
}
.welcome-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	text-align: left;
}
.welcome-monogram {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border: 1px solid #d5b46f;
	border-radius: 16px;
	color: #f4dfaf;
	background: linear-gradient(
		145deg,
		rgba(213, 180, 111, 0.18),
		rgba(255, 255, 255, 0.025)
	);
	font-family: Georgia, serif;
	font-size: 1.55rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.025);
}
.welcome-brand-copy {
	display: grid;
	gap: 5px;
	color: #f8fbfc;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}
.welcome-brand-copy small {
	color: #91afbd;
	font-size: 0.58rem;
	letter-spacing: 0.18em;
}
.welcome-rule {
	width: 56px;
	height: 1px;
	margin: 28px auto;
	background: #d5b46f;
	box-shadow: 0 0 18px rgba(213, 180, 111, 0.42);
}
.welcome-kicker {
	margin: 0;
	color: #9eb9c5;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}
.welcome-content h1 {
	margin: 12px 0 15px;
	font-family: Georgia, serif;
	font-size: clamp(3rem, 7vw, 5.8rem);
	font-weight: 500;
	line-height: 0.95;
	letter-spacing: -0.045em;
}
.welcome-content h1 span {
	color: #d5b46f;
	font-style: italic;
}
.welcome-lead {
	margin: 0;
	color: #cfdee4;
	font-size: clamp(0.86rem, 1.8vw, 1rem);
	letter-spacing: 0.08em;
}
.welcome-trust {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 28px 0 2px;
}
.welcome-trust span {
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 999px;
	color: #bcd0d8;
	background: rgba(255, 255, 255, 0.035);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.welcome-enter {
	min-width: 250px;
	margin-top: 25px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.22);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 90;
	display: flex;
	align-items: center;
	gap: 30px;
	min-height: 78px;
	padding: 10px max(4vw, 24px);
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(18, 59, 82, 0.1);
	box-shadow: 0 8px 28px rgba(8, 45, 65, 0.045);
	backdrop-filter: blur(18px);
}
.brand {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-right: auto;
	height: 100%;
}
.brand img {
	height: clamp(48px, 5vw, 96px);
	width: auto;
}
.nav {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.2vw, 34px);
}
.nav a {
	position: relative;
	padding: 10px 0;
	color: var(--navy);
	font-size: 0.82rem;
	font-weight: 800;
}
.nav a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 3px;
	height: 2px;
	background: var(--gold);
	transition: right 0.22s ease;
}
.nav a:hover {
	color: var(--navy);
}
.nav a:hover::after {
	right: 0;
}
.menu-button {
	display: none;
	border: 0;
	background: none;
	color: var(--navy);
	font-size: 1.4rem;
}
.header-inquiry {
	min-width: 138px;
	border-radius: 9px;
	box-shadow: 0 7px 20px rgba(18, 59, 82, 0.1);
}
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 50px;
	padding: 0 24px;
	border: 1px solid var(--navy);
	border-radius: 999px;
	background: var(--navy);
	color: white;
	font-weight: 800;
	transition: 0.25s ease;
}
.button:hover {
	transform: translateY(-2px);
	background: var(--blue);
	border-color: var(--blue);
	box-shadow: 0 10px 30px rgba(18, 59, 82, 0.18);
}
.button--gold {
	margin-top: 24px;
	background: var(--gold);
	border-color: var(--gold);
	color: var(--navy-deep);
}
.button--gold:hover {
	background: #d4b674;
	border-color: #d4b674;
}
.button--small {
	min-height: 42px;
	padding: 0 19px;
	font-size: 0.84rem;
}
.button--full {
	width: 100%;
	margin-top: 4px;
	border-radius: 10px;
}

.hero {
	display: block; /* or grid-template-columns: 1fr; if you still want other hero children in a grid */
	min-height: calc(100vh - 82px);
	padding: 8vw max(6vw, 32px);
}

.hero-content {
	max-width: none;
	width: 100%;
}
.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.32;
	background-image:
		linear-gradient(rgba(43, 113, 140, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(43, 113, 140, 0.08) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(to right, black, transparent 75%);
}
.eyebrow {
	margin: 0 0 14px;
	color: var(--blue);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}
.eyebrow--light {
	color: #d8be88;
}
.hero h2,
.section-title,
.trade-copy h2 {
	margin: 0;
	color: var(--navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 5.6vw, 6.3rem);
	font-weight: 500;
	line-height: 0.99;
	letter-spacing: -0.045em;
}
.hero h2 span,
.section-title span,
.trade-copy h2 span {
	color: var(--blue);
	font-style: italic;
}
.hero-copy {
	margin: 30px 0;
	color: var(--muted);
	font-size: 1.06rem;
	line-height: 1.8;
}
.hero-actions {
	display: flex;
	align-items: center;
	gap: 26px;
}
.text-link {
	color: var(--navy);
	font-weight: 800;
}
.text-link span {
	margin-left: 8px;
	color: var(--gold);
}
.trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 35px;
	margin-top: 48px;
	padding-top: 25px;
	border-top: 1px solid var(--line);
	color: var(--muted);
	font-size: 0.8rem;
}
.trust-row b {
	display: block;
	margin-bottom: 4px;
	color: var(--navy);
	font-family: Georgia, serif;
	font-size: 1.25rem;
}
.hero-visual {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	min-height: 560px;
}
.globe {
	position: relative;
	display: grid;
	place-items: center;
	width: min(36vw, 490px);
	aspect-ratio: 1;
	border: 1px solid rgba(43, 113, 140, 0.28);
	border-radius: 50%;
	background: radial-gradient(
		circle at 35% 30%,
		rgba(255, 255, 255, 0.95),
		rgba(184, 220, 230, 0.65) 38%,
		rgba(43, 113, 140, 0.18) 68%,
		rgba(18, 59, 82, 0.1)
	);
	box-shadow:
		0 50px 80px rgba(18, 59, 82, 0.15),
		inset -35px -20px 70px rgba(18, 59, 82, 0.12);
}
.globe::before,
.globe::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(43, 113, 140, 0.26);
	border-radius: 50%;
}
.globe::before {
	inset: 8% 28%;
}
.globe::after {
	inset: 28% 8%;
}
.globe-line {
	position: absolute;
	left: 5%;
	right: 5%;
	top: 49%;
	height: 1px;
	background: rgba(43, 113, 140, 0.27);
	transform: rotate(30deg);
}
.globe-line--b {
	transform: rotate(-30deg);
}
.globe-core {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	color: white;
	background: var(--navy);
	border: 3px solid var(--gold);
	box-shadow: 0 16px 40px rgba(18, 59, 82, 0.25);
	font-family: Georgia, serif;
	font-size: 2.3rem;
	font-weight: 700;
}
.globe-core span {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 0.5rem;
	letter-spacing: 0.2em;
}
.node {
	position: absolute;
	width: 14px;
	height: 14px;
	border: 3px solid white;
	border-radius: 50%;
	background: var(--gold);
	box-shadow: 0 0 0 6px rgba(200, 163, 92, 0.18);
}
.node--1 {
	left: 14%;
	top: 34%;
}
.node--2 {
	right: 17%;
	top: 24%;
}
.node--3 {
	right: 10%;
	bottom: 29%;
}
.node--4 {
	left: 25%;
	bottom: 12%;
}
.floating-card {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 18px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.8);
	color: var(--navy);
	box-shadow: 0 16px 45px rgba(18, 59, 82, 0.13);
	backdrop-filter: blur(10px);
	font-size: 0.83rem;
	font-weight: 800;
}
.floating-card span {
	color: var(--gold);
	font-size: 1.2rem;
}
.floating-card--top {
	top: 12%;
	left: 2%;
}
.floating-card--bottom {
	right: 0;
	bottom: 13%;
}
.hero-orbit {
	position: absolute;
	border: 1px solid rgba(43, 113, 140, 0.1);
	border-radius: 50%;
}
.hero-orbit--one {
	width: 540px;
	height: 540px;
	right: -180px;
	top: -220px;
}
.hero-orbit--two {
	width: 320px;
	height: 320px;
	left: -120px;
	bottom: -210px;
}

.section {
	padding: 110px max(7vw, 28px);
}
.section-title {
	font-size: clamp(2.6rem, 4.8vw, 5rem);
}
.about {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 9vw;
	background: white;
}
.about-copy {
	padding-top: 16px;
	color: var(--muted);
	font-size: 1.04rem;
	line-height: 1.9;
}
.about-copy > p:first-child {
	color: var(--navy);
	font-size: 1.3rem;
	font-weight: 700;
}
.about-points {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 30px;
	color: var(--navy);
	font-size: 0.9rem;
	font-weight: 700;
}
.about-points span::first-letter {
	color: var(--gold);
}
.products {
	background: #eff7f9;
}
.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 56px;
}
.section-heading > p {
	max-width: 470px;
	margin: 0;
	color: var(--muted);
	line-height: 1.7;
}
.product-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.product-card {
	display: flex;
	flex-direction: column;
	min-height: 420px;
	padding: 32px;
	border: 1px solid rgba(43, 113, 140, 0.12);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 8px 30px rgba(18, 59, 82, 0.04);
	transition: 0.25s ease;
}
.product-card:hover {
	transform: translateY(-7px);
	border-color: rgba(43, 113, 140, 0.3);
	box-shadow: 0 20px 45px rgba(18, 59, 82, 0.1);
}
.product-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 15px;
	background: var(--sky);
	color: var(--blue);
	font-size: 1.7rem;
}
.product-top small {
	color: var(--blue);
	font-weight: 800;
}
.product-card h3 {
	margin: 25px 0 12px;
	color: var(--navy);
	font-family: Georgia, serif;
	font-size: 1.55rem;
}
.product-card p {
	margin: 0 0 20px;
	color: var(--muted);
	font-size: 0.91rem;
	line-height: 1.7;
}
.chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.chips span {
	padding: 7px 10px;
	border-radius: 999px;
	background: #f0f5f6;
	color: #49636f;
	font-size: 0.72rem;
	font-weight: 700;
}
.product-actions {
	display: grid;
	gap: 0;
	margin-top: auto;
}
.product-actions a,
.product-actions button {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 16px 0 0;
	border: 0;
	background: none;
	color: var(--navy);
	font-weight: 800;
	text-align: left;
	border-radius: 0;
}
.product-actions a {
	margin-top: 8px;
	color: var(--blue);
}
.product-actions button:hover {
	background: rgba(255, 255, 255, 0.9);
	color: var(--gold);
	border: none;
	border: 0;
	border-bottom: 1px solid var(--gold);
	border-radius: 0;
	box-shadow: none;
	transform: none;
}
.product-actions a span,
.product-actions button span {
	color: var(--gold);
}
.product-actions button:hover span {
	color: var(--gold);
}
.process {
	background: white;
}
.section-heading--center {
	display: grid;
	justify-items: center;
	text-align: center;
}
.section-heading--center > p {
	max-width: 640px;
}
.process-row {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 14px;
}
.process-row::before {
	content: "";
	position: absolute;
	left: 9%;
	right: 9%;
	top: 32px;
	height: 1px;
	background: var(--line);
}
.process-step {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	gap: 15px;
	text-align: center;
}
.process-step b {
	display: grid;
	place-items: center;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: var(--navy);
	color: white;
	border: 6px solid white;
	box-shadow: 0 0 0 1px var(--line);
}
.process-step span {
	color: var(--navy);
	font-size: 0.86rem;
	font-weight: 800;
}
.trade-connect {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 8vw;
	color: white;
	background: radial-gradient(
		circle at 20% 20%,
		#1c5a73,
		var(--navy-deep) 58%
	);
}
.trade-copy h2 {
	color: white;
	font-size: clamp(2.8rem, 4.5vw, 5rem);
}
.trade-copy h2 span {
	color: #d8be88;
}
.trade-copy > p:not(.eyebrow) {
	max-width: 600px;
	color: #bed3dc;
	line-height: 1.8;
}
.trade-copy ul {
	display: grid;
	gap: 12px;
	padding: 0;
	list-style: none;
	color: #dce9ee;
}
.trade-copy li::before {
	content: "✓";
	margin-right: 10px;
	color: var(--gold);
}
.connect-options {
	display: grid;
	gap: 16px;
}
.connect-options button {
	position: relative;
	display: grid;
	grid-template-columns: 70px 1fr;
	grid-template-rows: auto auto auto;
	align-items: center;
	gap: 4px 20px;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.07);
	color: white;
	text-align: left;
	transition: 0.25s ease;
}
.connect-options button:hover {
	transform: translateX(7px);
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(200, 163, 92, 0.45);
}
.connect-icon {
	grid-row: 1 / 4;
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: var(--gold);
	font-size: 1.7rem;
}
.connect-options small {
	color: #b9d0d9;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}
.connect-options b {
	font-family: Georgia, serif;
	font-size: 1.3rem;
}
.connect-options em {
	color: #d8be88;
	font-size: 0.76rem;
	font-style: normal;
}
.contact {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 8vw;
	align-items: center;
	background: #f5fafb;
}
.contact > div > p:not(.eyebrow) {
	color: var(--muted);
	line-height: 1.8;
}
.contact-actions {
	display: grid;
	gap: 14px;
}
.contact-card {
	display: grid;
	grid-template-columns: 54px 1fr;
	grid-template-rows: auto auto;
	align-items: center;
	padding: 20px 24px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: white;
}
.contact-card > span {
	grid-row: 1 / 3;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--sky);
	color: var(--blue);
}
.contact-card small {
	color: var(--muted);
}
.contact-card b {
	color: var(--navy);
	overflow-wrap: anywhere;
}
footer {
	display: flex;
	align-items: center;
	gap: 25px;
	padding: 34px max(5vw, 25px);
	color: #adc3cd;
	background: #062638;
	font-size: 0.76rem;
}
.brand--footer {
	margin-right: 0;
}
.brand--footer .brand-name {
	color: white;
}
.brand--footer .brand-mark {
	background: #123b52;
}
.brand--footer + p {
	margin-right: auto;
}
.whatsapp-float {
	position: fixed;
	z-index: 80;
	right: 22px;
	bottom: 22px;
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 13px 17px;
	border-radius: 999px;
	background: #20a55a;
	color: white;
	box-shadow: 0 12px 35px rgba(20, 100, 55, 0.25);
	font-weight: 800;
	font-size: 0.82rem;
}

.modal-backdrop {
	position: fixed;
	inset: 0;
	z-index: 500;

	display: grid;
	place-items: center;
	padding: 22px;

	background: rgba(4, 28, 41, 0.75);
	backdrop-filter: blur(8px);

	overflow-y: auto;

	/* Hidden by default */
	opacity: 0;
	visibility: hidden;
	pointer-events: none;

	transition:
		opacity 0.25s ease,
		visibility 0.25s ease;
}

.modal-backdrop.modal--open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.modal {
	position: relative;
	width: min(760px, 100%);
	max-height: calc(100vh - 44px);
	padding: 38px;
	border-radius: 22px;
	background: white;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
	overflow-y: auto;
}
.modal h2 {
	margin: 0;
	color: var(--navy);
	font-family: Georgia, serif;
	font-size: clamp(2rem, 5vw, 3rem);
}
.modal > p:not(.eyebrow) {
	color: var(--muted);
}
.modal-close {
	position: absolute;
	top: 15px;
	right: 18px;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: #eff5f6;
	color: var(--navy);
	font-size: 1.5rem;
}
.modal form {
	display: grid;
	gap: 15px;
	margin-top: 28px;
}
.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}
.modal label {
	display: grid;
	gap: 7px;
	color: var(--navy);
	font-size: 0.78rem;
	font-weight: 800;
}
.modal input,
.modal textarea {
	width: 100%;
	padding: 12px 13px;
	border: 1px solid #ccdcdf;
	border-radius: 9px;
	outline: none;
	color: var(--ink);
	background: #fbfdfd;
}
.modal input:focus,
.modal textarea:focus {
	border-color: var(--blue);
	box-shadow: 0 0 0 3px rgba(43, 113, 140, 0.1);
}
.consent {
	display: flex !important;
	grid-template-columns: 18px 1fr;
	align-items: center;
	font-weight: 500 !important;
	color: var(--muted) !important;
}
.consent input {
	width: 16px;
}
.form-message {
	padding: 12px;
	border-radius: 8px;
	font-size: 0.82rem;
}
.form-message--success {
	color: #145b36;
	background: #e7f6ed;
}
.form-message--error {
	color: #8e2c2c;
	background: #fdecec;
}
.modal-contact {
	display: flex;
	justify-content: center;
	gap: 24px;
	margin-top: 16px;
	font-size: 0.78rem;
	font-weight: 800;
}
.modal-contact a {
	color: var(--blue);
}

@media (max-width: 1050px) {
	.nav {
		position: absolute;
		left: 0;
		right: 0;
		top: 78px;
		display: none;
		padding: 20px 30px;
		background: white;
		border-bottom: 1px solid var(--line);
		box-shadow: 0 18px 30px rgba(18, 59, 82, 0.08);
	}
	.nav--open {
		display: grid;
	}
	.menu-button {
		display: block;
	}
	.site-header > .button {
		display: none;
	}
	.hero {
		grid-template-columns: 1fr;
		padding-top: 90px;
	}
	.hero-content {
		max-width: 850px;
	}
	.hero-visual {
		min-height: 490px;
	}
	.globe {
		width: min(68vw, 470px);
	}
	.product-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.trade-connect,
	.about,
	.contact {
		grid-template-columns: 1fr;
	}
	.trade-connect {
		gap: 55px;
	}
}

@media (max-width: 680px) {
	.welcome-content {
		width: min(92vw, 520px);
		padding: 32px 20px 36px;
		border-radius: 18px;
	}
	.welcome-monogram {
		width: 54px;
		height: 54px;
		border-radius: 13px;
		font-size: 1.3rem;
	}
	.welcome-brand-copy {
		font-size: 0.66rem;
	}
	.welcome-rule {
		margin: 22px auto;
	}
	.welcome-content h1 {
		font-size: clamp(3rem, 15vw, 4.6rem);
	}
	.welcome-lead {
		letter-spacing: 0.04em;
		line-height: 1.6;
	}
	.welcome-trust {
		gap: 6px;
		margin-top: 22px;
	}
	.welcome-trust span {
		padding: 7px 9px;
		font-size: 0.58rem;
	}
	.welcome-enter {
		width: 100%;
		min-width: 0;
	}
	.site-header {
		min-height: 70px;
		padding: 9px 18px;
	}
	.brand-mark {
		width: 46px;
		height: 46px;
		border-radius: 12px;
	}
	.brand-name {
		font-size: 0.58rem;
	}
	.nav {
		top: 70px;
	}
	.hero {
		min-height: auto;
		padding: 74px 22px 60px;
	}
	.hero h2 {
		font-size: clamp(2.75rem, 14vw, 4.4rem);
	}
	.hero-copy {
		font-size: 0.95rem;
	}
	.hero-actions {
		align-items: stretch;
		flex-direction: column;
	}
	.text-link {
		padding: 8px 10px;
	}
	.trust-row {
		gap: 18px;
	}
	.trust-row span {
		width: calc(50% - 12px);
	}
	.hero-visual {
		min-height: 390px;
	}
	.globe {
		width: 82vw;
		max-width: 360px;
	}
	.globe-core {
		width: 100px;
		height: 100px;
		font-size: 1.8rem;
	}
	.floating-card {
		padding: 10px 12px;
		font-size: 0.7rem;
	}
	.floating-card--top {
		top: 7%;
	}
	.floating-card--bottom {
		bottom: 8%;
	}
	.section {
		padding: 78px 22px;
	}
	.section-heading {
		display: grid;
	}
	.product-grid {
		grid-template-columns: 1fr;
	}
	.product-card {
		min-height: 390px;
	}
	.about-points {
		grid-template-columns: 1fr;
	}
	.process-row {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.process-row::before {
		left: 31px;
		right: auto;
		top: 25px;
		bottom: 25px;
		width: 1px;
		height: auto;
	}
	.process-step {
		grid-template-columns: 64px 1fr;
		justify-items: start;
		align-items: center;
		text-align: left;
	}
	.process-step b {
		grid-column: 1;
	}
	.process-step span {
		grid-column: 2;
	}
	.connect-options button {
		grid-template-columns: 50px 1fr;
		padding: 19px;
	}
	.connect-icon {
		width: 48px;
		height: 48px;
	}
	.contact-card {
		padding: 17px;
	}
	footer {
		display: grid;
		text-align: center;
		justify-items: center;
	}
	.brand--footer + p {
		margin-right: 0;
	}
	.whatsapp-float span {
		display: none;
	}
	.whatsapp-float {
		width: 52px;
		height: 52px;
		padding: 0;
		justify-content: center;
		font-size: 1.2rem;
	}
	.modal {
		padding: 32px 20px 24px;
	}
	.form-grid {
		grid-template-columns: 1fr;
	}
}

/* Jute fibre product-page colour treatment */
.jute-page .sisal-hero {
	background: linear-gradient(135deg, #fffaf0 0%, #f4ead3 56%, #e8dcc3 100%);
}
.jute-page .sisal-hero h1 span {
	color: #9a682b;
}
.jute-page .sisal-figure img {
	background: #e8dcc5;
}
.jute-page .supply-badge {
	color: #765421;
	background: #f6ead0;
}
.jute-page .supply-badge i {
	background: #b27a30;
	box-shadow: 0 0 0 4px rgba(178, 122, 48, 0.14);
}
.jute-page .grade-card {
	background: linear-gradient(160deg, #fff, #fdf8ec);
}
.jute-page .sisal-specs {
	background: #f7f1e5;
}
.jute-page .sisal-cta {
	background: radial-gradient(circle at 15% 20%, #7b5a2d, #0b3443 68%);
}
.coir-page .sisal-hero {
	background: linear-gradient(135deg, #fffaf2 0%, #efe2cb 56%, #d8c09c 100%);
}
.coir-page .sisal-hero h1 span {
	color: #865b2d;
}
.coir-page .sisal-figure img {
	background: #d6bd98;
}
.coir-page .sisal-specs {
	background: #f5eee2;
}
.coir-page .sisal-cta {
	background: radial-gradient(circle at 15% 20%, #74532f, #123846 68%);
}
.banana-page .sisal-hero {
	background: linear-gradient(135deg, #fbfff5 0%, #ecf2cf 56%, #d7dfaa 100%);
}
.banana-page .sisal-hero h1 span {
	color: #66812f;
}
.banana-page .sisal-figure img {
	background: #dfe5b8;
}
.banana-page .sisal-specs {
	background: #f0f5df;
}
.banana-page .sisal-cta {
	background: radial-gradient(circle at 15% 20%, #667d31, #123846 68%);
}
.abaca-page .sisal-hero {
	background: linear-gradient(135deg, #fffaf3 0%, #f2e4ca 56%, #dfc49c 100%);
}
.abaca-page .sisal-hero h1 span {
	color: #a85e1c;
}
.abaca-page .sisal-figure img {
	background: #e5cda8;
}
.abaca-page .sisal-specs {
	background: #f7efe3;
}
.abaca-page .sisal-cta {
	background: radial-gradient(circle at 15% 20%, #98591f, #123846 68%);
}
.pp-page .sisal-hero {
	background: linear-gradient(135deg, #f7fbff 0%, #e4eef8 56%, #cbdced 100%);
}
.pp-page .sisal-hero h1 span {
	color: #24679a;
}
.pp-page .sisal-figure img {
	background: #d7e4ef;
}
.pp-page .sisal-specs {
	background: #eaf2f8;
}
.pp-page .sisal-cta {
	background: radial-gradient(circle at 15% 20%, #2f74a4, #0b3443 68%);
}
.pp-grade-grid {
	grid-template-columns: repeat(2, 1fr);
}
.pp-comparison {
	min-width: 690px;
}
.pp-comparison thead th {
	color: #d7eaf7;
	background: rgba(0, 0, 0, 0.22);
}
.pp-comparison td:first-child {
	color: white;
	font-weight: 800;
}
.hdpe-page .sisal-hero {
	background: linear-gradient(135deg, #f5fbfc 0%, #dcecef 56%, #bed7dc 100%);
}
.hdpe-page .sisal-hero h1 span {
	color: #177487;
}
.hdpe-page .sisal-figure img {
	background: #d2e5e8;
}
.hdpe-page .supply-badge {
	color: #176778;
	background: #dff1f3;
}
.hdpe-page .supply-badge i {
	background: #238ca0;
	box-shadow: 0 0 0 4px rgba(35, 140, 160, 0.14);
}
.hdpe-page .grade-card {
	background: linear-gradient(160deg, #fff, #f1f8f9);
}
.hdpe-page .sisal-specs {
	background: #e6f1f3;
}
.hdpe-page .sisal-cta {
	background: radial-gradient(circle at 15% 20%, #207f91, #0a3441 68%);
}
.lldpe-page .sisal-hero {
	background: linear-gradient(135deg, #f8fcff 0%, #e1eef4 54%, #c8dce7 100%);
}
.lldpe-page .sisal-hero h1 span {
	color: #387da1;
}
.lldpe-page .sisal-figure img {
	background: #d7e6ed;
}
.lldpe-page .supply-badge {
	color: #2d718f;
	background: #e3f1f6;
}
.lldpe-page .supply-badge i {
	background: #4799b8;
	box-shadow: 0 0 0 4px rgba(71, 153, 184, 0.14);
}
.lldpe-page .grade-card {
	background: linear-gradient(160deg, #fff, #f3f8fb);
}
.lldpe-page .sisal-specs {
	background: #eaf2f6;
}
.lldpe-page .sisal-cta {
	background: radial-gradient(circle at 15% 20%, #3b86a4, #0b3443 68%);
}
.ldpe-page .sisal-hero {
	background: linear-gradient(135deg, #fffdf9 0%, #f0ece2 54%, #ddd7ca 100%);
}
.ldpe-page .sisal-hero h1 span {
	color: #8a7047;
}
.ldpe-page .sisal-figure img {
	background: #e6e0d5;
}
.ldpe-page .supply-badge {
	color: #775f39;
	background: #f3ead9;
}
.ldpe-page .supply-badge i {
	background: #a78a59;
	box-shadow: 0 0 0 4px rgba(167, 138, 89, 0.14);
}
.ldpe-page .grade-card {
	background: linear-gradient(160deg, #fff, #fbf8f1);
}
.ldpe-page .sisal-specs {
	background: #f2eee6;
}
.ldpe-page .sisal-cta {
	background: radial-gradient(circle at 15% 20%, #88724e, #0b3443 68%);
}
.abs-page .sisal-hero {
	background: linear-gradient(135deg, #faf9ff 0%, #ebe8f5 54%, #d5d0e5 100%);
}
.abs-page .sisal-hero h1 span {
	color: #6455a3;
}
.abs-page .sisal-figure img {
	background: #ddd9e9;
}
.abs-page .supply-badge {
	color: #5c4c91;
	background: #ece8f8;
}
.abs-page .supply-badge i {
	background: #7868b7;
	box-shadow: 0 0 0 4px rgba(120, 104, 183, 0.14);
}
.abs-page .grade-card {
	background: linear-gradient(160deg, #fff, #f7f5fc);
}
.abs-page .sisal-specs {
	background: #eeebf5;
}
.abs-page .sisal-cta {
	background: radial-gradient(circle at 15% 20%, #67579d, #0a303f 68%);
}
.rice-page .sisal-hero {
	background: linear-gradient(135deg, #fbfff7 0%, #eef1d8 54%, #d8dfad 100%);
}
.rice-page .sisal-hero h1 span {
	color: #6f832d;
}
.rice-page .sisal-figure img {
	background: #e0e6bd;
}
.rice-page .supply-badge {
	color: #5d7427;
	background: #edf4d9;
}
.rice-page .supply-badge i {
	background: #829a3d;
	box-shadow: 0 0 0 4px rgba(130, 154, 61, 0.14);
}
.rice-page .grade-card {
	background: linear-gradient(160deg, #fff, #fafbf1);
}
.rice-page .sisal-specs {
	background: #eff3df;
}
.rice-page .sisal-cta {
	background: radial-gradient(circle at 15% 20%, #71852f, #123846 68%);
}
.spices-page .sisal-hero {
	background: linear-gradient(135deg, #fffaf5 0%, #f8e7d4 54%, #e8c7a3 100%);
}
.spices-page .sisal-hero h1 span {
	color: #b24b21;
}
.spices-page .sisal-figure img {
	background: #ead0b4;
}
.spices-page .supply-badge {
	color: #8d3c1c;
	background: #fff0e4;
}
.spices-page .supply-badge i {
	background: #d45d29;
	box-shadow: 0 0 0 4px rgba(212, 93, 41, 0.14);
}
.spices-page .grade-card {
	background: linear-gradient(160deg, #fff, #fff8f2);
}
.spices-page .sisal-specs {
	background: #f7e9dc;
}
.spices-page .sisal-cta {
	background: radial-gradient(circle at 15% 20%, #9d3f20, #123846 68%);
}
.spices-models {
	background: #fff8f2;
}
.model-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.model-grid article {
	padding: 34px;
	border: 1px solid #eed8c6;
	border-radius: 18px;
	background: white;
	box-shadow: 0 14px 40px rgba(112, 55, 29, 0.06);
}
.model-grid article > span {
	display: inline-flex;
	padding: 7px 10px;
	border-radius: 999px;
	color: #8d3c1c;
	background: #fff0e4;
	font-size: 0.66rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.model-grid h3 {
	margin: 20px 0 12px;
	color: var(--navy);
	font-family: Georgia, serif;
	font-size: 1.8rem;
}
.model-grid p {
	margin: 0;
	color: var(--muted);
	font-size: 0.86rem;
	line-height: 1.75;
}
.table-footnote {
	margin: 16px 0 0;
	color: #acc4cd;
	font-size: 0.68rem;
	line-height: 1.6;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation: none !important;
		transition-duration: 0.01ms !important;
	}
}

.admin-login {
	min-height: 100vh;
	display: grid;
	place-items: center;
	padding: 24px;
	background: radial-gradient(circle at 20% 20%, #e8f4f7, #d5e9ee);
}
.admin-login form {
	display: grid;
	gap: 17px;
	width: min(480px, 100%);
	padding: 38px;
	border: 1px solid rgba(43, 113, 140, 0.15);
	border-radius: 22px;
	background: white;
	box-shadow: 0 25px 80px rgba(18, 59, 82, 0.15);
}
.admin-login .brand {
	margin-bottom: 20px;
}
.admin-login h1 {
	margin: 0;
	color: var(--navy);
	font-family: Georgia, serif;
	font-size: 2.6rem;
}
.admin-login p:not(.eyebrow) {
	color: var(--muted);
	line-height: 1.7;
}
.admin-login label {
	display: grid;
	gap: 8px;
	color: var(--navy);
	font-size: 0.8rem;
	font-weight: 800;
}
.admin-login input {
	padding: 13px;
	border: 1px solid var(--line);
	border-radius: 9px;
}
.admin-back {
	justify-self: center;
	color: var(--blue);
	font-size: 0.8rem;
	font-weight: 700;
}
.admin-page {
	min-height: 100vh;
	padding: 32px max(4vw, 24px) 70px;
	background: #eff6f8;
}
.admin-header {
	display: flex;
	align-items: center;
	gap: 25px;
	max-width: 1380px;
	margin: auto;
	padding: 12px 0 30px;
}
.admin-header .brand {
	margin-right: 0;
}
.admin-header > div {
	margin-right: auto;
}
.admin-header small {
	color: var(--blue);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.admin-header h1 {
	margin: 4px 0 0;
	color: var(--navy);
	font-family: Georgia, serif;
	font-size: 2.1rem;
}
.admin-summary,
.admin-tools,
.inquiry-list {
	max-width: 1380px;
	margin-left: auto;
	margin-right: auto;
}
.admin-summary {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
.admin-summary div {
	display: grid;
	gap: 10px;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: white;
}
.admin-summary small {
	color: var(--muted);
}
.admin-summary b {
	color: var(--navy);
	font-family: Georgia, serif;
	font-size: 2.2rem;
}
.admin-tools {
	display: grid;
	grid-template-columns: 1fr 190px;
	gap: 12px;
	padding: 28px 0 18px;
}
.admin-tools input,
.admin-tools select {
	padding: 13px 15px;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: white;
	color: var(--ink);
}
.inquiry-list {
	display: grid;
	gap: 14px;
}
.inquiry-card {
	display: grid;
	grid-template-columns: 1fr 260px;
	gap: 25px;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: 15px;
	background: white;
}
.inquiry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	color: var(--muted);
	font-size: 0.72rem;
}
.kind {
	padding: 5px 8px;
	border-radius: 999px;
	font-weight: 900;
	text-transform: uppercase;
}
.kind--buyer {
	color: #155d77;
	background: #e1f2f6;
}
.kind--seller {
	color: #765918;
	background: #f8efd9;
}
.inquiry-main h2 {
	margin: 15px 0 7px;
	color: var(--navy);
	font-family: Georgia, serif;
}
.inquiry-main p {
	color: var(--muted);
	line-height: 1.6;
}
.inquiry-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.inquiry-tags span {
	padding: 7px 10px;
	border-radius: 8px;
	background: #f0f5f6;
	color: var(--muted);
	font-size: 0.74rem;
}
.inquiry-contact {
	display: grid;
	align-content: start;
	gap: 7px;
	padding-left: 24px;
	border-left: 1px solid var(--line);
	font-size: 0.82rem;
}
.inquiry-contact > b {
	color: var(--navy);
	font-size: 1rem;
}
.inquiry-contact > span {
	color: var(--muted);
}
.inquiry-contact > a {
	color: var(--blue);
	overflow-wrap: anywhere;
}
.inquiry-contact label {
	display: grid;
	gap: 5px;
	margin-top: 12px;
	color: var(--muted);
	font-size: 0.72rem;
	font-weight: 700;
}
.inquiry-contact select {
	padding: 9px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: white;
}
@media (max-width: 760px) {
	.admin-header {
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.admin-header > div {
		order: 3;
		width: 100%;
	}
	.admin-summary {
		grid-template-columns: 1fr 1fr;
	}
	.admin-tools {
		grid-template-columns: 1fr;
	}
	.inquiry-card {
		grid-template-columns: 1fr;
	}
	.inquiry-contact {
		padding: 18px 0 0;
		border-left: 0;
		border-top: 1px solid var(--line);
	}
}

/* Sisal fibre product page */
.product-page {
	background: #fbfdfd;
}
.product-header {
	position: relative;
}
.product-nav {
	display: flex;
	align-items: center;
	gap: 28px;
}
.product-nav a {
	color: #365565;
	font-size: 0.86rem;
	font-weight: 800;
}
.product-nav a:hover {
	color: var(--blue);
}
.sisal-hero {
	position: relative;
	display: grid;
	grid-template-columns: 1.02fr 0.98fr;
	align-items: center;
	gap: 6vw;
	min-height: 690px;
	padding: 76px max(7vw, 28px) 88px;
	overflow: hidden;
	background: linear-gradient(135deg, #f8fbf7 0%, #e9f3ed 56%, #dcebed 100%);
}
.sisal-hero::before {
	content: "";
	position: absolute;
	width: 520px;
	height: 520px;
	right: -220px;
	top: -250px;
	border: 1px solid rgba(43, 113, 140, 0.14);
	border-radius: 50%;
	box-shadow:
		0 0 0 90px rgba(43, 113, 140, 0.035),
		0 0 0 180px rgba(43, 113, 140, 0.025);
}
.sisal-hero-copy,
.sisal-figure {
	position: relative;
	z-index: 1;
}
.breadcrumb {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 45px;
	color: #68808a;
	font-size: 0.74rem;
	font-weight: 800;
}
.breadcrumb span {
	color: var(--gold);
}
.sisal-hero h1 {
	max-width: 720px;
	margin: 0;
	color: var(--navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3.8rem, 6vw, 7rem);
	font-weight: 500;
	line-height: 0.93;
	letter-spacing: -0.05em;
}
.sisal-hero h1 span {
	display: block;
	color: #487b62;
	font-style: italic;
}
.sisal-intro {
	max-width: 690px;
	margin: 28px 0;
	color: var(--ink);
	font-size: 1.04rem;
	line-height: 1.8;
}
.sisal-keyfacts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin: 32px 0;
	overflow: hidden;
	border: 1px solid rgba(18, 59, 82, 0.12);
	border-radius: 14px;
	background: rgba(18, 59, 82, 0.12);
}
.sisal-keyfacts div {
	display: grid;
	gap: 6px;
	padding: 17px;
	background: rgba(255, 255, 255, 0.78);
}
.sisal-keyfacts small {
	color: var(--muted);
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.sisal-keyfacts b {
	color: var(--navy);
	font-size: 0.84rem;
}
.sisal-hero-actions {
	display: flex;
	align-items: center;
	gap: 26px;
}
.sisal-figure {
	margin: 0;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.55);
	box-shadow: 0 35px 80px rgba(18, 59, 82, 0.18);
	transform: rotate(1.2deg);
}
.sisal-figure img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 18px;
	object-fit: cover;
	background: #dfe8df;
}
.sisal-figure figcaption {
	padding: 12px 4px 1px;
	color: #5f7277;
	font-size: 0.7rem;
	text-align: center;
}
.sisal-strip {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 18px 32px;
	padding: 22px max(5vw, 24px);
	color: #d7e5e9;
	background: var(--navy-deep);
	font-size: 0.78rem;
}
.sisal-strip > span {
	color: #d8be88;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
.sisal-strip b {
	color: white;
}
.sisal-strip small {
	color: #a9c0c9;
}
.sisal-section {
	background: white;
}
.grade-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.grade-card {
	padding: 30px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: linear-gradient(160deg, #fff, #f6faf8);
	box-shadow: 0 12px 35px rgba(18, 59, 82, 0.05);
}
.supply-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border-radius: 999px;
	color: #2f6b4b;
	background: #e6f3e9;
	font-size: 0.65rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.supply-badge i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3d9b62;
	box-shadow: 0 0 0 4px rgba(61, 155, 98, 0.12);
}
.grade-card h3 {
	margin: 24px 0 18px;
	color: var(--navy);
	font-family: Georgia, serif;
	font-size: 2rem;
}
.grade-card dl {
	display: grid;
	gap: 11px;
	margin: 0 0 20px;
}
.grade-card dl div {
	display: grid;
	grid-template-columns: 105px 1fr;
	gap: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1eae6;
}
.grade-card dt {
	color: var(--muted);
	font-size: 0.72rem;
}
.grade-card dd {
	margin: 0;
	color: var(--navy);
	font-size: 0.78rem;
	font-weight: 800;
}
.grade-card p {
	margin: 0;
	color: var(--muted);
	font-size: 0.88rem;
	line-height: 1.7;
}
.definition-note {
	margin: 24px 0 0;
	padding: 16px 20px;
	border-left: 3px solid var(--gold);
	color: var(--muted);
	background: #f7faf9;
	font-size: 0.8rem;
	line-height: 1.65;
}
.definition-note b {
	color: var(--navy);
}
.sisal-specs {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	gap: 20px;
	color: white;
	background: #eff6f3;
}
.spec-panel {
	padding: 42px;
	border-radius: 22px;
	background: linear-gradient(145deg, #18445a, var(--navy-deep));
	box-shadow: 0 25px 60px rgba(18, 59, 82, 0.15);
}
.spec-panel h2,
.applications-panel h2 {
	margin: 0;
	font-family: Georgia, serif;
	font-size: clamp(2.1rem, 4vw, 3.7rem);
	font-weight: 500;
}
.spec-panel > p:not(.eyebrow) {
	max-width: 690px;
	color: #bdd1d9;
	line-height: 1.75;
}
.spec-table-wrap {
	margin-top: 28px;
	overflow-x: auto;
}
.spec-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 540px;
}
.spec-table th,
.spec-table td {
	padding: 15px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	text-align: left;
	font-size: 0.82rem;
}
.spec-table th {
	width: 34%;
	color: #d8be88;
}
.spec-table td {
	color: #e5eef1;
}
.applications-panel {
	padding: 42px;
	border: 1px solid var(--line);
	border-radius: 22px;
	color: var(--ink);
	background: white;
}
.applications-panel h2 {
	color: var(--navy);
	font-size: 2.6rem;
}
.application-list {
	display: grid;
	gap: 11px;
	margin-top: 25px;
}
.application-list span {
	padding-bottom: 11px;
	border-bottom: 1px solid var(--line);
	color: #45606c;
	font-size: 0.82rem;
}
.marine-note {
	margin: 22px 0 0;
	padding: 14px;
	border-radius: 10px;
	color: var(--muted);
	background: #f2f6f4;
	font-size: 0.72rem;
	line-height: 1.6;
}
.logistics-section {
	background: white;
}
.logistics-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}
.logistics-grid article {
	padding: 28px;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: #fbfdfd;
}
.logistics-grid h3 {
	margin: 0 0 22px;
	color: var(--navy);
	font-family: Georgia, serif;
	font-size: 1.5rem;
}
.logistics-grid p,
.logistics-grid li {
	color: var(--muted);
	font-size: 0.82rem;
	line-height: 1.7;
}
.logistics-grid ul {
	display: grid;
	gap: 8px;
	padding-left: 18px;
}
.logistics-grid li b {
	color: var(--navy);
}
.logistics-grid a,
.logistics-grid button {
	display: inline-flex;
	gap: 12px;
	margin-top: 10px;
	color: var(--blue);
	font-size: 0.82rem;
	font-weight: 900;
}

.logistics-grid button {
	background: none;
	border: none;
	padding: 0;
	font-family: inherit;
	line-height: inherit;
	cursor: pointer;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
}

.logistics-grid button:hover,
.logistics-grid button:focus,
.logistics-grid button:active {
	background: none;
	border: none;
	outline: none;
}
.logistics-grid button:focus-visible {
	outline: 2px solid var(--gold);
	outline-offset: 2px;
}
.logistics-grid a span,
.logistics-grid button span {
	color: var(--gold);
}
.load-row {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 13px 0;
	border-bottom: 1px solid var(--line);
	color: var(--muted);
	font-size: 0.8rem;
}
.load-row b {
	color: var(--navy);
}
.sisal-cta {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	align-items: center;
	gap: 50px;
	padding: 80px max(7vw, 28px);
	color: white;
	background: radial-gradient(circle at 15% 20%, #315f4b, #0b3443 65%);
}
.sisal-cta h2 {
	max-width: 830px;
	margin: 0;
	font-family: Georgia, serif;
	font-size: clamp(2.5rem, 5vw, 5rem);
	font-weight: 500;
	line-height: 1.02;
}
.sisal-cta p:not(.eyebrow) {
	max-width: 760px;
	color: #bfd2d3;
	line-height: 1.75;
}
.sisal-cta-actions {
	display: grid;
	justify-items: start;
	gap: 18px;
}
.sisal-cta-actions .button--gold {
	margin: 0;
}
.sisal-cta-actions > a:not(.button) {
	color: #d8be88;
	font-size: 0.84rem;
	font-weight: 900;
}
.product-disclaimer {
	padding: 28px max(7vw, 28px);
	border-top: 1px solid var(--line);
	color: var(--muted);
	background: #f5f8f7;
	font-size: 0.7rem;
	line-height: 1.6;
}
.product-disclaimer p {
	margin: 5px 0;
}
.product-disclaimer a {
	color: var(--blue);
	font-weight: 800;
	text-decoration: underline;
}

@media (max-width: 1000px) {
	.product-nav {
		display: none;
	}
	.sisal-hero {
		grid-template-columns: 1fr;
	}
	.sisal-figure {
		width: min(720px, 100%);
	}
	.grade-grid,
	.pp-grade-grid,
	.logistics-grid,
	.model-grid {
		grid-template-columns: 1fr;
	}
	.sisal-specs {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 680px) {
	.product-header-cta {
		display: none;
	}
	.sisal-hero {
		min-height: 0;
		padding: 52px 22px 60px;
	}
	.breadcrumb {
		margin-bottom: 32px;
	}
	.sisal-hero h1 {
		font-size: clamp(3.3rem, 18vw, 5rem);
	}
	.sisal-keyfacts {
		grid-template-columns: 1fr;
	}
	.sisal-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}
	.sisal-strip {
		justify-content: flex-start;
		gap: 14px 22px;
	}
	.grade-card,
	.spec-panel,
	.applications-panel {
		padding: 25px;
	}
	.spec-table th,
	.spec-table td {
		padding: 13px 10px;
	}
	.sisal-cta {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 62px 22px;
	}
}
