/*
template: EcoDecor
Refuge Landscape Design - Brand Refresh
*/

@import 'reset.css';
@import 'all.min.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';
@import 'magnific-popup.css';

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700&display=swap');

/**************************************
*
*         GLOBAL
*
***************************************/

:root {
	--color-text: #756251;
	--color-accent: #bc9059;
	--color-dark: #3a2a1f;
	--color-cream: #eae1d2;
	--color-beige: #cfb08a;
	--color-charcoal: #353535;
	--color-bg: #f4ebdd;
	--color-bg-soft: #efe4d5;
	--color-border: rgba(58, 42, 31, 0.14);
	--color-white: #ffffff;
}

::-moz-selection {
	background-color: var(--color-accent);
	color: var(--color-white);
}

::selection {
	background-color: var(--color-accent);
	color: var(--color-white);
}

* {
	box-sizing: border-box;
	outline: none;
	border: none;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	color: var(--color-text);
	background-color: var(--color-bg);
}

a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.4s ease;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lora", serif;
	font-weight: 700;
	line-height: 1.15;
	color: var(--color-dark);
	margin-bottom: 24px;
	text-transform: none;
}

h1 {
	font-size: 86px;
	color: var(--color-cream);
}

h2 {
	font-size: 52px;
}

h3 {
	font-size: 28px;
}

p {
	margin-bottom: 18px;
}

.selected {
	color: var(--color-accent);
}

.wrapper {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	background-color: var(--color-bg);
}

.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
}

.align-center {
	text-align: center;
}

.ptb {
	padding-top: 100px;
	padding-bottom: 100px;
}

.btn {
	display: inline-block;
	padding: 18px 40px;
	background-color: var(--color-accent);
	color: var(--color-white);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 40px;
	border: 1px solid transparent;
	transition: all 0.4s ease;
}

.btn:hover {
	background-color: var(--color-dark);
	color: var(--color-cream);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.12),
		0 6px 30px 5px rgba(0, 0, 0, 0.1),
		0 8px 10px -7px rgba(0, 0, 0, 0.16);
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 50px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 5px;
	margin: 5px 7px;
	display: block;
	background: rgba(117, 98, 81, 0.35);
	border-radius: 0;
	transition: all 0.2s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--color-accent);
}

#scroll-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 100;
	padding: 15px 20px;
	border-radius: 4px;
	background-color: var(--color-dark);
	color: var(--color-cream);
}

#scroll-top:hover {
	background-color: var(--color-accent);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
		0 6px 30px 5px rgba(0, 0, 0, 0.12),
		0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

.res-send {
	display: none;
	margin-top: 20px;
	font-size: 14px;
}

.res-send .error {
	color: #a94442;
}

.res-send .send {
	color: var(--color-dark);
}

#closemenu,
#openmenu {
	display: none;
	font-size: 30px;
	color: var(--color-cream);
}

#closemenu:hover,
#openmenu:hover {
	color: var(--color-accent);
}

@keyframes load {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#preload {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100vh;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-dark);
}

#preload img {
	width: 30px;
	height: auto;
	animation: load 1s infinite;
}

/* =========================
   HEADER FINAL LIMPIO
========================= */

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(75, 58, 47, 0.95);
	backdrop-filter: blur(8px);
	z-index: 1000;
	transition: all 0.3s ease;
}

/* TOP INFO */
.top-info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	padding: 10px 40px;
	font-size: 13px;
	color: #f5f1ea;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.top-info i {
	color: #bc9059;
}

.top-info a {
	color: #f5f1ea;
	text-decoration: none;
	font-size: 14px;
	transition: 0.3s ease;
}

.top-info a:hover {
	color: #bc9059;
}

/* NAVBAR */
.navbar {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
	background: transparent;
}

/* CONTENIDO */
.nav-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 150px;
}

/* LINKS */
.nav-group {
	display: flex;
	gap: 35px;
}

.nav-group a {
	font-family: "Lora", serif;
	font-size: 28px;
	font-weight: 600;
	color: #f5f1ea;
	text-decoration: none;
	transition: all 0.3s ease;
}

.nav-group a:hover {
	color: #bc9059;
}

/* LOGO GRANDE */
.nav-logo img,
.nav-logo-center img {
	height: 110px; /* 🔥 logo más grande */
	width: auto;
	display: block;
}

/* EVITA QUE EL HEADER TAPE CONTENIDO */
body {
	padding-top: 220px;
}

/* SCROLL PRECISO */
#home,
#philosophy,
#about,
#services,
#process,
#projects,
#contact {
	scroll-margin-top: 220px;
}

/* HEADER SCROLL */
.header.scrolled {
	background: rgba(75, 58, 47, 0.88);
	backdrop-filter: blur(10px);
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

	.top-info {
		padding: 8px 20px;
		font-size: 18px;
		justify-content: center;
		text-align: center;
	}

	.navbar {
		padding: 20px 0;
	}

	.nav-menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 260px;
		height: 100vh;
		background: #4b3a2f;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 25px;
		transition: 0.4s ease;
	}

	.nav-menu.active {
		right: 0;
	}

	.nav-group {
		flex-direction: column;
		gap: 20px;
	}

	.nav-group a {
		font-size: 28px;
	}

	/* LOGO MOBILE */
	.nav-logo img,
	.nav-logo-center img {
		height: 70px;
	}

	/* ESPACIO BODY MOBILE */
	body {
		padding-top: 160px;
	}

	/* BOTÓN MENU */
	.menu-toggle {
		display: flex;
		position: absolute;
		right: 20px;
		top: 45px;
		z-index: 1001;
		flex-direction: column;
		gap: 5px;
		cursor: pointer;
	}

	.menu-toggle span {
		width: 25px;
		height: 3px;
		background: #fff;
		border-radius: 2px;
		transition: 0.3s;
	}
}

/**************************************
*
*         HERO
*
***************************************/

.wrapper-header-content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 800px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.header-content {
	max-width: 900px;
}

.header-content h1 {
	margin-bottom: 25px;
}

.header-content p {
	max-width: 760px;
	margin: 0 auto 35px auto;
	font-size: 18px;
	color: rgba(234, 225, 210, 0.92);
}

/**************************************
*
*         ABOUT / PHILOSOPHY
*
***************************************/

#aboutus,
#philosophy,
#design-practice,
#about {
	padding-top: 100px;
	padding-bottom: 100px;
}

.wrapper-aboutus {
	align-items: center;
}

.aboutus-content {
	width: 60%;
	padding-right: 20px;
	padding-left: 60px;
}

.aboutus-content p:last-child {
	margin-bottom: 0;
}

