/* General */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	background: #F2F2F2;
	max-width: 1440px;
}

body {
	background: #F2F2F2;
	color: #000;
	font-family: 'Sohne', sans-serif;
	font-size: 16px;
	line-height: 100%;
	/* line-height: 1.2; */
	overflow-x: hidden;
}

/* Navigation */
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F2F2F2;
	padding: 20px 40px;
	position: sticky;
	top: 0;
	z-index: 100;
}

.logo {
	align-self: center;
}

.nav-left {
	flex: 1;
	text-align: left;
	position: relative;
}

/* Menu container wrapper to handle layout */
.menu-wrapper {
	position: relative;
	width: 100%;
}

.nav-center {
	flex: 1;
	text-align: center;
}

.nav-right {
	flex: 1;
	text-align: right;
}

.menu-text {
	font-family: 'Sohne';
	font-size: 16px;
	font-weight: 500;
	color: #000;
	cursor: pointer;
	transition: color 0.3s ease;
}

.menu-text:hover {
	color: #666;
}

.menu-section {
	padding: 40px 30px;
	border-right: 1px solid #000;
	background: #F2F2F2;
}

.menu-section:last-child {
	border-right: none;
}

.menu-category {
	font-family: 'Sohne';
	font-size: 14px;
	font-weight: 500;
	color: #000;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
}

.menu-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-items li {
	margin-bottom: 12px;
}

.menu-items li:last-child {
	margin-bottom: 0;
}

.menu-link {
	font-family: 'CenturyReg';
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height: 1.3;
	transition: color 0.3s ease;
	display: block;
}

