/*
Theme Name: Gli Ori di Venezia
Theme URI: https://glioridivenezia.cuadrogroup.com/
Author: Cuadro Studio
Author URI: https://cuadrostudio.com/
Description: B2B showcase theme for Gli Ori di Venezia — the world's leading producer of Murano glass beads. Single-page luxury-editorial homepage with a scroll-driven hero. Bilingual-ready (IT/EN).
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gliori
*/

/* ---------------------------------------------------------------
   1. Tokens — white space, elegant serif, gold accents
   --------------------------------------------------------------- */

:root {
	--paper:      #ffffff;
	--ivory:      #faf7f1;
	--ivory-deep: #f1ebe0;

	--ink:        #14181c;
	--ink-soft:   #3d444a;
	--muted:      #767c82;

	--gold:       #b4924f;
	--gold-deep:  #8a6d33;
	--gold-light: #ddc691;
	--aqua:       #8fc2cd;

	--rule:       rgba(20, 24, 28, 0.10);

	--display: "Cormorant Garamond", "Iowan Old Style", Palatino, Georgia, serif;
	--body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

	--measure: 66ch;
	--gutter:  clamp(1.25rem, 4vw, 4rem);
	--shell:   1320px;

	/* Corner radius shared by all imagery and cards */
	--radius:    16px;
	--radius-sm: 10px;

	--ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------------------------------------------------------------
   2. Base
   --------------------------------------------------------------- */

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

html {
	scroll-behavior: smooth;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
	scrollbar-color: var(--gold) transparent;
	-webkit-text-size-adjust: 100%;
}

html::-webkit-scrollbar { width: 6px; height: 6px; }
html::-webkit-scrollbar-track { background: transparent; }
html::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 999px; }
html::-webkit-scrollbar-thumb:hover { background: var(--gold-deep); }

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--body);
	font-size: 1rem;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

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

a { color: var(--gold-deep); text-underline-offset: 3px; }

h1, h2, h3, h4 {
	font-family: var(--display);
	font-weight: 300;
	line-height: 1.14;
	letter-spacing: -0.005em;
	margin: 0 0 0.5em;
}

h1 { font-size: clamp(2.6rem, 5.6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }

p { margin: 0 0 1.3em; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.gv-skip { position: absolute; left: -9999px; }
.gv-skip:focus {
	left: 1rem; top: 1rem; z-index: 999;
	background: var(--ink); color: #fff; padding: 0.75rem 1.25rem;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px; overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}

.gv-shell {
	width: 100%;
	max-width: var(--shell);
	margin-inline: auto;
	padding-inline: var(--gutter);
}

.gv-section { padding-block: clamp(5rem, 11vw, 10rem); }

/* Anchor targets must clear the fixed header */
section[id] { scroll-margin-top: 90px; }

.gv-eyebrow {
	font-size: 0.68rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--gold);
	font-weight: 500;
	margin: 0 0 1.25rem;
}

.gv-lede {
	font-size: clamp(1.05rem, 1.5vw, 1.2rem);
	color: var(--ink-soft);
	max-width: 52ch;
}

/* Placeholder flag — per brief, official categories/contacts still inbound */
.gv-placeholder {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-family: var(--body);
	font-size: 0.6rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gold-deep);
	background: rgba(180, 146, 79, 0.11);
	border: 1px dashed rgba(180, 146, 79, 0.5);
	padding: 0.25rem 0.55rem;
	border-radius: 3px;
	vertical-align: middle;
}

/* ---------------------------------------------------------------
   3. Buttons & tooltips
   --------------------------------------------------------------- */

.gv-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	padding: 1.05rem 2.4rem;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid var(--ink);
	background: var(--ink);
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	transition: color 0.4s var(--ease), border-color 0.4s var(--ease);
}

.gv-btn::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--gold);
	transform: translateY(101%);
	transition: transform 0.45s var(--ease);
	z-index: 0;
}

.gv-btn:hover::before { transform: translateY(0); }
.gv-btn > * , .gv-btn { position: relative; }
.gv-btn span { position: relative; z-index: 1; }
.gv-btn:hover { border-color: var(--gold); color: var(--ink); }