.aboutus-img {
	width: 40%;
}

.aboutus-img img {
	width: 100%;
	border-radius:6px;
}

.wrapper-list {
	margin: 30px 0;
	padding-left: 0;
}


.wrapper-list li {
	list-style: none;
	margin-bottom: 18px;
	padding-left: 58px;
	background-image: url("../images/checkmark.png");
	background-repeat: no-repeat;
	background-position: 8px 6px;
	background-size: 26px 26px;
}

.wrapper-list h3 {
	margin-bottom: 0;
	font-size: 25px;
	line-height: 1.3;
}

.experience {
  background: #4b2e21;
  color: #fff;
  text-align: center;

  padding: 5px 0; /* 🔥 mucho más angosto */
}

/* TEXTO ARRIBA */
.experience .top-text {
  display: block;

  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;

  margin-bottom: 2px;
}

/* NÚMERO */
.experience .counter {
  display: block;

  font-size: 34px;
  font-weight: 600;

  line-height: 1;
  margin: 0;
}

/* TEXTO ABAJO */
.experience .bottom-text {
  display: block;

  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;

  margin-top: 2px;
}

.aboutus-img img {
	height: 720px;
	object-fit: cover;
}

.about-full .aboutus-content {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.about-full {
	justify-content: flex-start;
}

/**************************************
*
* VALUE SECTION
*
***************************************/

#value{
	position:relative;
	padding:140px 0;
	background-size:cover;
	background-position:center;
	overflow:hidden;
}

.value-overlay{
	position:absolute;
	inset:0;

	background:linear-gradient(
		rgba(53,53,53,.45),
		rgba(58,42,31,.35)
	);
}

/* CONTAINER */
#value .container{
	position:relative;
	z-index:2;

	width:100%;
	max-width:1700px;

	margin:0 auto;
	padding:0 40px;

	box-sizing:border-box;
}

/* MAIN BOX */
.value-box{
	position:relative;

	width:100%;
	max-width:1500px;

	margin:0 auto;

	background:rgba(244,235,221,.97);

	border-radius:10px;

	padding:90px 80px;

	box-sizing:border-box;

	/* HORIZONTAL LAYOUT */
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	justify-content:space-between;

	gap:70px;
}

/* IMPORTANT RESET */
.value-box,
.value-box *{
	box-sizing:border-box;

	word-break:normal !important;
	overflow-wrap:normal !important;
	white-space:normal !important;

	max-width:none !important;
	min-width:0 !important;

	float:none !important;
}

/* LEFT COLUMN */
.value-left{
	flex:1.2;

	padding-right:60px;

	border-right:1px solid rgba(188,144,89,.25);
}

.value-left h2{
	font-size:82px;
	line-height:1.05;

	margin:0;

	color:#3a2a1f;

	font-weight:700;
	letter-spacing:-1px;
}

.value-left .selected{
	display:block;
	color:#bc9059;
}

/* CENTER COLUMN */
.value-center{
	flex:1;

	display:flex;
	flex-direction:column;

	gap:45px;
}

/* RIGHT COLUMN */
.value-right{
	flex:1;

	display:flex;
	flex-direction:column;

	gap:45px;
}

/* TEXT */
.value-center p,
.value-right p{
	font-size:30px;
	line-height:1.8;

	font-weight:500;

	color:#3a2a1f;

	margin:0;

	display:block;

	width:100%;

	word-break:normal !important;
	overflow-wrap:break-word !important;
	white-space:normal !important;
}

/* GOLD TEXT */
.value-highlight{
	color:#bc9059 !important;
	font-weight:700 !important;
}

/**************************************
*
* RESPONSIVE
*
***************************************/

@media(max-width:1100px){

	.value-box{
		flex-direction:column;

		padding:60px 40px;

		gap:50px;
	}

	.value-left{
		border-right:none;
		padding-right:0;
	}

	.value-left h2{
		font-size:58px;
	}

	.value-center p,
	.value-right p{
		font-size:22px;
		line-height:1.7;
	}
}

/* CENTRAR TITULO */

.value-left{
	flex:1.2;

	padding-right:60px;

	border-right:1px solid rgba(188,144,89,.25);

	display:flex;
	justify-content:center;
	align-items:center;

	text-align:center;

	height:100%;
}

.value-left h2{
	font-size:82px;
	line-height:1.05;

	margin:0;

	color:#3a2a1f;

	font-weight:700;
	letter-spacing:-1px;

	width:100%;
}

.value-box{
	align-items:center;
}

/**************************************
*
*         SERVICES
*
***************************************/

#services,
#team {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

#services h2,
#team h2 {
	color: var(--color-cream);
}

#services .wrapper-title {
	max-width: 980px;
	margin: 0 auto 30px auto;
}

#services .wrapper-title p {
	max-width: 820px;
	margin: 18px auto 0 auto;
	color: rgba(234, 225, 210, 0.88);
	line-height: 1.8;
	font-size: 18px;
}

/* Intro arriba de los cuadros */
.services-intro {
	max-width: 980px;
	margin: 0 auto 45px auto;
}

.services-intro h3 {
	max-width: 950px;
	margin: 0 auto;
	line-height: 1.7;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
}

/* Subtítulo */
.services-subtitle {
	margin-bottom: 30px;
	color: var(--color-beige);
	font-size: 28px;
	line-height: 1.3;
}

/* Grid de cuadros */
.wrapper-services.services-text-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}