.menu-link:hover {
	color: #666;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

/* Dropdown Menu Styles */
.dropdown-menu {
	position: static;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	background: #F2F2F2;
	border: 1px solid #000;
	border-top: none;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	z-index: 999;
	display: none;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
	padding: 0;
}

.dropdown-menu.active {
	display: block !important;
	opacity: 1;
	max-height: 500px;
	padding: 20px 0;
}

.dropdown-menu .menu-item {
	padding: 15px 40px;
	border-bottom: 1px solid #000;
}

.dropdown-menu .menu-item:last-child {
	border-bottom: none;
}

.dropdown-menu .menu-link {
	font-family: 'Sohne';
	font-size: 48px;
	font-weight: 500;
	line-height: 0.9;
	letter-spacing: -1%;
	color: #000;
	text-decoration: none;
	transition: opacity 0.3s ease, transform 0.2s ease;
}

.dropdown-menu .menu-link:hover {
	opacity: 0.7;
	transform: translateX(10px);
}

.dropdown-menu .separator-line {
	display: none;
}

/* Moving Text Banner */
.text-banner {
	background: #F2F2F2;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	overflow: hidden;
	white-space: nowrap;
	padding: 15px 0;
}

.banner-text {
	display: inline-block;
	animation: scroll-left 30s linear infinite;
}

.banner-text span {
	font-family: 'CenturyItlc';
	font-size: 16px;
	font-style: italic;
	color: #000;
}

/* Main Section */
.main-content {
	background: #F2F2F2;
	max-width: 1440px;
}

.artwork-highlight {
	padding: 0 40px;
	margin-bottom: 0px;
}

.title-content .artwork-img {
	max-width: 1440px;
	width: 95%;
	height: auto;
}

.title-content .artwork-sign {
	max-width: 1440px;
	width: 95%;
	height: auto;
}

.artwork-container {
	max-width: 1440px;
	margin: 0 auto;
	min-height: 802px;
	position: relative;
	border: 1px solid #000000;
	background: #F2F2F2;
}

.artwork-details {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #000;
	padding: 16px 24px;
	z-index: 2;
}

.artwork-title {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 1em;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 24px;
}

.artwork-image {
	position: absolute;
	top: 106px;
	left: 1.5px;
	right: 1.5px;
	bottom: 0;
}

.artwork-image .image {
	width: 100%;
	height: 696px;
}

/* Highlights Section */
.highlights {
	padding: 0 40px;
	margin-bottom: 0px;
}

.highlights-grid {
	display: flex;
	justify-content: center;
	gap: 0px;
	max-width: 1440px;
	margin: 0 auto;
}

.highlight-card {
	width: 456px;
	height: 587px;
	border: 1px solid #000000;
	background: #F2F2F2;
	display: flex;
	flex-direction: column;
}

.card-title {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 1em;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #000000;
}

.catalogue-img {
	width: 100%;
	height: 441px;
}

/* Top Picks Section */
.top-picks {
	background: #F2F2F2;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 40px 24px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
}

.section-title {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 1em;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #000000;
}

.section-title-2 {
	font-family: 'Sohne';
	font-weight: 500;
	font-size: 45px;
	line-height: 1em;
	text-transform: uppercase;
	text-align: left;
	color: #000;
	margin-top: 1rem;
}

/* Frame Collection */
.frame-collection {
	padding: 0 40px;
	max-width: 1440px;
}

.frames-grid {
	display: flex;
	flex-wrap: wrap;
	max-width: 1440px;
}

.frame-item {
	width: 317px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #F2F2F2;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.frame-item-2 {
	width: 317px;
	border: 1px solid #000000;
	background: #F2F2F2;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.frame-image {
	width: 100%;
	height: 475px;
	position: relative;
	overflow: hidden;
}

.frame-image .image-placeholder {
	width: 100%;
	height: 100%;
}

.frame-details {
	border-top: 1px solid #000;
	padding: 16px 24px;
	text-align: left;
	width: 100%;
}

.frame-title {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1em;
	color: #000000;
	margin-bottom: 4px;
}

.frame-description {
	font-family: 'Century Old Style Std', serif;
	font-size: 16px;
	line-height: 1em;
	color: #000000;
	margin-bottom: 24px;
}

.frame-specs {
	font-family: 'Century Old Style Std', serif;
	font-size: 16px;
	line-height: 1.1;
	color: #000000;
}

/* Grid Section */
.grid-section {
	margin-top: 80px;
	position: relative;
	justify-content: center;
	align-items: center;
}

.grid-container {
	max-width: 1440px;
	width: 100%;
	margin-top: -80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.grid-container .column-image {
	width: 100%;
	max-width: 1440px;
	height: auto;
	object-fit: contain;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	align-self: stretch;
	flex-wrap: wrap;
}

/* Studio & Gallery Section */
.studio-section,
.gallery-section {
	padding: 0px 40px;
	margin-bottom: 0px;
}

.studio-grid, .gallery-grid {
	display: flex;
	max-width: 1440px;
	margin: 0 auto;
	align-items: stretch;
}

.studio-left-column {
	width: 600px;
	border: 1px solid #000000;
	background: #F2F2F2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.gallery-left-column {
	width: 720px;
	border-left: 1px solid #000000;
	background: #F2F2F2;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}

.studio-content, .gallery-content {
	position: relative;
	max-width: 70%;
	padding: 24px;
}

.studio-header, .gallery-header {
	margin-bottom: 24px;
}

.studio-title, .gallery-title {
	font-family: 'Sohne';
	font-size: 20px;
	font-weight: 500;
	color: #000;
	margin: 0 0 5px 0;
	line-height: 120%;
}

.studio-subtitle, .gallery-subtitle {
	font-family: 'CenturyItlc';
	font-size: 14px;
	font-style: italic;
	color: #000;
	margin: 0;
	font-weight: 400;
}

.studio-description, .gallery-description {
	margin-bottom: 30px;
}

.studio-text, .gallery-text {
	font-family: 'CenturyReg';
	font-size: 12px;
	color: #000;
	line-height: 140%;
	margin: 0 0 15px 0;
}

.studio-geometric, .gallery-geometric {
	position: relative;
	width: 100%;
	height: 60%;
	pointer-events: none;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.studio-geometric .column-image {
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	margin-bottom: -15px;
}

.gallery-geometric .column-image {
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	margin-bottom: -26px;
}

.cta-button {
	background: #EDF851;
	border: 1px solid #000000;
	font-family: 'Century Old Style Std', serif;
	font-size: 16px;
	line-height: 1.1;
	color: #000000;
	cursor: pointer;
	text-align: left;
	align-self: contain;
}

.cta-button:hover {
	background: #E8F442;
	transform: translateY(-2px);
}

.studio-right-column {
	background: #F2F2F2;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -40px;
}

.gallery-right-column {
	border-right: 1px solid #000000;
	background: #F2F2F2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.studio-interior-image, .gallery-interior-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 600px;
}

.back-section {
	background: #EDF851;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 100%;
}

.back-content {
	max-width: 1440px;
	padding: 5px 40px 5px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
}

.back-button {
	background: #EDF851;
	border: 0px solid #000000;
	font-family: 'Century Old Style Std', serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
	color: #000000;
	cursor: pointer;
	text-align: left;
	align-self: contain;
	display: inline-block;
	padding: .25rem 1rem;
	min-width: 200px;
}

.coming-soon {
	border-bottom: 1px solid #000000;
	display: flex;
	padding: 5px 40px 24px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
}

.coming-soon-title {
	font-family: 'Sohne';
	font-weight: 500;
	font-size: 45px;
	line-height: 1em;
	text-transform: uppercase;
	color: #000000;
	margin-top: 1rem;
}

/* Artworks Collection */
.artworks-collection {
	padding: 0 40px;
}

.artworks-grid {
	display: flex;
	flex-wrap: wrap;
	max-width: 1440px;
	margin: 0 auto;
}

.artworks-item {
	width: 317px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #F2F2F2;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.artworks-image {
	width: 100%;
	height: 475px;
	position: relative;
	overflow: hidden;
}

.artworks-image .image-placeholder {
	width: 100%;
	height: 100%;
}

.artworks-details {
	border-top: 1px solid #000;
	padding: 16px 24px;
	text-align: left;
	width: 100%;
}

.artworks-title {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1em;
	color: #000000;
	margin-bottom: 4px;
}

.artworks-description {
	font-family: 'Century Old Style Std', serif;
	font-size: 16px;
	line-height: 1em;
	color: #000000;
	margin-bottom: 24px;
}

.artworks-specs {
	font-family: 'Century Old Style Std', serif;
	font-size: 16px;
	line-height: 1.1;
	color: #000000;
}

/* Gallery */
.artworks-title {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1em;
	color: #000000;
	margin-bottom: 4px;
}

/* About Section */
.about-section {
	padding: 0px 40px;
}

.about-grid {
	display: flex;
	max-width: 1440px;
	margin: 0 auto;
	align-items: stretch;
}

.about-left-column {
	width: 600px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #F2F2F2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.about-content {
	position: relative;
	max-width: 100%;
	padding: 24px;
}

.about-header {
	margin-bottom: 30px;
}

.about-title {
	font-family: 'CenturyItlc';
	font-size: 36px;
	font-weight: 500;
	color: #000;
	line-height: 120%;
}

.about-subtitle {
	font-family: 'CenturyItlc';
	font-size: 21px;
	color: #000;
	margin: 0 0 15px 0;
}

.about-description {
	margin-bottom: 30px;
}

.about-text {
	font-family: 'CenturyReg';
	font-size: 21px;
	color: #000;
	line-height: 120%;
	margin: 0 0 15px 0;
}

.about-geometric {
	position: relative;
	width: 100%;
	height: 60%;
	pointer-events: none;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.about-right-column {
	background: #F2F2F2;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -40px;
}

.about-interior-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 600px;
}

/* Catalogue Section */

.catalogue-container {
	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
	padding: 20px;
}

.catalogue-section {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.catalogue-item {
	width: 100%;
	border-bottom: 1px solid #000000;
}

.catalogue-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.catalogue-header {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 24px 24px 24px 40px;
	width: 100%;
	height: 91px;
}

.catalogue-title {
	font-family: 'Sohne', sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 1em;
	letter-spacing: -1%;
	text-transform: uppercase;
	color: #000000;
	margin: 0;
}

.category-header {
	width: 100%;
	padding: 24px 24px 24px 40px;
	border: 1px solid #000000;
	background-color: #ffffff;
	cursor: pointer;
	transition: all 0.3s ease;
}

.category-title {
	font-family: 'Sohne', sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 1em;
	letter-spacing: -1%;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	margin: 0;
	transition: all 0.3s ease;
}

.category-title.expanded {
	color: #000000;
}

.category-title.expanded::before {
	content: "- ";
}

.category-title.collapsed::before {
	content: "+ ";
}

.category-content {
	width: 100%;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.category-content.active {
	max-height: none;
	opacity: 1;
	padding-top: 20px;
}

.collection-section {
	display: flex;
	width: 100%;
	margin-bottom: 40px;
	min-height: 824px;
}

.collection-section.collection-reverse {
	flex-direction: row-reverse;
}

.collection-image {
	flex: 1;
	display: flex;
	align-items: stretch;
}

.background-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #000000;
}

.collection-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 0 40px;
	border: 1px solid #000000;
}

.collection-text {
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.collection-intro {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.collection-title {
	font-family: 'Sohne', sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 1em;
	letter-spacing: -1%;
	text-transform: uppercase;
	color: #000000;
	margin: 0;
}

.collection-badge {
	font-family: 'Century Old Style Std', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1em;
	color: #000000;
	margin: 0;
}

.collection-description {
	font-family: 'Century Old Style Std', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1em;
	color: #000000;
	margin: 0;
}







/* Footer */
.footer {
	background: #F2F2F2;
	border-top: 1px solid #000000;
	padding: 24px 40px;
}

.footer-content {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	gap: 128px;
}

.footer-left {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 128px;
}

.footer-about {
	width: 280px;
}

.footer-title {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1em;
	color: #000000;
	margin-bottom: 8px;
}

.footer-address {
	font-family: 'Century Old Style Std', serif;
	font-size: 16px;
	line-height: 1em;
	color: #000000;
}

.footer-description {
	font-family: 'Century Old Style Std', serif;
	font-size: 16px;
	line-height: 1.1;
	color: #000000;
}

.footer-newsletter {
	width: 280px;
}

.footer-copyright {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1em;
	color: #000000;
}

.footer-right {
	display: flex;
	gap: 128px;
}

.footer-links {
	display: flex;
	gap: 128px;
}

.link-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-link {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1em;
	color: #000000;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.footer-link:hover {
	opacity: 0.7;
}

@keyframes scroll-left {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}









.description-block {
	text-align: left;
	width: 100%;
	max-width: none;
	padding: 32px 32px 32px 32px;
	background: #F2F2F2;
	border: none;
	align-self: stretch;
	margin-top: 0;
	position: static;
	height: 40%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	border-top: none;
}

.section-title {
	font-family: 'Sohne';
	font-size: 22px;
	font-weight: 500;
	color: #000;
	margin-bottom: 12px;
	line-height: 1.1;
}

.frame-name {
	font-family: 'Sohne';
	font-size: 13px;
	font-weight: 500;
	color: #000;
	margin-bottom: 5px;
}

.frame-description {
	font-family: 'CenturyReg';
	font-size: 13px;
	color: #000;
	margin-bottom: 8px;
	font-style: italic;
	line-height: 1.2;
}

.see-frame-link {
	font-family: 'CenturyReg';
	font-size: 13px;
	color: #000;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.see-frame-link:hover {
	text-decoration: none;
}

/* Columns Section */
.three-columns-section {
	padding: 0;
	max-width: 1440px;
	margin: 0 auto;
	background: #F2F2F2;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.three-columns-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0;
	align-items: stretch;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.four-columns-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 0;
	align-items: stretch;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.column-item {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 320px;
	border-right: 1px solid #000;
	border-bottom: none;
	border-top: none;
	border-left: none;
	background: transparent;
}

.column-item:last-child {
	border-right: none;
}

.column-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0;
}

.column-content-text-top {
	justify-content: flex-start;
}

.column-content-img-top {
	justify-content: flex-end;
}

.column-title.column-title-large {
	font-family: 'Sohne';
	font-size: 2.1rem;
	font-weight: 700;
	color: #000;
	line-height: 1.05;
	margin: 0;
	padding: 24px 18px 0 18px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: left;
}

.column-content-text-top .column-title {
	align-self: flex-start;
}

.column-content-img-top .column-title {
	align-self: flex-start;
	padding-bottom: 24px;
	padding-top: 0;
}

.column-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border: none;
	margin: 0;
	padding: 0;
}














/* Learn About Us Button */
.studio-button-container {
	position: auto;
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: fill;
}

.learn-about-button {
	background: #FFD700;
	border: none;
	padding: 12px 25px;
	font-family: 'Sohne';
	font-size: 12px;
	font-weight: 500;
	color: #000;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.learn-about-button:hover {
	background: #FFC700;
}





.gallery-content {
	position: relative;
	z-index: 2;
	max-width: 60%;
}

/* .gallery-header {
	margin-bottom: 25px;
} */

.gallery-title {
	font-family: 'Sohne';
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin: 0 0 5px 0;
	line-height: 120%;
}

.gallery-subtitle {
	font-family: 'CenturyItlc';
	font-size: 13px;
	font-style: italic;
	color: #000;
	margin: 0;
	font-weight: 400;
}

.gallery-description {
	margin-bottom: 25px;
}



/* Coming Soon Button */
.gallery-button-container {
	position: relative;
	z-index: 3;
	margin-top: auto;
}

.coming-soon-button {
	background: #FFD700;
	border: none;
	padding: 10px 20px;
	font-family: 'Sohne';
	font-size: 11px;
	font-weight: 500;
	color: #000;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.coming-soon-button:hover {
	background: #FFC700;
}

/* Cookie Modal Styles */
.cookie-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(2px);
	animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.cookie-modal-content {
	background-color: #F2F2F2;
	margin: 10% auto;
	padding: 0;
	border: 2px solid #000;
	width: 80%;
	max-width: 600px;
	position: relative;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* .cookie-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 30px;
	border-bottom: 1px solid #000;
	background-color: #F2F2F2;
} */

/* .cookie-header h3 {
	font-family: 'Sohne';
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin: 0;
	letter-spacing: 1px;
} */

.cookie-close {
	background: none;
	border: none;
	font-family: 'Sohne';
	font-size: 14px;
	font-weight: 500;
	color: #000;
	cursor: pointer;
	padding: 5px 10px;
	letter-spacing: 0.5px;
}

.cookie-close:hover {
	background-color: #e0e0e0;
}

.cookie-body {
	padding: 30px;
	background-color: #F2F2F2;
}

.cookie-body p {
	font-family: 'CenturyReg';
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	margin: 0;
	text-align: justify;
}

.cookie-buttons {
	display: flex;
	gap: 20px;
	padding: 20px 30px;
	border-top: 1px solid #000;
	background-color: #F2F2F2;
	justify-content: flex-start;
}

.cookie-manage,
.cookie-accept {
	font-family: 'Sohne';
	font-size: 14px;
	font-weight: 500;
	padding: 12px 20px;
	border: 1px solid #000;
	background-color: #F2F2F2;
	color: #000;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.cookie-manage:hover,
.cookie-accept:hover {
	background-color: #000;
	color: #F2F2F2;
}

.cookie-accept {
	background-color: #000;
	color: #F2F2F2;
}

.cookie-accept:hover {
	background-color: #333;
}

/* Hide modal when accepted */
.cookie-modal.hidden {
	display: none;
}

/* Cookie Modal Responsive */
@media (max-width: 768px) {
	.cookie-modal-content {
		width: 90%;
		margin: 20% auto;
	}
	
	/* .cookie-header {
		padding: 15px 20px;
	} */
	
	/* .cookie-header h3 {
		font-size: 16px;
	} */
	
	.cookie-close {
		font-size: 12px;
	}
	
	.cookie-body {
		padding: 20px;
	}
	
	.cookie-body p {
		font-size: 12px;
	}
	
	.cookie-buttons {
		flex-direction: column;
		gap: 10px;
		padding: 15px 20px;
	}
	
	.cookie-manage,
	.cookie-accept {
		font-size: 12px;
		padding: 10px 15px;
		width: 100%;
	}
}

/* Responsive Design */
@media (max-width: 768px) {
	.header {
		padding: 15px 20px;
	}

	.top-picks {
		padding: 80px 24px 24px;
	}

	/* Mobile Menu Styles */
	.dropdown-menu {
		width: 100vw;
		left: -20px;
		grid-template-columns: 1fr;
		border-left: none;
		border-right: none;
	}

	.menu-section {
		padding: 25px 20px;
		border-right: none;
		border-bottom: 1px solid #000;
	}

	.menu-section:last-child {
		border-bottom: none;
	}

	.menu-category {
		font-size: 12px;
		margin-bottom: 15px;
	}

	.menu-link {
		font-size: 12px;
	}

	.menu-items li {
		margin-bottom: 8px;
	}
	
	/* .main-content {
		padding: 40px 20px;
	} */
	
	.content-grid {
		grid-template-columns: 1fr;
		gap: 0;
		min-height: auto;
		border: none;
	}

	.left-column {
		justify-content: center;
		padding: 20px;
		height: auto;
		border-right: none;
		border-bottom: 1px solid #000;
	}

	.large-frame-image {
		max-width: 100%;
	}

	.right-column {
		align-items: stretch;
		padding: 0;
		height: auto;
		position: static;
	}

	/* .artwork-container {
		justify-content: center;
		padding: 20px;
		height: auto;
		border-bottom: 1px solid #000;
	}

	.framed-artwork {
		width: 90%;
		max-width: 250px;
	} */

	.description-block {
		position: static;
		align-self: stretch;
		margin-top: 0;
		max-width: none;
		height: auto;
		padding: 20px;
		bottom: auto;
		right: auto;
		padding-top: 20px;
		justify-content: flex-start;
	}

	.section-title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.frame-name {
		font-size: 11px;
		margin-bottom: 4px;
	}

	.frame-description {
		font-size: 11px;
		margin-bottom: 6px;
	}

	.see-frame-link {
		font-size: 11px;
	}
	
	.banner-text span {
		font-size: 14px;
	}
	
	.three-columns-section {
		padding: 40px 20px 60px 20px;
	}
	
	.three-columns-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.column-title {
		font-size: 16px;
	}
	
	.column-image {
		height: 150px;
	}

	.card-title {
		font-size: 36px;
	}
	
	/* Grid Section Responsive */
	.grid-section {
		padding: 40px 20px;
	}
	
	.grid-container .column-image {
		max-width: 100%;
	}
	
	/* Studio Section Responsive */
	.studio-grid {
		grid-template-columns: 1fr;
		min-height: auto;
	}
	
	.studio-left-column {
		padding: 40px 30px;
		min-height: 500px;
	}
	
	.studio-grid-background {
		background-size: 30px 30px;
	}
	
	.studio-title {
		font-size: 20px;
	}
	
	.studio-subtitle {
		font-size: 14px;
	}
	
	.studio-text {
		font-size: 13px;
	}
	
	.studio-content {
		max-width: 90%;
	}
	
	.studio-geometric-elements {
		height: 50%;
	}
	
	.learn-about-button {
		padding: 12px 25px;
		font-size: 13px;
	}
	
	.studio-interior-image {
		min-height: 400px;
	}
	
	/* Gallery Section Responsive */
	.gallery-grid {
		grid-template-columns: 1fr;
		min-height: auto;
	}
	
	.gallery-left-column {
		order: 2;
	}
	
	.gallery-right-column {
		order: 1;
		padding: 40px 30px;
		min-height: 500px;
	}
	
	.gallery-grid-background {
		background-size: 30px 30px;
	}
	
	.gallery-content {
		max-width: 85%;
	}
	
	.gallery-title {
		font-size: 16px;
	}
	
	.gallery-subtitle {
		font-size: 12px;
	}
	
	.gallery-text {
		font-size: 10px;
	}
	
	.gallery-geometric-elements {
		width: 60%;
		height: 40%;
		bottom: 60px;
	}
	
	.coming-soon-button {
		padding: 10px 18px;
		font-size: 10px;
	}
	
	.gallery-street-image {
		min-height: 400px;
	}

	.footer {
		padding: 24px;
	}

	.footer-content {
		flex-direction: column;
		gap: 48px;
	}

	.footer-left {
		gap: 48px;
	}

	.footer-about,
	.footer-newsletter {
		width: 100%;
	}

	.footer-right {
		flex-direction: column;
		gap: 48px;
	}

	.footer-links {
		flex-direction: column;
		gap: 48px;
	}

	.artwork-highlight {
		padding: 0 24px;
	}

	.artwork-container {
		min-height: 458px;
	}

	.artwork-title {
		font-size: 36px;
	}

	.artwork-image {
		top: 60px;
	}

	.artwork-image .image-placeholder {
		height: 400px;
	}

	.highlights {
		padding: 0 24px;
	}

	.highlights-grid {
		flex-direction: column;
		align-items: center;
		gap: 0;
	}

	.highlight-card {
		width: 100%;
		max-width: 390px;
		height: auto;
		margin-bottom: 24px;
	}

	.studio-highlight,
	.gallery-highlight {
		padding: 0 24px;
	}



}

/* Estilos existentes mantenidos */
.l-text-1 {
	/* Desktop/H3 */
	font-family: 'Sohne';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	/* 16px */
}
.l-text-2 {
	/* Desktop/Italics */
	font-family: 'CenturyItlc';
	font-size: 16px;
	font-style: italic;
	margin-top: -15px;
	font-weight: 400;
	line-height: 100%;
	/* 16px */
}
.r-text-1 {
	/* Desktop/H3 */
	font-family: 'Sohne';
	font-size: 16px;
	font-style: normal;
}
.r-text-2 {
	/* Desktop/Body */
	font-family: 'CenturyReg';
	font-size: 16px;
	font-style: normal;
}
.r-text-3 {
	/* Desktop/Body */
	font-family: 'CenturyReg';
	font-size: 16px;
	font-style: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.r-text-4 {
	/* Desktop/H3 */
	font-family: 'Sohne';
	font-size: 16px;
	font-style: normal;
}


/* Font Faces */
@font-face {
	font-family: 'Sohne';
	src: url('../font/Sohne-Kraftig.otf') format('truetype');
}
@font-face {
	font-family: 'CenturyReg';
	src: url('../font/CenturyOldStyleStd-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'CenturyItlc';
	src: url('../font/CenturyOldStyleStd-Italic.ttf') format('truetype');
}

@media (max-width: 900px) {
	.content-grid {
		grid-template-columns: 1fr;
	}
	.left-column {
		border-right: none;
	}
	/* .artwork-container {
		padding: 20px 0 0 0;
	}
	.framed-artwork {
		width: 220px;
		height: 220px;
	} */
	.description-block {
		padding: 20px;
	}
	.three-columns-grid {
		grid-template-columns: 1fr;
	}
	.column-item {
		min-height: 220px;
	}
	.column-title.column-title-large {
		font-size: 1.2rem;
		padding: 16px 10px 0 10px;
	}
	.column-content-img-top .column-title {
		padding-bottom: 16px;
	}
	.column-image {
		height: 120px;
	}
}

/* === RESPONSIVE STYLES GENERATED FROM FIGMA === */
/* ARTRA Responsive Styles - Generated from Figma */
/* Base Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Typography */
body {
  font-family: 'CenturyOldStyle', 'SohneKraftig', serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

/* Utility Classes */
.desktop-only { display: none; }
.mobile-only { display: block; }

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Header Styles */
.site-header {
  border-bottom: 1px solid #eee;
}

.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.menu-toggle {
  background: none;
  border: none;
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
}

.bag-counter {
  font-weight: bold;
}

.site-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 0;
}

.top-bar {
  background-color: #f8f8f8;
  padding: 0.5rem 0;
  overflow: hidden;
}

.marquee-text {
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

/* Hero Section - Mobile */
.hero-section {
  padding: 2rem 1rem;
}

.hero-mobile-container {
  text-align: center;
}

.hero-image-mobile {
  margin-bottom: 1rem;
}

.hero-image-mobile img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.hero-title-mobile {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.hero-description-mobile {
  font-size: 0.9rem;
}

.hero-link-mobile {
  color: #333;
  text-decoration: underline;
}

/* Coming Soon Section */
.coming-soon-section {
  padding: 2rem 1rem;
}

.coming-soon-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.coming-soon-item {
  text-align: center;
}

.coming-soon-image img {
  width: 100%;
  max-width: 250px;
  height: auto;
}


/* Top Picks Section */
.top-picks-section {
  padding: 2rem 1rem;
}

.section-title {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}



/* .frames-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
} */

.frame-item {
  text-align: center;
}

.frame-image img {
  width: 100%;
  height: auto;
}

.frame-info {
  margin-top: 0.5rem;
}

.frame-name {
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.frame-details {
  font-size: 0.8rem;
  color: #666;
}



/* Newsletter Section */
.newsletter-section {
  padding: 2rem 1rem;
}

.newsletter-container {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.newsletter-label {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}

.newsletter-input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  font-family: inherit;
  margin-bottom: 1rem;
}

.newsletter-button {
  background-color: #333;
  color: white;
  border: none;
  padding: 0.75rem 2rem;
  font-family: inherit;
  cursor: pointer;
  transition: background-color 0.3s;
}

.newsletter-button:hover {
  background-color: #555;
}




/* Tablet Styles */
@media (min-width: 768px) {
  .desktop-only { display: block; }
  .mobile-only { display: none; }
  
  .coming-soon-container {
    grid-template-columns: repeat(3, 1fr);
  }
  
  /* .frames-grid {
    grid-template-columns: repeat(4, 1fr);
  } */
  
  .about-container {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .about-message {
    grid-column: span 2;
  }
  
}

/* Desktop Styles */
@media (min-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
  
  /* Hero Desktop Layout */
  .hero-container {
    display: flex;
    gap: 2rem;
    align-items: center;
  }
  
  .hero-image-primary {
    flex: 1;
  }
  
  .hero-image-primary img {
    width: 100%;
    height: auto;
  }
  
  .hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .hero-image-secondary img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  /* .frames-grid {
    grid-template-columns: repeat(4, 1fr);
  } */
  
  .about-container {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
  }
  
  .about-message {
    grid-column: span 3;
  }

}

/* Large Desktop */
@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
}

/* Print Styles */
@media print {
  .marquee-text {
    animation: none;
  }
  
  .newsletter-section,
  .menu-toggle,
  .bag-counter {
    display: none;
  }
}

/* === HOW WE DO IT PAGE STYLES === */

/* Page Title Section */
.page-title-section {
  padding: 3rem 1rem 2rem;
  text-align: center;
  background-color: #f9f9f9;
}

.page-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
}

.page-subtitle {
  font-size: 1.1rem;
  color: #666;
  font-style: italic;
}

/* HWDI Hero Section */
.hwdi-hero-section {
  padding: 3rem 1rem;
}

.hwdi-hero-mobile-container {
  text-align: center;
}

.hwdi-hero-image-mobile {
  margin-bottom: 2rem;
}

.hwdi-hero-image-mobile img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.hwdi-hero-title-mobile {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.hwdi-hero-description-mobile {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

/* Process Steps Section */
.process-steps-section {
  padding: 4rem 1rem;
  background-color: #fff;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 3rem;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.step-number {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
  width: 60px;
  height: 60px;
  border: 2px solid #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-content {
  max-width: 300px;
}

.step-title {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.step-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 1.5rem;
}

.step-image {
  width: 100%;
  max-width: 250px;
}

.step-image img {
  width: 100%;
  height: auto;
}

/* Materials Section */
.materials-section {
  padding: 4rem 1rem;
  background-color: #f8f8f8;
}

.materials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 3rem;
}

.material-category {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.material-title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #333;
}

.material-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 1.5rem;
}

.material-list {
  list-style: none;
  padding: 0;
}

.material-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 1.5rem;
}

.material-list li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #333;
  font-weight: bold;
}

.material-list li:last-child {
  border-bottom: none;
}

/* Expertise Section */
.expertise-section {
  padding: 4rem 1rem;
  background-color: #333;
  color: white;
}

.expertise-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.expertise-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.expertise-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.expertise-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.stat-label {
  font-size: 0.9rem;
  color: #ccc;
}

.expertise-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* CTA Section */
.cta-section {
  padding: 4rem 1rem;
  background-color: #f9f9f9;
  text-align: center;
}

.cta-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.cta-description {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.cta-button {
  display: inline-block;
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: all 0.3s ease;
  min-width: 200px;
}

.cta-button.primary {
  background-color: #333;
  color: white;
}

.cta-button.primary:hover {
  background-color: #555;
}

.cta-button.secondary {
  background-color: transparent;
  color: #333;
  border: 2px solid #333;
}

.cta-button.secondary:hover {
  background-color: #333;
  color: white;
}

/* Tablet Styles */
@media (min-width: 768px) {
  .page-title {
    font-size: 3rem;
  }
  
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
  
  .materials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .cta-buttons {
    flex-direction: row;
    justify-content: center;
  }
}

/* Desktop Styles */
@media (min-width: 1024px) {
  .page-title {
    font-size: 3.5rem;
  }
  
  /* HWDI Hero Desktop Layout */
  .hwdi-hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
  }
  
  .hwdi-hero-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  
  .hwdi-hero-description {
    font-size: 1.1rem;
    line-height: 1.7;
  }
  
  .hwdi-hero-image img {
    width: 100%;
    height: auto;
  }
  
  .process-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .materials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .expertise-container {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
  }
  
  .expertise-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Large Desktop */
@media (min-width: 1440px) {
  .page-title {
    font-size: 4rem;
  }
  
  .hwdi-hero-title {
    font-size: 3rem;
  }
  
  .process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 3rem;
  }
}
