/* ==========================================================================
   Workshop Page
   ========================================================================== */

/* =============================================================
   Hero
   ============================================================= */

.workshop-hero {
	position: relative;
	width: 100%;
	height: clamp(500px, 62vw, 897px);
	background: #4c4645;
	overflow: hidden;
}

.workshop-hero__grain {
	position: absolute;
	inset: 0;
	opacity: 0.025;
	pointer-events: none;
	z-index: 0;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	background-size: 128px;
}

.workshop-hero__inner {
	position: absolute;
	inset: 0;
	padding: 0 clamp(24px, 11.25vw, 144px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.workshop-hero__comp {
	position: relative;


}

/* Clip helpers */
.clip-y { overflow: hidden; }
.clip-x { overflow: hidden; }

/* Large text */
.workshop-hero__big {
	font-family: 'Manrope', sans-serif;
	font-weight: 300;
	font-size: clamp(72px, 11.6vw, 168px);
	color: #fff;
	line-height: 1.02;
	white-space: nowrap;
	display: block;
}

/* Subtitles */
.workshop-hero__subtitle {
	font-family: 'Manrope', sans-serif;
	color: #fff;
	margin: 0;
}

.workshop-hero__subtitle--top {
	font-weight: 500;
	font-size: clamp(18px, 2vw, 29px);
	margin-bottom: 4px;
}

.workshop-hero__subtitle--bottom {
	font-weight: 300;
	font-size: clamp(24px, 4.2vw, 60px);
	margin-top: 8px;
}

/* Rows */
.workshop-hero__row {
	display: flex;
}

.workshop-hero__row--1 {
	align-items: flex-end;
	gap: clamp(12px, 1.8vw, 24px);
}

.workshop-hero__row--3 {
	align-items: flex-start;
	gap: clamp(12px, 1.5vw, 20px);
}

.workshop-hero__row--3 .clip-x {
	align-self: flex-end;
}

/* Image boxes */
.workshop-hero__imgbox {
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}

.workshop-hero__imgbox img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.workshop-hero__wipe {
	position: absolute;
	inset: 0;
	background: #4d4747;
	z-index: 2;
}

.workshop-hero__imgbox--living {
	flex: 1;
	max-width: clamp(240px, 38vw, 540px);
	height: clamp(90px, 13vw, 188px);
}

.workshop-hero__imgbox--bedroom {
	width: clamp(180px, 28vw, 400px);
	height: clamp(110px, 15vw, 218px);
	margin-top: clamp(4px, 0.5vw, 8px);
}

/* Scroll hint */
.workshop-hero__scroll {
	position: absolute;
	bottom: 32px;
	right: clamp(24px, 11.25vw, 144px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	z-index: 1;
}

.workshop-hero__scroll span {
	font-family: 'Manrope', sans-serif;
	font-size: 10px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.4);
	letter-spacing: 2.5px;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

.workshop-hero__scroll-bar {
	width: 1px;
	height: 34px;
	background: rgba(255, 255, 255, 0.18);
	position: relative;
	overflow: hidden;
}

.workshop-hero__scroll-bar::after {
	content: '';
	position: absolute;
	top: -100%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.65);
	animation: workshop-scroll 2s ease-in-out infinite 2.8s;
}

@keyframes workshop-scroll {
	0%   { top: -100%; }
	50%  { top: 100%; }
	100% { top: 100%; }
}

/* =============================================================
   Sticky Parallax
   ============================================================= */

.workshop-sticky-wrap {
	height: 100vh;
}

.workshop-sticky-img {
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.workshop-sticky-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* All content sections that slide over sticky images */
.workshop-intro,
.workshop-topics,
.workshop-audience,
.workshop-dates,
.workshop-pricing,
.workshop-form-section {
	position: relative;
	z-index: 1;
	background: #fff;
}

/* =============================================================
   Intro / Description
   ============================================================= */

.workshop-intro {
	padding: 150px 0 100px;
}

.workshop-intro__body {
	max-width: 100%;
}

.workshop-intro__body p {
	font-family: 'Manrope', sans-serif;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 300;
	color: #4c4645;
	line-height: 1.7;
	margin: 0 0 1.2em;
}

.workshop-intro__body p:last-child {
	margin-bottom: 0;
}

.workshop-intro__body strong {
	font-weight: 600;
}

/* =============================================================
   Topics — Θεματολογία
   ============================================================= */

.workshop-topics {
	padding: 80px 0 100px;
}

.workshop-topics__heading {
	font-family: 'Manrope', sans-serif;
	font-size: clamp(2.5rem, 5.2vw, 75px);
	font-weight: 400;
	color: #4c4645;
	line-height: 1.1;
	margin: 0 0 20px;
}

.workshop-topics__subtitle {
	font-family: 'Manrope', sans-serif;
	font-size: clamp(16px, 1.75vw, 25px);
	font-weight: 400;
	color: #4c4645;
	margin: 0 0 65px;
}

.workshop-topics__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 90px 180px;
	margin-bottom: 48px;
}

.workshop-topics__card {
	border: 1.5px solid #4c4645;
	padding: 40px;
	aspect-ratio: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.workshop-topics__card-label {
	font-family: 'Manrope', sans-serif;
	font-size: clamp(14px, 1.25vw, 18px);
	font-weight: 400;
	color: #4c4645;
	line-height: 1.4;
	margin: 0;
}

.workshop-topics__card-label strong {
	font-weight: 700;
}

.workshop-topics__card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	margin-top: 16px;
}

.workshop-topics__card-icon img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: clamp(60px, 6.5vw, 96px);
	object-fit: contain;
	display: block;
}

.workshop-topics__card-icon--text {
	font-family: 'Manrope', sans-serif;
	font-size: clamp(22px, 2.5vw, 36px);
	font-weight: 700;
	color: #4c4645;
	align-items: flex-end;
}

.workshop-topics__card-icon--empty {
	min-height: 60px;
}

.workshop-topics__note {
	font-family: 'Manrope', sans-serif;
	font-size: clamp(14px, 1.25vw, 18px);
	font-weight: 400;
	color: #4c4645;
	line-height: 1.6;

	margin: 0;
}

/* =============================================================
   Audience — Σε ποιους απευθύνεται;
   ============================================================= */

.workshop-audience {
	padding: 80px 0 100px;
	border-top: 1px solid rgba(76, 70, 69, 0.15);
}

.workshop-audience__heading {
	font-family: 'Manrope', sans-serif;
	font-size: clamp(2.5rem, 5.2vw, 75px);
	font-weight: 300;
	color: #4c4645;
	line-height: 1.1;
	margin: 0 0 56px;
}

.workshop-audience__grid {
	display: flex;
	align-items: flex-start;
	gap: 60px;
	margin-bottom: 48px;
}

.workshop-audience__subtitle {
	flex: 0 1 clamp(200px, 28vw, 380px);
	font-family: 'Manrope', sans-serif;
	font-size: clamp(16px, 1.75vw, 25px);
	font-weight: 400;
	color: #4c4645;
	margin: 0;
}

.workshop-audience__icon {
	flex: 0 0 auto;
	display: flex;
	align-items: flex-start;
	padding-top: 2px;
}

.workshop-audience__icon img {
	width: auto;
	height: 51px;
	display: block;
}

.workshop-audience__list {
	flex: 1;
	list-style: disc;
	padding-left: 24px;
	margin: 0;
}

.workshop-audience__list li {
	font-family: 'Manrope', sans-serif;
	font-size: clamp(16px, 1.75vw, 25px);
	font-weight: 400;
	color: #4c4645;
	line-height: 1.6;
	margin-bottom: 8px;
}

.workshop-audience__note {
	font-family: 'Manrope', sans-serif;
	font-size: clamp(14px, 1.25vw, 18px);
	color: #4c4645;
	margin: 0;
}

/* =============================================================
   Dates — Ημερομηνίες
   ============================================================= */

.workshop-dates {
	padding: 60px 0 80px;
	border-top: 1px solid rgba(76, 70, 69, 0.15);
}

.workshop-dates__heading {
	font-family: 'Manrope', sans-serif;
	font-size: clamp(1.75rem, 2.8vw, 40px);
	font-weight: 400;
	color: #4c4645;
	margin: 0 0 32px;
}

.workshop-dates__grid {
	display: grid;
	grid-template-columns: auto auto 1fr;
	gap: 48px;
	align-items: flex-end;
}

.workshop-dates__col {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.workshop-dates__list {
	font-family: 'Manrope', sans-serif;
	font-size: clamp(16px, 1.75vw, 25px);
	font-weight: 400;
	color: #4c4645;
	line-height: 1.6;
	margin: 0;
}

.workshop-dates__pill {
	display: inline-flex;
	align-items: center;
	border: 1px solid #4c4645;
	border-radius: 1000px;
	padding: 8px 20px;
	font-family: 'Manrope', sans-serif;
	font-size: clamp(14px, 1.75vw, 25px);
	font-weight: 400;
	color: #4c4645;
	white-space: nowrap;
	align-self: flex-start;
}

.workshop-dates__col--note {
	display: flex;
	align-items: flex-end;
	padding-bottom: 4px;
}

.workshop-dates__total {
	font-family: 'Manrope', sans-serif;
	font-size: clamp(14px, 1.25vw, 25px);
	font-weight: 400;
	color: #4c4645;
	margin: 0;
}

/* =============================================================
   Pricing — Εγγραφή
   ============================================================= */

.workshop-pricing {
	padding: 60px 0 80px;
	border-top: 1px solid rgba(76, 70, 69, 0.15);
}

.workshop-pricing__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	margin-bottom: 48px;
}

.workshop-pricing__heading {
	font-family: 'Manrope', sans-serif;
	font-size: clamp(1.75rem, 2.8vw, 40px);
	font-weight: 400;
	color: #4c4645;
	margin: 0 0 20px;
}

.workshop-pricing__list {
	font-family: 'Manrope', sans-serif;
	font-size: clamp(16px, 1.75vw, 25px);
	font-weight: 400;
	color: #4c4645;
	line-height: 1.8;
	margin: 0;
}

.workshop-pricing__cert {
	display: flex;
	align-items: flex-start;
	padding-top: 60px;
}

.workshop-pricing__cert p {
	font-family: 'Manrope', sans-serif;
	font-size: clamp(16px, 1.75vw, 25px);
	font-weight: 400;
	color: #4c4645;
	line-height: 1.5;
	margin: 0;
}

.workshop-pricing__footer p {
	font-family: 'Manrope', sans-serif;
	font-size: clamp(16px, 1.75vw, 25px);
	font-weight: 400;
	color: #4c4645;
	line-height: 1.6;
	margin: 0 0 8px;
}

/* =============================================================
   Registration Form Section
   ============================================================= */

.workshop-form-section {
	background: #CEAB8B !important;
	padding: clamp(80px, 11.3vw, 163px) 0 clamp(80px, 16.9vw, 243px);
}

.workshop-form-section__inner {
	display: grid;
	grid-template-columns: 3fr 4fr;
	gap: 80px;
	align-items: start;
}

.workshop-form-section__left {
	display: flex;
	align-items: flex-start;
}

.workshop-form-section__logo {
	display: block;
	width: 100%;
	max-width: clamp(180px, 28vw, 368px);
}

/* Honeypot — must be invisible to users */
.contact-form__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Form fields */
.workshop-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	margin-bottom: 32px;
}