/* Cada cuadro */
.wrapper-services.services-text-grid article {
	width: calc(33.333% - 16px);
	padding: 38px 28px;
	border: 1px solid rgba(212, 170, 103, 0.28);
	border-radius: 6px;
	background: rgba(28, 24, 20, 0.45);
	min-height: 210px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

/* Títulos de cuadros */
.wrapper-services.services-text-grid article h3 {
	margin-bottom: 14px;
	color: var(--color-cream);
	font-size: 30px;
	line-height: 1.25;
}

/* Texto de cuadros */
.wrapper-services.services-text-grid article p {
	margin-bottom: 0;
	color: rgba(234, 225, 210, 0.78);
	line-height: 1.8;
	font-size: 17px;
}

/* Cierre final */
.services-closing {
	max-width: 980px;
	margin: 45px auto 0 auto;
}

.services-closing p {
	max-width: 950px;
	margin: 0 auto;
	line-height: 1.8;
	font-size: 18px;
	color: rgba(234, 225, 210, 0.76);
}
.h3-blanco
{
	font-family: "Lora", serif;
	font-weight: 700;
	line-height: 1.15;
	color: #cfb08a;
	margin-bottom: 24px;
	text-transform: none;
}

/**************************************
*
*         RESPONSIVE
*
***************************************/

@media (max-width: 991px) {
	.wrapper-services.services-text-grid article {
		width: calc(50% - 12px);
		min-height: 200px;
	}

	.wrapper-services.services-text-grid article h3 {
		font-size: 27px;
	}
}

@media (max-width: 767px) {
	#services .wrapper-title p,
	.services-intro p,
	.services-closing p {
		font-size: 16px;
		line-height: 1.7;
	}

	.services-subtitle {
		font-size: 24px;
		margin-bottom: 24px;
	}

	.wrapper-services.services-text-grid {
		gap: 18px;
	}

	.wrapper-services.services-text-grid article {
		width: 100%;
		padding: 30px 22px;
		min-height: auto;
	}

	.wrapper-services.services-text-grid article h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.wrapper-services.services-text-grid article p {
		font-size: 16px;
		line-height: 1.7;
	}
}

.services-intro h3,
.services-closing h3 {
	max-width: 950px;
	margin: 0 auto;
	line-height: 1.9;
	font-size: 25px;
	color: #ffffff;
	font-weight: 400;
}

.wrapper-title h3 {
	max-width: 950px;
	margin: 0 auto;
	line-height: 1.7;
	font-size: 25px;
	font-weight: 500;
	color: #ffffff;
}


/**************************************
*
*         PROGRESS
*
***************************************/

.single-progress {
	width: calc(25% - 20px);
	margin: 10px;
	padding: 20px;
}

.single-progress span {
	display: block;
	font-family: "Lora", serif;
	font-size: 60px;
	font-weight: 700;
	color: var(--color-beige);
}

.single-progress h3 {
	font-size: 30px;
	color: var(--color-cream);
}
.intro-text2 {
    max-width: 700px;
    margin: 0 auto 30px auto;
    font-size: 25px;
    line-height: 1.6;
    color: #302c29;
}
/**************************************
*
*         TEAM
*
***************************************/

.single-team {
	border: 1px solid rgba(234, 225, 210, 0.18);
	background-color: rgba(58, 42, 31, 0.22);
}

.single-team img {
	width: 100%;
}

.team-content {
	padding: 30px 20px;
	color: var(--color-cream);
}

.team-content h3 {
	margin-bottom: 10px;
	font-size: 25px;
	color: var(--color-cream);
}

.team-content ul {
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.team-content ul li {
	margin: 0 10px;
}

.team-content ul li a {
	color: var(--color-cream);
}

.team-content ul li a:hover {
	color: var(--color-beige);
}

/**************************************
*
*         CONTACT
*
***************************************/

#contact {
	padding-top: 100px;
	background-color: var(--color-bg-soft);
}

#contact h2 {
	margin-bottom: 30px;
}

.wrapper-contact-form {
	padding-bottom: 50px;
}

.wrapper-contact {
	width: 30%;
	padding-right: 50px;
}

.wrapper-form {
	width: 70%;
}

.single-address {
	margin-bottom: 50px;
}

.single-address h3 {
	font-size: 25px;
	color: var(--color-dark);
}

.single-address p {
	margin-bottom: 10px;
}

.single-address a {
	color: var(--color-text);
}

.single-address a:hover {
	color: var(--color-accent);
}

.wrapper-input {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wrapper-input input {
	width: calc(50% - 10px);
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid rgba(117, 98, 81, 0.12);
	background-color: rgba(117, 98, 81, 0.08);
	color: var(--color-dark);
	font-family: "Lora", serif;
	font-weight: 700;
	transition: all 0.4s ease;
}

.wrapper-input input:focus,
textarea:focus {
	background-color: rgba(188, 144, 89, 0.1);
	border-color: rgba(188, 144, 89, 0.45);
}

textarea {
	display: block;
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid rgba(117, 98, 81, 0.12);
	background-color: rgba(117, 98, 81, 0.08);
	color: var(--color-dark);
	font-family: "Lora", serif;
	font-weight: 700;
	transition: all 0.4s ease;
}

.wrapper-form button {
	display: inline-block;
	padding: 20px 45px;
	border-radius: 40px;
	background-color: var(--color-dark);
	color: var(--color-cream);
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.4s ease;
}

.wrapper-form button:hover {
	background-color: var(--color-accent);
	color: var(--color-white);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
		0 6px 30px 5px rgba(0, 0, 0, 0.12),
		0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

.wrapper-map {
	width: 100%;
	height: 400px;
}

.wrapper-map iframe {
	width: 100%;
	height: 400px;
}

.copyright {
	padding: 30px 15px;
	background-color: var(--color-dark);
	color: var(--color-cream);
}

.copyright p {
	margin-bottom: 0;
	font-size: 14px;
	letter-spacing: 0.5px;
}

/**************************************
*
*         SMALL ENHANCEMENTS
*
***************************************/

section {
	position: relative;
}

#philosophy,
#about,
#projects,
#contact {
	background-color: var(--color-bg);
}

#design-practice {
	background-color: #f8f1e6;
}

#about .wrapper-aboutus + .wrapper-aboutus {
	margin-top: 50px;
}

.project-img img,
.single-team img,
.aboutus-img img {
	box-shadow: 0 10px 30px rgba(58, 42, 31, 0.08);
}

/**************************************
*
*         RESPONSIVE HELPERS
*
***************************************/

@media (max-width: 1199px) {
	h1 {
		font-size: 68px;
	}

	h2 {
		font-size: 44px;
	}

	.aboutus-content,
	.project-content {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 991px) {
	.wrapper-header-top {
		display: none;
	}

	#openmenu,
	#closemenu {
		display: inline-block;
	}

	#navigation {
		position: fixed;
		top: 0;
		right: -100%;
		width: 280px;
		height: 100vh;
		padding: 40px 25px;
		background-color: var(--color-dark);
		transition: all 0.4s ease;
		z-index: 1001;
	}

	#navigation.active {
		right: 0;
	}

	.menu li {
		float: none;
		margin: 0 0 20px 0;
	}

	.aboutus-content,
	.aboutus-img,
	.project-img,
	.project-content,
	.wrapper-contact,
	.wrapper-form {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.wrapper-aboutus,
	.single-project {
		gap: 30px;
	}

	.wrapper-services article,
	.single-progress {
		width: calc(50% - 20px);
	}

	.wrapper-contact {
		margin-bottom: 30px;
	}

	h1 {
		font-size: 56px;
	}

	.wrapper-header-content {
		height: 700px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 34px;
	}

	h3 {
		font-size: 24px;
	}

	.ptb,
	#aboutus,
	#philosophy,
	#design-practice,
	#about,
	#contact {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.wrapper-services article,
	.single-progress {
		width: 100%;
	}

	.wrapper-input {
		display: block;
	}

	.wrapper-input input {
		width: 100%;
	}

	.header-content p {
		font-size: 16px;
	}

	.btn,
	.wrapper-form button {
		padding: 16px 30px;
	}
}