.gv-btn--ghost { background: transparent; color: var(--ink); border-color: var(--rule); }
.gv-btn--ghost:hover { color: #fff; border-color: var(--ink); }
.gv-btn--ghost::before { background: var(--ink); }

[data-tooltip] { position: relative; }

[data-tooltip]::after {
	content: attr(data-tooltip);
	position: absolute;
	bottom: calc(100% + 8px);
	left: 50%;
	transform: translate(-50%, 4px);
	background: #fff;
	color: #202124;
	font-family: var(--body);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: none;
	white-space: nowrap;
	padding: 6px 10px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.18s var(--ease), transform 0.18s var(--ease);
	z-index: 80;
}

[data-tooltip]:hover::after,
[data-tooltip]:focus-visible::after { opacity: 1; transform: translate(-50%, 0); }

[data-tooltip-pos="bottom"]::after { bottom: auto; top: calc(100% + 8px); transform: translate(-50%, -4px); }
[data-tooltip-pos="bottom"]:hover::after { transform: translate(-50%, 0); }
[data-tooltip-pos="left"]::after { bottom: auto; top: 50%; left: auto; right: calc(100% + 8px); transform: translate(4px, -50%); }
[data-tooltip-pos="left"]:hover::after { transform: translate(0, -50%); }

/* iOS-style 12-blade spinner */
.gv-spinner {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	display: none;
	z-index: 2;
}

.is-loading .gv-spinner { display: block; }
.is-loading span, .is-loading::before { visibility: hidden; }
.is-loading { pointer-events: none; }

.gv-spinner i {
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 5px;
	margin-left: -1px;
	border-radius: 1px;
	background: #fff;
	transform-origin: 1px 10px;
	animation: gv-blade 1s linear infinite;
}

.gv-btn--ghost .gv-spinner i { background: var(--ink); }

.gv-spinner i:nth-child(1)  { transform: rotate(0deg);   animation-delay: -0.916s; }
.gv-spinner i:nth-child(2)  { transform: rotate(30deg);  animation-delay: -0.833s; }
.gv-spinner i:nth-child(3)  { transform: rotate(60deg);  animation-delay: -0.75s; }
.gv-spinner i:nth-child(4)  { transform: rotate(90deg);  animation-delay: -0.666s; }
.gv-spinner i:nth-child(5)  { transform: rotate(120deg); animation-delay: -0.583s; }
.gv-spinner i:nth-child(6)  { transform: rotate(150deg); animation-delay: -0.5s; }
.gv-spinner i:nth-child(7)  { transform: rotate(180deg); animation-delay: -0.416s; }
.gv-spinner i:nth-child(8)  { transform: rotate(210deg); animation-delay: -0.333s; }
.gv-spinner i:nth-child(9)  { transform: rotate(240deg); animation-delay: -0.25s; }
.gv-spinner i:nth-child(10) { transform: rotate(270deg); animation-delay: -0.166s; }
.gv-spinner i:nth-child(11) { transform: rotate(300deg); animation-delay: -0.083s; }
.gv-spinner i:nth-child(12) { transform: rotate(330deg); animation-delay: 0s; }

@keyframes gv-blade { 0% { opacity: 1; } 100% { opacity: 0.15; } }

/* ---------------------------------------------------------------
   4. Header
   --------------------------------------------------------------- */

.gv-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 60;
	transition: background 0.5s var(--ease), box-shadow 0.5s var(--ease), padding 0.5s var(--ease);
	padding-block: 0.5rem;
}

.gv-header.is-stuck {
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(14px);
	box-shadow: 0 1px 0 var(--rule);
}

.gv-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	min-height: 76px;
}

.gv-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	text-decoration: none;
}

.gv-brand__mark { width: 40px; height: 40px; flex: none; }
.gv-brand__mark--lg { width: 72px; height: 72px; }

.gv-brand__name {
	font-family: var(--display);
	font-size: 1.5rem;
	font-style: italic;
	letter-spacing: 0.01em;
	color: var(--ink);
	line-height: 1;
}