.workshop-form__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.workshop-form__label {
	font-family: 'Geist', sans-serif;
	font-size: clamp(16px, 1.4vw, 20px);
	font-weight: 300;
	color: #fff;
}

.workshop-form__required {
	color: rgba(255, 255, 255, 0.6);
	margin-left: 2px;
}

.workshop-form__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 0;
	color: #fff;
	caret-color: #fff;
	font-family: 'Geist', sans-serif;
	font-size: 16px;
	font-weight: 300;
	padding: 8px 0;
	outline: none;
	width: 100%;
	transition: border-color 0.2s ease;
}

.workshop-form__input::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.workshop-form__input:focus {
	border-bottom-color: #fff;
}

.workshop-form__input--invalid {
	border-bottom-color: #fff !important;
}

.workshop-form__field-error {
	font-family: 'Geist', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.75);
	min-height: 18px;
	display: block;
}

.workshop-form__student-row {
	margin-bottom: 32px;
}

.workshop-form__footer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 8px;
}

.workshop-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 1000px;
	background: transparent;
	color: #fff;
	font-family: 'Geist', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 24px;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.2s ease, color 0.2s ease;
}

.workshop-form__submit:hover {
	background: #fff;
	color: #CEAB8B;
}

.workshop-form__check {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: 'Geist', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	cursor: pointer;
}