/**************************************
*
*         PORTFOLIO / PROJECTS
*
***************************************/

.portfolio-more {
	text-align: center;
	margin-top: 60px;
}

.portfolio-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 18px 36px;

	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;

	color: #fff;
	background: var(--color-dark);

	border-radius: 50px;
	text-decoration: none;

	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
}

.portfolio-cta-btn span {
	font-size: 18px;
	transition: transform 0.3s ease;
}

.portfolio-cta-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

.portfolio-cta-btn:hover span {
	transform: translateX(5px);
}

.back-home {
	max-width: 1100px;
	margin: 40px auto 20px auto;
	padding: 0 20px;
}

.back-home a {
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
	color: var(--color-beige);
	border-bottom: 1px solid var(--color-beige);
	padding-bottom: 4px;
	transition: all 0.3s ease;
}

.back-home a:hover {
	color: var(--color-dark);
	border-color: var(--color-dark);
}

#projects.portfolio-section {
	background-color: var(--color-bg);
}

.portfolio-header {
	max-width: 980px;
	margin: 0 auto 45px auto;
}

.portfolio-label {
	margin-bottom: 10px;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--color-beige);
}

.portfolio-header h2 {
	color: var(--color-dark);
}

.portfolio-header p {
	max-width: 900px;
	margin: 18px auto 0 auto;
	line-height: 1.85;
	font-size: 18px;
	color: rgba(58, 42, 31, 0.78);
}

.portfolio-explore {
	margin-bottom: 32px;
}

.portfolio-explore h3 {
	margin-bottom: 0;
	font-size: 34px;
	color: var(--color-dark);
}

.portfolio-accordion {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.portfolio-item {
	border-top: 1px solid rgba(181, 139, 82, 0.18);
	border-bottom: 1px solid rgba(181, 139, 82, 0.18);
	background-color: rgba(255, 255, 255, 0.32);
	border-radius: 8px;
	overflow: hidden;
}

.portfolio-toggle {
	width: 100%;
	padding: 30px 34px;
	border: 0;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	text-align: left;
	cursor: pointer;
}

.portfolio-toggle-text {
	flex: 1;
}

.portfolio-toggle-text h2 {
	font-size: 40px;
	margin-bottom: 10px;
	color: var(--color-dark);
}

.portfolio-toggle-text h4 {
	margin-bottom: 12px;
	font-size: 22px;
	line-height: 1.4;
	color: var(--color-dark);
}

.portfolio-toggle-text h5 {
    margin-bottom: 0;
    max-width: 100%;
    line-height: 1.7;
    font-size: 18px;
    font-weight: 500;
    color: rgb(58 42 31);
}

.portfolio-visible {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 30px 34px;
}

.portfolio-preview {
	display: flex;
	align-items: center;
	gap: 24px;
}

.portfolio-gallery-grid.preview {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	flex: 1;
}

.portfolio-gallery-grid.preview img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}

/**************************************
*
*         BOTÓN +
*
***************************************/

.portfolio-icon {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 1px solid rgba(207, 176, 138, 0.45);
	background: rgba(255,255,255,0.08);

	display: flex;
	align-items: center;
	justify-content: center;

	cursor: pointer;
	position: relative;
	flex-shrink: 0;

	transition: all 0.3s ease;
}

/* Genera el símbolo + */
.portfolio-icon::before {
	content: "+";
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
	color: #cfb08a;
}

/* Hover elegante */
.portfolio-icon:hover {
	background: #cfb08a;
	border-color: #cfb08a;
	transform: scale(1.08);
}

.portfolio-icon:hover::before {
	color: #1f1b18;
}

/* Evita estilos raros */
.portfolio-icon:focus,
.portfolio-icon:active {
	outline: none;
	box-shadow: none;
}

/* IMPORTANTE: evita que rote y se vuelva X */
.portfolio-item.active .portfolio-icon {
	transform: none;
}

/**************************************
*
*         PANEL
*
***************************************/

.portfolio-panel {
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	padding: 0 34px;
}

.portfolio-item.active .portfolio-panel {
	max-height: 1000px;
	padding-bottom: 30px;
}

.portfolio-gallery-grid {
	padding: 0 34px 34px 34px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.portfolio-gallery-grid a {
	display: block;
	overflow: hidden;
	border-radius: 8px;
}

.portfolio-gallery-grid img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.portfolio-gallery-grid a:hover img {
	transform: scale(1.04);
}

.portfolio-cta {
	max-width: 900px;
	margin: 55px auto 0 auto;
}

.portfolio-cta h3 {
	font-size: 34px;
	color: var(--color-dark);
	margin-bottom: 16px;
}

.portfolio-cta p {
	margin: 0 auto 24px auto;
	line-height: 1.8;
	font-size: 18px;
	color: rgba(58, 42, 31, 0.78);
}

/**************************************
*
*         RESPONSIVE
*
***************************************/

@media (max-width: 991px) {

	.portfolio-gallery-grid,
	.portfolio-gallery-grid.preview {
		grid-template-columns: repeat(2, 1fr);
	}

	.portfolio-toggle-text h4 {
		font-size: 28px;
	}
}

@media (max-width: 767px) {

	.portfolio-header p,
	.portfolio-cta p,
	.portfolio-toggle-text h5 {
		font-size: 16px;
		line-height: 1.75;
	}

	.portfolio-explore h3,
	.portfolio-cta h3 {
		font-size: 28px;
	}

	.portfolio-visible {
		padding: 24px 22px;
	}

	.portfolio-preview {
		flex-direction: column;
		align-items: center;
	}

	.portfolio-toggle-text h2 {
		font-size: 32px;
	}

	.portfolio-toggle-text h4 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.portfolio-gallery-grid,
	.portfolio-gallery-grid.preview {
		padding: 0;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.portfolio-gallery-grid img,
	.portfolio-gallery-grid.preview img {
		height: 230px;
	}

	.portfolio-icon {
		width: 46px;
		height: 46px;
	}

	.portfolio-icon::before {
		font-size: 28px;
	}
}





/* Hover elegante */
.portfolio-icon:hover {
	background: #cfb08a;
	color: #1f1b18;
	transform: scale(1.08);
	border-color: #cfb08a;
}

/* Evita estilos raros del navegador */
.portfolio-icon:focus,
.portfolio-icon:active {
	outline: none;
	box-shadow: none;
}

/**************************************
*
*         CONTACT
*
***************************************/

#contact.contact-section {
	padding-top: 100px;
	background-color: var(--color-bg);
}

.contact-header {
	max-width: 980px;
	margin: 0 auto 50px auto;
}

.contact-label {
	margin-bottom: 10px;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--color-beige);
}