.gv-brand img { max-height: 48px; width: auto; }

.gv-nav ul {
	display: flex;
	align-items: center;
	gap: clamp(1.25rem, 2.4vw, 2.6rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

.gv-nav a {
	position: relative;
	font-size: 0.7rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--ink);
	padding-block: 0.4rem;
}

.gv-nav a::after {
	content: "";
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 1px;
	background: var(--gold);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.45s var(--ease);
}

.gv-nav a:hover::after, .gv-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.gv-nav a.is-active { color: var(--gold-deep); }

.gv-burger {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px; height: 44px;
	padding: 0; border: 0;
	background: transparent;
	cursor: pointer;
}

.gv-burger span { display: block; height: 1px; width: 24px; background: var(--ink); transition: transform 0.35s var(--ease), opacity 0.2s var(--ease); }
.gv-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.gv-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.gv-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 900px) {
	.gv-burger { display: flex; }

	.gv-nav {
		position: fixed;
		inset: 84px 0 auto;
		background: rgba(255, 255, 255, 0.98);
		backdrop-filter: blur(14px);
		border-bottom: 1px solid var(--rule);
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s var(--ease);
	}

	.gv-nav.is-open { max-height: 70vh; }
	.gv-nav ul { flex-direction: column; align-items: flex-start; gap: 0; padding: 0.5rem var(--gutter) 1.5rem; }
	.gv-nav li { width: 100%; border-bottom: 1px solid var(--rule); }
	.gv-nav a { display: block; padding: 1.1rem 0; font-size: 0.85rem; }
	.gv-nav a::after { display: none; }
}

/* ---------------------------------------------------------------
   5. Hero — scroll-driven
   --------------------------------------------------------------- */

.gv-hero {
	position: relative;
	min-height: 100svh;
	display: flex;
	align-items: center;
	overflow: hidden;
	background:
		radial-gradient(ellipse 70% 60% at 78% 45%, rgba(143, 194, 205, 0.20), transparent 70%),
		radial-gradient(ellipse 55% 50% at 12% 75%, rgba(221, 198, 145, 0.22), transparent 70%),
		linear-gradient(175deg, var(--paper) 0%, var(--ivory) 60%, var(--ivory-deep) 100%);
	padding-block: 7rem 4rem;
}

.gv-hero__inner {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
	width: 100%;
}

.gv-hero__copy { max-width: 34rem; }

.gv-hero h1 { margin-bottom: 1.5rem; }
.gv-hero h1 em { font-style: italic; color: var(--gold-deep); }

.gv-hero__lede {
	font-size: clamp(1.02rem, 1.35vw, 1.18rem);
	color: var(--ink-soft);
	max-width: 30rem;
	margin-bottom: 2.5rem;
}

/* Scroll-linked layers get their transform from JS via CSS vars */
.gv-hero__copy  { transform: translate3d(0, var(--copy-y, 0px), 0); opacity: var(--copy-o, 1); }
.gv-hero__figure { transform: translate3d(0, var(--fig-y, 0px), 0) scale(var(--fig-s, 1)); }

.gv-hero__figure {
	position: relative;
	justify-self: center;
	width: min(100%, 30rem);
	will-change: transform;
}

.gv-hero__frame {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius);
	box-shadow: 0 40px 80px -30px rgba(20, 24, 28, 0.35);
	/* Reveal mask on load. clip-path overrides border-radius, so the inset
	   carries its own `round` — otherwise the corners snap square. */
	clip-path: inset(0 0 100% 0 round var(--radius));
	animation: gv-reveal-img 1.5s var(--ease) 0.25s forwards;
}

@keyframes gv-reveal-img { to { clip-path: inset(0 0 0 0 round var(--radius)); } }

.gv-hero__frame img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	object-position: center center;
	transform: scale(1.08);
	animation: gv-kenburns 2s var(--ease) 0.25s forwards;
}

@keyframes gv-kenburns { to { transform: scale(1); } }