.workshop-form__check input[type="checkbox"] {
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	background: transparent;
	appearance: none;
	-webkit-appearance: none;
	flex-shrink: 0;
	cursor: pointer;
	transition: background 0.15s ease;
}

.workshop-form__check input[type="checkbox"]:checked {
	background: #fff;
}

.workshop-form__check a,
.workshop-form__check a:visited {
	color: #fff;
	font-weight: 400;
	text-decoration: underline;
}

.workshop-form__check--invalid {
	outline: 1px solid rgba(255, 255, 255, 0.6);
	outline-offset: 4px;
	border-radius: 2px;
}

/* Form notices */
.workshop-form__notice {
	padding: 20px 24px;
	border-radius: 4px;
	font-family: 'Geist', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 32px;
}

.workshop-form__notice p {
	margin: 0;
}

.workshop-form__notice--success {
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
}

.workshop-form__notice--error {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: rgba(255, 255, 255, 0.85);
}

/* =============================================================
   Responsive
   ============================================================= */

@media (max-width: 1024px) {
	.workshop-hero__inner {
		padding: 0 48px;
	}

	.workshop-hero__scroll {
		right: 48px;
	}

	.workshop-topics__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: clamp(40px, 8vw, 80px);
	}

	.workshop-audience__grid {
		flex-direction: column;
		gap: 32px;
	}

	.workshop-audience__subtitle {
		flex: none;
		max-width: none;
	}

	.workshop-dates__grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
	}

	.workshop-dates__col--note {
		grid-column: 1 / -1;
		padding-bottom: 0;
	}

	.workshop-pricing__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.workshop-pricing__cert {
		padding-top: 0;
	}

	.workshop-form-section__inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.workshop-form-section__left {
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.workshop-hero {
		height: 88vh;
		min-height: 520px;
	}

	.workshop-hero__inner {
		padding: 0 20px;
	}

	.workshop-hero__row--1,
	.workshop-hero__row--3 {
		flex-direction: column;
		gap: 6px;
	}

	.workshop-hero__row--3 {
		flex-direction: column-reverse;
	}

	.workshop-hero__imgbox--living,
	.workshop-hero__imgbox--bedroom {
		max-width: 100%;
		width: 100%;
		height: 110px;
	}

	.workshop-hero__scroll {
		right: 20px;
		bottom: 20px;
	}

	.workshop-sticky-wrap {
		height: 60vh;
	}

	.workshop-sticky-img {
		height: 60vh;
	}

	.workshop-topics__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.workshop-topics__card {
		aspect-ratio: auto;
		min-height: 160px;
	}

	.workshop-dates__grid {
		grid-template-columns: 1fr;
	}

	.workshop-form__row {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.workshop-form__footer {
		flex-direction: column;
		align-items: flex-start;
	}
}