.contact-header h2 {
	color: var(--color-dark);
}

.contact-header p {
	max-width: 920px;
	margin: 18px auto 0 auto;
	line-height: 1.85;
	font-size: 18px;
	color: rgba(58, 42, 31, 0.78);
}

/* fila 2 */
.contact-info-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	margin-bottom: 34px;
}

.contact-card {
	padding: 34px 30px;
	background-color: rgba(255, 255, 255, 0.34);
	border: 1px solid rgba(181, 139, 82, 0.16);
	border-radius: 8px;
}

.contact-card h3 {
	margin-bottom: 18px;
	font-size: 34px;
	line-height: 1.2;
	color: var(--color-dark);
}

.contact-card p {
	margin-bottom: 14px;
	line-height: 1.85;
	font-size: 18px;
	color: rgba(58, 42, 31, 0.78);
}

.contact-details {
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid rgba(181, 139, 82, 0.16);
}

.contact-details h4 {
	margin-bottom: 16px;
	font-size: 24px;
	color: var(--color-dark);
}

.contact-details a {
	color: var(--color-dark);
	word-break: break-word;
}

/* fila 3 */
.contact-form-row {
	margin-bottom: 70px;
}

.contact-form-card {
	padding: 38px 34px;
	background-color: rgba(255, 255, 255, 0.38);
	border: 1px solid rgba(181, 139, 82, 0.18);
	border-radius: 8px;
	max-width: 1100px;
	margin: 0 auto;
}

.contact-form-card h3 {
	margin-bottom: 14px;
	font-size: 34px;
	color: var(--color-dark);
}

.contact-form-card > p {
	margin-bottom: 24px;
	line-height: 1.8;
	font-size: 18px;
	color: rgba(58, 42, 31, 0.76);
}

.wrapper-input {
	gap: 16px;
	margin-bottom: 16px;
}

.wrapper-input input {
	width: 50%;
}

.contact-form-card input,
.contact-form-card textarea {
	width: 100%;
	padding: 18px 18px;
	border: 1px solid rgba(181, 139, 82, 0.2);
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.2);
	font-family: inherit;
	font-size: 16px;
	color: var(--color-dark);
	outline: none;
	transition: border-color 0.3s ease, background-color 0.3s ease;
}

.contact-form-card input::placeholder,
.contact-form-card textarea::placeholder {
	color: rgba(58, 42, 31, 0.58);
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
	border-color: rgba(181, 139, 82, 0.42);
	background-color: rgba(255, 255, 255, 0.34);
}

.contact-form-card textarea {
	min-height: 180px;
	resize: vertical;
	margin-bottom: 22px;
}

.contact-form-card .btn {
	min-width: 320px;
}

.res-send {
	margin-top: 14px;
	font-size: 15px;
	color: rgba(58, 42, 31, 0.68);
}

.copyright {
	padding: 28px 20px;
	border-top: 1px solid rgba(181, 139, 82, 0.16);
}

.copyright p {
	margin-bottom: 0;
	font-size: 15px;
	color: rgba(58, 42, 31, 0.65);
}

/**************************************
*
*         RESPONSIVE
*
***************************************/

@media (max-width: 991px) {
	.contact-info-grid {
		grid-template-columns: 1fr;
	}

	.contact-card h3,
	.contact-form-card h3 {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	#contact.contact-section {
		padding-top: 80px;
	}

	.contact-header {
		margin-bottom: 38px;
	}

	.contact-header p,
	.contact-card p,
	.contact-form-card > p {
		font-size: 16px;
		line-height: 1.75;
	}

	.contact-card,
	.contact-form-card {
		padding: 24px 22px;
	}

	.contact-card h3,
	.contact-form-card h3 {
		font-size: 26px;
	}

	.contact-details h4 {
		font-size: 22px;
	}

	.wrapper-input {
		flex-direction: column;
		gap: 12px;
	}

	.wrapper-input input {
		width: 100%;
	}

	.contact-form-card .btn {
		width: 100%;
		min-width: auto;
	}
}






.container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}






.refuge-section {
	padding: 100px 0;
	background: var(--color-bg);
}

.refuge-grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 60px;
	align-items: center;
}

.refuge-content {
	max-width: 520px;
}

.refuge-label {
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--color-beige);
	margin-bottom: 12px;
}

.refuge-content h2 {
	font-size: 56px;
	margin-bottom: 20px;
	color: var(--color-dark);
}

.refuge-lead {
	font-size: 22px;
	line-height: 1.6;
	margin-bottom: 20px;
	color: var(--color-dark);
}

.refuge-content p {
	font-size: 17px;
	line-height: 1.8;
	color: rgba(58, 42, 31, 0.75);
	margin-bottom: 14px;
}

.refuge-image img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	border-radius: 12px;
}


@media (max-width: 768px) {
	.refuge-grid {
		grid-template-columns: 1fr;
	}

	.refuge-image img {
		height: 300px;
	}

	.refuge-content h2 {
		font-size: 40px;
	}
}

.refuge-lead {
	color: #bc9059;
}


.navbar {
	padding: 20px 0;
}

.nav-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
}

.nav-group {
	display: flex;
	gap: 25px;
}

.nav-logo img {
	height: 60px;
}

.nav-group a {
	text-decoration: none;
	color: white;
	font-size: 15px;
	letter-spacing: 1px;
	transition: opacity 0.3s ease;
}

.nav-group a:hover {
	opacity: 0.6;
}

.navbar {
	
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	z-index: 1000;
	transition: all 0.3s ease;
}

/* estado cuando haces scroll */
.navbar.scrolled {
	position: fixed;
	background: #4b3a2f; /* marrón elegante */
	padding: 15px 0;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}


.navbar.scrolled .nav-logo img {
	height: 50px;
}

.navbar.scrolled {
	background: rgba(75, 58, 47, 0.9);
	backdrop-filter: blur(6px);
}


.nav-group a {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #f5f1ea; /* tono suave elegante */
	text-decoration: none;
	transition: all 0.3s ease;
}


.nav-group a {
	font-size: 19px;
	font-weight: 600;
}


.nav-group a:hover {
	color: #bc9059;
}