/* Floating millefiori beads — pure CSS, parallax via JS */
.gv-bead {
	position: absolute;
	border-radius: 50%;
	z-index: 2;
	pointer-events: none;
	transform: translate3d(0, var(--bead-y, 0px), 0);
	will-change: transform;
	box-shadow: inset -4px -6px 14px rgba(0, 0, 0, 0.22), 0 12px 26px -8px rgba(20, 24, 28, 0.3);
}

.gv-bead::after {
	content: "";
	position: absolute;
	top: 14%;
	left: 18%;
	width: 26%;
	height: 22%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.65);
	filter: blur(2px);
}

/*
 * Beads live in the page margins and the column gap only — never behind the
 * headline or lede, where they turn into visual noise.
 */
.gv-bead--1 {
	width: 74px; height: 74px;
	top: 15%; left: 1.5%;
	background:
		radial-gradient(circle at 30% 30%, #fff 2%, transparent 3%),
		radial-gradient(circle at 62% 55%, #e0524a 12%, transparent 13%),
		radial-gradient(circle at 38% 70%, #f2c14e 10%, transparent 11%),
		linear-gradient(140deg, #2f7f8c, #1c5a66);
}

.gv-bead--2 {
	width: 46px; height: 46px;
	bottom: 20%; left: 2.5%;
	background:
		radial-gradient(circle at 40% 35%, #fff 3%, transparent 4%),
		radial-gradient(circle at 65% 62%, #8fc2cd 16%, transparent 17%),
		linear-gradient(140deg, #d8b25e, #a97f2e);
}

.gv-bead--3 {
	width: 58px; height: 58px;
	top: 7%; right: 5%;
	background:
		radial-gradient(circle at 35% 32%, #fff 3%, transparent 4%),
		radial-gradient(circle at 60% 58%, #f2c14e 13%, transparent 14%),
		linear-gradient(140deg, #c0424a, #7d2630);
}

.gv-bead--4 {
	width: 34px; height: 34px;
	bottom: 10%; right: 3%;
	background:
		radial-gradient(circle at 38% 34%, #fff 4%, transparent 5%),
		linear-gradient(140deg, #8fc2cd, #4d8b99);
}

/* Sits in the gap between the copy and the portrait */
.gv-bead--5 {
	width: 26px; height: 26px;
	top: 46%; right: 48%;
	background: linear-gradient(140deg, #ddc691, #b4924f);
}

@media (max-width: 900px) {
	.gv-bead--1 { width: 52px; height: 52px; }
	.gv-bead--3 { width: 40px; height: 40px; }
	.gv-bead--5 { display: none; }
}

/* Big rotating millefiori medallion watermark */
.gv-hero__medallion {
	position: absolute;
	right: -14vw;
	bottom: -22vw;
	width: 52vw;
	max-width: 760px;
	opacity: 0.07;
	z-index: 1;
	pointer-events: none;
	animation: gv-spin 90s linear infinite;
	transform: rotate(var(--med-r, 0deg));
}

@keyframes gv-spin { to { transform: rotate(360deg); } }

.gv-hero__scroll {
	position: absolute;
	left: 50%;
	bottom: 2rem;
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	transform: translateX(-50%);
	opacity: var(--cue-o, 1);
	font-size: 0.6rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--muted);
	text-decoration: none;
}

.gv-hero__scroll::after {
	content: "";
	width: 1px;
	height: 52px;
	background: linear-gradient(180deg, var(--gold), transparent);
	animation: gv-cue 2.2s var(--ease) infinite;
	transform-origin: top;
}

@keyframes gv-cue {
	0%   { transform: scaleY(0); opacity: 0; }
	40%  { transform: scaleY(1); opacity: 1; }
	100% { transform: scaleY(1); opacity: 0; }
}

@media (max-width: 900px) {
	.gv-hero { padding-block: 6rem 5rem; }
	.gv-hero__inner { grid-template-columns: 1fr; text-align: center; }
	.gv-hero__copy { max-width: none; margin-inline: auto; }
	.gv-hero__lede { margin-inline: auto; }
	.gv-hero__figure { width: min(100%, 22rem); order: -1; }
	.gv-hero__scroll { display: none; }
}

/* Fade-up on load for hero copy children */
.gv-fade-up { opacity: 0; transform: translateY(22px); animation: gv-up 1s var(--ease) forwards; }
.gv-fade-up:nth-child(1) { animation-delay: 0.15s; }
.gv-fade-up:nth-child(2) { animation-delay: 0.3s; }
.gv-fade-up:nth-child(3) { animation-delay: 0.45s; }
.gv-fade-up:nth-child(4) { animation-delay: 0.6s; }

@keyframes gv-up { to { opacity: 1; transform: none; } }

/* ---------------------------------------------------------------
   6. Story
   --------------------------------------------------------------- */

.gv-story { background: var(--paper); }

.gv-split {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(330px, 100%), 1fr));
	gap: clamp(2.5rem, 6vw, 6rem);
	align-items: center;
}

.gv-split__media { position: relative; }

.gv-split__media img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: var(--radius);
}

/* Inset overlap image */
.gv-split__inset {
	position: absolute;
	right: -8%;
	bottom: -14%;
	width: 46%;
	border: 8px solid var(--paper);
	border-radius: var(--radius);
	box-shadow: 0 24px 50px -20px rgba(20, 24, 28, 0.35);
}

.gv-split__inset img { aspect-ratio: 1 / 1; border-radius: var(--radius-sm); }

@media (max-width: 700px) { .gv-split__inset { display: none; } }

/* Stat row */
.gv-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
	gap: clamp(1.5rem, 4vw, 3rem);
	margin-top: clamp(3rem, 6vw, 5rem);
	list-style: none;
	padding: 0;
}

.gv-stat { border-top: 1px solid var(--rule); padding-top: 1.5rem; }

.gv-stat__figure {
	font-family: var(--display);
	font-size: clamp(2.4rem, 4vw, 3.4rem);
	line-height: 1;
	color: var(--gold-deep);
	display: block;
	margin-bottom: 0.5rem;
}

.gv-stat__label {
	font-size: 0.78rem;
	color: var(--muted);
	letter-spacing: 0.04em;
	margin: 0;
}

/* ---------------------------------------------------------------
   7. Products
   --------------------------------------------------------------- */

.gv-products { background: var(--ivory); }

/*
 * Sits in the right column beside the section heading. The source art is a
 * brochure spread on white, so it is contained (never cropped) and padded,
 * letting the card's white ground blend into the artwork's own background.
 */
.gv-products__banner {
	background: var(--paper);
	border: 1px solid var(--rule);
	border-radius: var(--radius);
	overflow: hidden;
	padding: clamp(1rem, 2vw, 1.75rem);
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gv-products__banner img {
	width: 100%;
	max-height: 520px;
	object-fit: contain;
	border-radius: var(--radius-sm);
}

.gv-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
	gap: clamp(1.25rem, 2.5vw, 2rem);
	margin-top: clamp(2.5rem, 5vw, 4rem);
	list-style: none;
	padding: 0;
}

.gv-product {
	background: var(--paper);
	border: 1px solid var(--rule);
	border-radius: var(--radius);
	padding: 1.25rem 1.25rem 1.75rem;
	text-align: center;
	transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}

.gv-product:hover {
	transform: translateY(-6px);
	box-shadow: 0 26px 50px -24px rgba(20, 24, 28, 0.28);
}

.gv-product__media {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin-bottom: 1.25rem;
	background: var(--paper);
	border-radius: var(--radius-sm);
}

.gv-product__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.8s var(--ease);
}

.gv-product:hover .gv-product__media img { transform: scale(1.06); }

.gv-product h3 { font-size: 1.3rem; margin: 0 0 0.5rem; }
.gv-product p  { font-size: 0.86rem; color: var(--muted); margin: 0 0 0.9rem; }

/* ---------------------------------------------------------------
   8. Trusted / credibility — typographic
   --------------------------------------------------------------- */

.gv-trusted {
	position: relative;
	background: var(--ink);
	color: var(--ivory);
	overflow: hidden;
	text-align: center;
}

.gv-trusted h2 { color: #fff; }
.gv-trusted .gv-eyebrow { color: var(--gold-light); }

.gv-trusted p { color: rgba(250, 247, 241, 0.75); margin-inline: auto; }

.gv-trusted__medallion {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 46vw;
	max-width: 620px;
	opacity: 0.06;
	pointer-events: none;
	transform: translate3d(-50%, calc(-50% + var(--tm-y, 0px)), 0);
}

.gv-trusted__inner { position: relative; z-index: 2; }

.gv-trusted__quote {
	font-family: var(--display);
	font-size: clamp(1.7rem, 3.4vw, 2.9rem);
	line-height: 1.32;
	font-weight: 300;
	max-width: 24ch;
	margin: 0 auto 2.5rem;
	color: #fff;
}

.gv-trusted__quote em { font-style: italic; color: var(--gold-light); }

/* ---------------------------------------------------------------
   9. Contact
   --------------------------------------------------------------- */

.gv-contact { background: var(--paper); }

.gv-contact__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
	gap: clamp(2.5rem, 6vw, 5rem);
}

.gv-field { margin-bottom: 1.25rem; }

.gv-field label {
	display: block;
	font-size: 0.68rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--muted);
	margin-bottom: 0.5rem;
}

.gv-field input,
.gv-field textarea {
	width: 100%;
	padding: 0.95rem 1.1rem;
	border: 1px solid var(--rule);
	border-radius: 2px;
	background: var(--paper);
	font-family: var(--body);
	font-size: 0.95rem;
	color: var(--ink);
	transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.gv-field input:focus,
.gv-field textarea:focus {
	outline: none;
	border-color: var(--gold);
	box-shadow: 0 0 0 3px rgba(180, 146, 79, 0.14);
}

.gv-field textarea { resize: vertical; min-height: 140px; }

.gv-form__status {
	margin-top: 1rem;
	font-size: 0.88rem;
	min-height: 1.4em;
}

.gv-form__status.is-ok    { color: #1c7a52; }
.gv-form__status.is-error { color: #b4342b; }

/* Contact details list */
.gv-details { list-style: none; margin: 2rem 0 0; padding: 0; }

.gv-details li {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding-block: 1.1rem;
	border-top: 1px solid var(--rule);
}

.gv-details .gv-details__k {
	font-size: 0.66rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gold);
}

.gv-details .gv-details__v { color: var(--ink); text-decoration: none; font-size: 1.02rem; }
.gv-details a.gv-details__v:hover { color: var(--gold-deep); }

/* ---------------------------------------------------------------
   10. Footer
   --------------------------------------------------------------- */

.gv-footer {
	background: var(--ivory);
	border-top: 1px solid var(--rule);
	padding-block: 3rem 2rem;
	font-size: 0.85rem;
	color: var(--muted);
}

.gv-footer__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	align-items: center;
	justify-content: space-between;
}

.gv-footer a { color: var(--muted); text-decoration: none; }
.gv-footer a:hover { color: var(--gold-deep); }

/* ---------------------------------------------------------------
   11. Reveal on scroll
   --------------------------------------------------------------- */

.gv-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 1s var(--ease), transform 1s var(--ease);
}

.gv-reveal.is-visible { opacity: 1; transform: none; }

/* Generic prose for interior pages */
.gv-prose { max-width: var(--measure); margin-inline: auto; }
.gv-prose img { margin-block: 2rem; }

.alignwide, .alignfull { max-width: 100%; }

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

	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	.gv-reveal { opacity: 1; transform: none; }
	.gv-fade-up { opacity: 1; transform: none; }
	.gv-hero__frame { clip-path: none; }
	.gv-hero__frame img { transform: none; }

	/* Neutralise all scroll-linked transforms */
	.gv-hero__copy, .gv-hero__figure, .gv-bead, .gv-trusted__medallion { transform: none !important; opacity: 1 !important; }
}