.nav-group {
	gap: 35px;
}




/* correo */
.topbar-right .email {
	font-size: 14px;
	color: #f5f1ea;
	display: flex;
	align-items: center;
	gap: 8px;
}

/* icono */
.topbar-right .social {
	color: #f5f1ea;
	font-size: 16px;
	text-decoration: none;
}

/* hover elegante */
.topbar-right .social:hover {
	color: #bc9059;
}


.topbar {
	padding: 12px 0;
}

.navbar {
	margin-top: 10px;
}


.topbar {
	padding: 12px 0;
}

.navbar {
	margin-top: 10px;
}


.topbar-right .social:hover {
	transform: translateY(-2px);
}

.navbar {
	background: #4b3a2f;
	padding: 25px 0; /* 🔥 más altura */
}

.nav-menu {
	gap: 80px; /* antes 60 → más aire */
}

.topbar-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.topbar-right {
	margin-left: auto; /* empuja a la derecha */
}


.navbar {
	margin-top: 8px;
}

.topbar {
	font-size: 13px;
	opacity: 0.85;
}


.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #4b3a2f;
}

/* TOP INFO */
.top-info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	padding: 8px 40px;
	font-size: 13px;
	color: #f5f1ea;
}

/* NAVBAR */
.navbar {
	padding: 18px 0;
}

.nav-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 70px;
}

.nav-group {
	display: flex;
	gap: 30px;
}

.nav-group a {
	color: #f5f1ea;
	text-decoration: none;
	font-size: 18px;
	font-family: 'Playfair Display', serif;
}

.nav-logo img {
	height: 60px;
}



/* ================= HEADER LIMPIO ================= */

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #4b3a2f;
	z-index: 1000;
}

/* TOP INFO (correo + fb) */
.top-info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	padding: 10px 40px;
	font-size: 13px;
	color: #f5f1ea;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.top-info i {
	color: #bc9059;
}

.top-info a {
	color: #f5f1ea;
	text-decoration: none;
	font-size: 14px;
}

.top-info a:hover {
	color: #bc9059;
}

/* NAVBAR */
.navbar {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}

.nav-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 80px;
}

.nav-group {
	display: flex;
	gap: 35px;
}

.nav-group a {
	font-family: "Lora", serif;
	font-size: 18px;
	font-weight: 600;
	color: #f5f1ea;
	text-decoration: none;
	transition: all 0.3s ease;
}

.nav-group a:hover {
	color: #bc9059;
}

.nav-logo img {
	height: 60px;
}

/* evitar que el header tape contenido */
body {
	padding-top: 120px;
}




#philosophy,
#about,
#services,
#process,
#projects,
#contact {
	scroll-margin-top: 120px;
}



/* =========================
   HEADER FINAL LIMPIO
========================= */

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #4b3a2f;
	z-index: 1000;
}

/* TOP INFO */
.top-info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	padding: 10px 40px;
	font-size: 13px;
	color: #f5f1ea;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.top-info i {
	color: #bc9059;
}

.top-info a {
	color: #f5f1ea;
	text-decoration: none;
	font-size: 14px;
}

.top-info a:hover {
	color: #bc9059;
}

/* NAVBAR */
.navbar {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	background: #4b3a2f;
}

.nav-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 80px;
}

.nav-group {
	display: flex;
	gap: 35px;
}

.nav-group a {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-weight: 600;
	color: #f5f1ea;
	text-decoration: none;
	transition: all 0.3s ease;
}

.nav-group a:hover {
	color: #bc9059;
}

.nav-logo img {
	height: 60px;
}

/* EVITA QUE HEADER TAPE CONTENIDO */
body {
	padding-top: 120px;
}

/* SCROLL PRECISO */
#home,
#philosophy,
#about,
#services,
#process,
#projects,
#contact {
	scroll-margin-top: 120px;
}



/* =========================
   PROJECT DETAILS
========================= */

.project-details {
	padding: 80px 0;
	background: #f4efe7;
}

.details-title {
	text-align: center;
	font-size: 28px;
	margin-bottom: 40px;
	font-family: 'Playfair Display', serif;
	color: #3a2a1f;
}

.details-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

/* imágenes */
.details-gallery img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 12px;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* hover elegante */
.details-gallery img:hover {
	transform: scale(1.03);
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media (max-width: 991px) {
	.details-gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.details-gallery {
		grid-template-columns: 1fr;
	}
}


@media (max-width: 767px) {

	/* stack vertical */
	.portfolio-preview {
		flex-direction: column;
		align-items: stretch;
	}

	/* botón abajo centrado */
	.portfolio-icon {
		align-self: center;
		margin-top: 10px;
	}

	/* imágenes más limpias */
	.portfolio-gallery-grid.preview {
		grid-template-columns: 1fr;
	}

	.portfolio-gallery-grid.preview img {
		height: 200px;
	}

}


@media (max-width: 767px) {

	.top-info {
		padding: 8px 20px;
		font-size: 12px;
		justify-content: center;
		text-align: center;
	}

	.nav-menu {
		flex-direction: column;
		gap: 15px;
	}

	.nav-group {
		gap: 15px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.nav-logo img {
		height: 45px;
	}

	/* 🔥 CLAVE */
	body {
		padding-top: 90px;
	}

}


@media (max-width: 767px) {

	.portfolio-toggle-text h2 {
		font-size: 28px;
	}

	.portfolio-toggle-text h4 {
		font-size: 18px;
	}

	.portfolio-toggle-text p {
		font-size: 15px;
		line-height: 1.6;
	}

}


/* BOTÓN HAMBURGER */
.menu-toggle {
	display: none;
	flex-direction: column;
	cursor: pointer;
	gap: 5px;
}

.menu-toggle span {
	width: 25px;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	transition: 0.3s;
}

/* MOBILE */
@media (max-width: 767px) {

	/* mostrar botón */
	.menu-toggle {
		display: flex;
		position: absolute;
		right: 20px;
		top: 25px;
		z-index: 1001;
	}

	/* ocultar menú */
	.nav-menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 260px;
		height: 100vh;
		background: #4b3a2f;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 25px;
		transition: 0.4s ease;
	}

	/* cuando está activo */
	.nav-menu.active {
		right: 0;
	}

	/* links */
	.nav-group {
		flex-direction: column;
		gap: 20px;
	}

	.nav-group a {
		font-size: 20px;
	}

	/* logo más pequeño */
	.nav-logo img {
		height: 50px;
		margin: 20px 0;
	}

}


.menu-toggle.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
	opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
}

.nav-logo-center {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	background: #4b3a2f;
}

.nav-logo-center img {
	height: 55px;
}

@media (max-width: 767px) {

	.nav-logo-center img {
		height: 45px;
	}

}

.menu-toggle {
	position: absolute;
	right: 20px;
	top: 70px; /* 🔥 ajusta según tu header */
}




.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;

	background: rgba(75, 58, 47, 0.95);
	backdrop-filter: blur(8px);

	transition: all 0.3s ease;
}


.nav-logo-center {
	position: relative;
	z-index: 1001;
}

body {
	padding-top: 160px; /* ajusta según altura real */
}

.header.scrolled {
	background: rgba(75, 58, 47, 0.85);
	padding: 5px 0;
}








.experience {
  background: #4b2e21;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}

/* TEXTO ARRIBA */
.experience .top-text {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* NÚMERO */
.experience .counter {
  display: block;
  font-size: 48px;
  font-weight: 600;
  margin: 5px 0;
}

/* TEXTO ABAJO */
.experience .bottom-text {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 5px;
}



.process-intro {
  text-align: center;
  padding: 100px 20px;
  background: #f5efe8;
}

/* TÍTULO */
.process-intro h2 {
  font-size: 48px;
  color: #3b2a22;
  font-weight: 600;
  margin-bottom: 20px;
}

.process-intro h2 span {
  color: #b0895a;
}

/* TEXTO */
.intro-text {
  max-width: 700px;
  margin: 0 auto 30px auto;
  font-size: 18px;
  line-height: 1.6;
  color: #5a4a42;
}




.process-btn {
  display: inline-block;
  margin-top: 5px;
  padding: 14px 32px;
  background-color: #4b2e21; /* marrón elegante */
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

/* HOVER (detalle clave) */
.process-btn:hover {
  background-color: #6a4330; /* marrón más claro */
  transform: translateY(-2px);
}





section {
  padding: 60px 0; /* prueba bajarlo */
}

section {
  padding: 40px 0;
}

#design-refined {
  padding-top: 30px;
}

.refuge-content h2 {
  margin-top: 0;
}

.refuge-label {
  margin-bottom: 5px;
}

.refuge-grid {
  gap: 20px; /* reduce si está en 40px o más */
  align-items: center;
}

#about {
  margin-bottom: 0;
  padding-bottom: 30px;
}

#about {
  padding-bottom: 20px;
}

#design-refined {
  padding-top: 20px;
}



#projects {
  padding-top: 40px;
}

.process-intro {
  padding-bottom: 40px; /* bájalo */
}

.process-intro h2 {
  margin-bottom: 15px;
}

.process-intro p {
  margin-bottom: 20px;
}

#projects h2 {
  margin-top: 0;
}

.process-intro {
  padding: 60px 20px 20px;
}

#projects {
  padding: 40px 0 30px;
}



.portfolio-more {
  margin: 30px 0 40px;
}

.contact-section {
  padding: 60px 20px 80px;
}

.contact-header {
  max-width: 700px;
  margin: 0 auto;
}




section {
  padding: 80px 0;
}

h2 {
  margin-bottom: 20px;
}

p {
  margin-bottom: 20px;
}


.contact-header p {
  max-width: 600px;
  margin: 0 auto;
}


.portfolio-more {
  margin: 30px 0 30px;
}

.portfolio-more {
  margin: 30px 0 20px;
}

.contact-section {
  padding: 40px 20px 80px;
}

.portfolio-more {
  margin-bottom: 10px;
}

.contact-section {
  padding-top: 50px;
}

#contact.contact-section {
    padding-top: 50px;
    background-color: var(--color-bg);
}


.gallery-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.95);
}

.modal-image {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 80vh;
  margin-top: 5%;
}

.close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.gallery-controls span {
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

#prev { left: 30px; }
#next { right: 30px; }




.service-plus {
  position: absolute;
  bottom: 20px;
  right: 20px;

  width: 40px;
  height: 40px;
  border-radius: 50%;

  border: 2px solid #cfb08a;
  color: #cfb08a;
  background: transparent;

  font-size: 28px;
  cursor: pointer;

  transition: 0.3s ease;
}

.service-plus:hover {
  background: #cfb08a;
  color: #111;
}

/* IMPORTANTE */
.wrapper-services article {
  position: relative;
}


#value .value-box {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}


.wrapper-services article {
  position: relative;
  padding: 40px;
}

.service-plus {
  position: absolute;
  bottom: 20px;
  right: 20px;
}


.services-closing {
   margin-top: 50px; /* 👈 antes 80-100, ahora más fino */
   max-width: 850px;
}

.services-closing h3 {
   line-height: 1.5;
}

.services-closing {
   margin-top: 50px;
   padding-top: 25px;
   max-width: 850px;
}

.services-closing h3 {
   line-height: 1.5;
}










/* ===================================
   FORCE BIG LOGO
=================================== */

.nav-logo img,
.nav-logo-center img {
	height: 120px !important;
	width: auto !important;
	max-height: none !important;
}

/* navbar más alto */
.navbar {
	padding: 35px 0 !important;
}

/* espacio para compensar header */
body {
	padding-top: 260px !important;
}

/* mobile */
@media (max-width: 767px) {

	.nav-logo img,
	.nav-logo-center img {
		height: 80px !important;
	}

	body {
		padding-top: 180px !important;
	}
}




.back-home {
	text-align: center;
	margin: 50px auto;
}

.back-home a {
	display: inline-block;
	padding: 20px 42px;
	min-width: 320px;

	background: #5a3423;
	color: #f5efe6;

	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;

	border-radius: 8px;
	border: none;

	transition: all 0.3s ease;
	box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.back-home a:hover {
	background: #6b3d29;
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(0,0,0,0.16);
	color: #ffffff;
}


/**************************************
*
*         PROCESS SECTION
*
***************************************/

.process-wrapper {
	max-width: 1180px;
	margin: 0 auto;
	padding: 40px 20px;
}

/* Cada bloque */
.process-step {
	display: flex;
	align-items: flex-start;
	gap: 50px;

	background: #f6f1e8;
	border: 1px solid rgba(212,170,103,0.18);
	border-radius: 10px;

	padding: 38px 42px;
	margin-bottom: 28px;
}

/* Número */
.process-number {
	min-width: 90px;

	font-size: 58px;
	font-weight: 700;
	line-height: 1;

	color: #cfb08a;
	font-family: "Lora", serif;
}

/* Contenido */
.process-content {
	flex: 1;
}

/* Título */
.process-content h2 {
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 16px;

	color: #2f2119;
	font-family: "Lora", serif;
	font-weight: 700;
}

/* Texto destacado */
.process-content h4 {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 16px;

	color: #3b2a20;
	font-weight: 700;
}

/* Texto normal */
.process-content p {
	font-size: 18px;
	line-height: 1.9;
	margin-bottom: 14px;

	color: #5c4a3d;
}

/* Optional */
.process-optional {
	font-size: 22px;
	font-style: italic;
	font-weight: 400;
	color: #7b6a5c;
}

/* Última frase */
.process-highlight {
	font-weight: 700;
	color: #2f2119;
}

/**************************************
*
*         RESPONSIVE
*
***************************************/

@media (max-width: 768px) {

	.process-step {
		flex-direction: column;
		gap: 20px;

		padding: 30px 24px;
	}

	.process-number {
		font-size: 42px;
		min-width: auto;
	}

	.process-content h2 {
		font-size: 28px;
	}

	.process-content h4,
	.process-content p {
		font-size: 16px;
		line-height: 1.7;
	}
}



/**************************************
*
*         TESTIMONIALS
*
***************************************/

#testimonials {
	background: #e9e2d7;
	padding: 120px 0;
	position: relative;
	overflow: hidden;
}

#testimonials .wrapper-title {
	text-align: center;
	margin-bottom: 60px;
}

#testimonials h2 {
	font-size: 72px;
	line-height: 1.05;
	color: #2f2118;
	margin-bottom: 24px;
	font-family: "Lora", serif;
	font-weight: 700;
}

#testimonials .h3-blanco {
	color: #7a6859;
	font-size: 22px;
	line-height: 1.7;
	max-width: 860px;
	margin: 0 auto;
	font-weight: 400;
	font-family: "Lora", serif;
}

/**************************************
*
*         SLIDER
*
***************************************/

.testimonial-slider {
	position: relative;
	max-width: 980px;
	margin: 0 auto 80px auto;
	min-height: 650px;
}

/**************************************
*
*         CARD
*
***************************************/

.testimonial-card {
	position: absolute;
	inset: 0;

	background: rgba(246,241,232,0.96);

	border-radius: 12px;

	padding: 75px 75px 120px;

	opacity: 0;
	transform: translateX(40px);

	transition:
		opacity 2s ease,
		transform 2s ease;

	pointer-events: none;

	box-shadow:
		0 10px 35px rgba(0,0,0,0.05);

	overflow-y: auto;
}

/* Scroll elegante */

.testimonial-card::-webkit-scrollbar {
	width: 6px;
}

.testimonial-card::-webkit-scrollbar-thumb {
	background: rgba(122,104,89,0.3);
	border-radius: 10px;
}

.testimonial-card.active {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}

/**************************************
*
*         QUOTE ICON
*
***************************************/

.testimonial-quote {
	font-size: 120px;
	line-height: 1;
	color: rgba(207,176,138,0.15);

	position: absolute;
	top: 30px;
	left: 40px;

	font-family: serif;
}

/**************************************
*
*         TEXT
*
***************************************/

.testimonial-text {
	position: relative;
	z-index: 2;

	font-size: 26px;
	line-height: 1.8;

	color: #3a2a20;

	font-family: "Lora", serif;

	margin-bottom: 28px;
}

.testimonial-author {
	margin-top: 10px;

	font-size: 15px;
	letter-spacing: 3px;
	text-transform: uppercase;

	color: #cfb08a;

	font-weight: 700;
}

/**************************************
*
*         NAVIGATION
*
***************************************/

.testimonial-nav {
	display: flex;
	justify-content: center;
	align-items: center;

	gap: 18px;

	margin-top: 55px;
	margin-bottom: 70px;

	position: relative;
	z-index: 20;
}

.testimonial-btn {
	width: 58px;
	height: 58px;

	border-radius: 50%;

	border: 1px solid rgba(207,176,138,0.35);

	background: transparent;

	color: #7a5a45;

	font-size: 22px;

	cursor: pointer;

	transition: all 0.3s ease;
}

.testimonial-btn:hover {
	background: #5a3422;
	color: #fff;
	border-color: #5a3422;
	transform: translateY(-2px);
}

/**************************************
*
*         RESPONSIVE
*
***************************************/

@media (max-width: 991px) {

	#testimonials {
		padding: 90px 0;
	}

	#testimonials h2 {
		font-size: 54px;
	}

	#testimonials .h3-blanco {
		font-size: 20px;
		line-height: 1.6;
		padding: 0 15px;
	}

	.testimonial-slider {
		min-height: 720px;
	}

	.testimonial-card {
		padding: 60px 45px 100px;
	}

	.testimonial-quote {
		font-size: 95px;
		top: 25px;
		left: 30px;
	}

	.testimonial-text {
		font-size: 22px;
		line-height: 1.75;
	}

	.testimonial-btn {
		width: 54px;
		height: 54px;
		font-size: 20px;
	}
}

@media (max-width: 767px) {

	#testimonials {
		padding: 70px 0;
	}

	#testimonials h2 {
		font-size: 42px;
		line-height: 1.15;
	}

	#testimonials .h3-blanco {
		font-size: 18px;
		line-height: 1.6;
		padding: 0 10px;
	}

	.testimonial-slider {
		min-height: 760px;
	}

	.testimonial-card {
		padding: 45px 25px 90px;
		border-radius: 10px;
	}

	.testimonial-quote {
		font-size: 75px;
		top: 20px;
		left: 18px;
	}

	.testimonial-text {
		font-size: 18px;
		line-height: 1.7;
	}

	.testimonial-author {
		font-size: 13px;
		letter-spacing: 2px;
	}

	.testimonial-nav {
		gap: 14px;
		margin-top: 40px;
		margin-bottom: 50px;
	}

	.testimonial-btn {
		width: 48px;
		height: 48px;
		font-size: 18px;
	}
}

/**************************************
*
*         COPYRIGHT
*
***************************************/

.copyright p {
	margin-bottom: 0;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.65);
}






.top-info a {
   color: inherit;
   text-decoration: none;
}

.top-info a:hover {
   opacity: 0.8;
}



.aboutus-img img {
    height: 620px;
    object-fit: cover;
}



.nav-logo-center {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    background: #dac8ae;
}


.nav-logo img, .nav-logo-center img {
    height: 190px !important;
    width: auto !important;
    max-height: none !important;
}



.value-center p,
.value-right p {
    text-align: left;
}


.portfolio-explore h3 {
    margin-bottom: 0;
    font-size: 46px;
    color: #bc9059;
}



.nav-group a {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight: 600;
    color: #f5f1ea;
    text-decoration: none;
    transition: all 0.3s ease;
}



.refuge-image img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 12px;
}