html {
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  background: #faf7f2;
  color: #2c2c2c;
  scroll-behavior: smooth;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#footer-mount {
  margin-top: auto;
}

h1, h2, h3, h4, h5 {
  font-family: 'Public Sans', serif;
  font-weight: 700;
  color: #2c2c2c;
  letter-spacing: 0.5px;
}

h1 {
  font-size: 72px;
  line-height: 1.1;
}

h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.page-open-tab {
  font-family: "Public Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #9b6e43;
  margin-bottom: 0;
}

h5 {
  font-size: 20px;
}

p {
  font-family: 'Roboto', serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.85;
}

.section {
  padding: 60px 0;
}

.dark-section {
  background: #f0ebe2;
}

/* NAVBAR */
.glass-nav.navbar {
  --bs-navbar-bg: transparent;
  --bs-navbar-border-color: transparent;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none;
  padding: 15px 0;
  border-bottom: none;
  z-index: 9999;
}

.glass-nav .navbar-collapse {
  background: transparent;
}

/* Home: navbar fixed over hero — banner photos show through transparent bar */
body.home .glass-nav.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1050;
}

body.home .glass-nav .navbar-brand,
body.home .glass-nav .nav-link {
  color: #faf8f5 !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

body.home .glass-nav .nav-link:hover,
body.home .glass-nav .nav-link.active {
  color: #e8d5c4 !important;
}

body.home .glass-nav .dropdown-toggle::after {
  border-top-color: #faf8f5;
}

body.home .glass-nav .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.45);
}

body.home .glass-nav .navbar-toggler-icon {
  filter: invert(1) brightness(1.05);
}

@media (max-width: 991.98px) {
  body.home .glass-nav .navbar-collapse.show,
  body.home .glass-nav .navbar-collapse.collapsing {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0 0 12px 12px;
    padding-bottom: 12px;
    margin-top: 8px;
  }
}

/* After scrolling past hero: solid bar + dark links for light sections */
body.home.home-nav-past-hero .glass-nav.navbar {
  background: rgba(250, 247, 242, 0.94) !important;
  background-color: rgba(250, 247, 242, 0.94) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(90, 62, 43, 0.08);
}

body.home.home-nav-past-hero .glass-nav .navbar-brand,
body.home.home-nav-past-hero .glass-nav .nav-link {
  color: #5a3e2b !important;
  text-shadow: none;
}

body.home.home-nav-past-hero .glass-nav .nav-link:hover,
body.home.home-nav-past-hero .glass-nav .nav-link.active {
  color: #9b6e43 !important;
}

body.home.home-nav-past-hero .glass-nav .dropdown-toggle::after {
  border-top-color: #5a3e2b;
}

body.home.home-nav-past-hero .glass-nav .navbar-toggler {
  border-color: rgba(90, 62, 43, 0.35);
}

body.home.home-nav-past-hero .glass-nav .navbar-toggler-icon {
  filter: none;
}

@media (max-width: 991.98px) {
  body.home.home-nav-past-hero .glass-nav .navbar-collapse.show,
  body.home.home-nav-past-hero .glass-nav .navbar-collapse.collapsing {
    background: rgba(250, 247, 242, 0.98);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

/* Inner pages: dropdown copy + Bootstrap vars (#navbar-mount beats .glass-nav-only rules in cascade) */
body:not(.home) #navbar-mount .glass-nav .dropdown-menu {
  --bs-dropdown-color: #2c2c2c;
  --bs-dropdown-link-color: #2c2c2c;
  --bs-dropdown-link-hover-color: #9b6e43;
  --bs-dropdown-link-hover-bg: rgba(90, 62, 43, 0.06);
  --bs-dropdown-link-active-color: #5a3e2b;
  --bs-dropdown-link-active-bg: rgba(90, 62, 43, 0.08);
  background-color: rgba(250, 247, 242, 0.97) !important;
  border: 1px solid #e0d8cc !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

body:not(.home) #navbar-mount .glass-nav .dropdown-toggle::after {
  border-top-color: #2c2c2c;
}

body:not(.home) #navbar-mount .glass-nav .dropdown-item,
body:not(.home) #navbar-mount .glass-nav .dropdown-item:link,
body:not(.home) #navbar-mount .glass-nav .dropdown-item:visited {
  color: #2c2c2c !important;
}

body:not(.home) #navbar-mount .glass-nav .dropdown-item:hover,
body:not(.home) #navbar-mount .glass-nav .dropdown-item:focus {
  color: #9b6e43 !important;
  background-color: rgba(90, 62, 43, 0.06) !important;
}

body:not(.home) #navbar-mount .glass-nav .dropdown-item.active,
body:not(.home) #navbar-mount .glass-nav .dropdown-item:active {
  color: #5a3e2b !important;
  background-color: rgba(90, 62, 43, 0.08) !important;
}

.navbar-brand {
  font-family: 'Public Sans', serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #5a3e2b !important;
}

.nav-link {
  font-family: 'Public Sans', serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2c2c2c !important;
}

.nav-link:hover,
.nav-link.active {
  color: #9b6e43 !important;
}

/* HERO */
.hero {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 110px;
}

.hero-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-carousel .carousel-inner {
  height: 100%;
}

.hero-carousel .carousel-item {
  height: 100%;
}

.hero-slide-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.35), rgba(0,0,0,0.60));
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 16px;
}

.hero-content h1 {
  font-family: 'Public Sans', serif;
  font-weight: 600;
  font-size: 62px;
  letter-spacing: 6px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
  text-transform: uppercase;
}

.hero-content p {
  font-family: 'Public Sans', serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #f0ebe2;
  text-shadow: 0 1px 6px rgba(0,0,0,0.3);
}

/* CAROUSEL CONTROLS */
.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  z-index: 3;
  width: 5%;
  opacity: 0.6;
}

.hero-carousel .carousel-control-prev:hover,
.hero-carousel .carousel-control-next:hover {
  opacity: 1;
}

.hero-carousel .carousel-indicators {
  z-index: 3;
  bottom: 20px;
}

.hero-carousel .carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.6);
  border: none;
}

.hero-carousel .carousel-indicators button.active {
  background-color: #c49a6c;
}

/* BUTTONS */
.btn-modern {
  background: #9b6e43;
  border: none;
  padding: 10px 30px;
  color: #fff;
  border-radius: 30px;
  font-family: 'Public Sans', serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s;
}

.btn-modern:hover {
  background: #7a5230;
  color: #fff;
}

.btn-modern-outline {
  border: 1px solid #9b6e43;
  color: #9b6e43;
  padding: 10px 30px;
  border-radius: 30px;
  background: transparent;
  font-family: 'Public Sans', serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s;
}

.btn-modern-outline:hover {
  background: #9b6e43;
  color: #fff;
}

/* ART CARDS */
.art-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.art-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.art-card:hover img {
  transform: scale(1.1);
}

.art-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: rgba(90, 62, 43, 0.75);
  color: #faf7f2;
  font-family: 'Public Sans', serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  opacity: 0;
  transition: 0.4s;
}

.art-card:hover .art-overlay {
  opacity: 1;
}

/* GLASS CARD (UPGRADED CONTACT CONTAINER) */

.glass-card{
padding:40px;
border-radius:22px;

background:linear-gradient(
145deg,
rgba(255,255,255,0.85),
rgba(255,255,255,0.55)
);

backdrop-filter:blur(14px);

border:1px solid rgba(224,216,204,0.6);

box-shadow:
0 10px 30px rgba(0,0,0,0.05),
inset 0 1px 0 rgba(255,255,255,0.4);

transition:all 0.35s ease;
}


/* subtle hover lift */

.glass-card:hover{

transform:translateY(-4px);

box-shadow:
0 16px 40px rgba(0,0,0,0.08),
inset 0 1px 0 rgba(255,255,255,0.5);

}

/* QUOTE */
.quote {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  color: #7a5230;
  border-left: 3px solid #c49a6c;
  padding-left: 15px;
  margin: 20px 0;
  line-height: 1.7;
}

/* FORM */
.form-control {
  background: #fff;
  border: 1px solid #ddd3c5;
  color: #2c2c2c;
  border-radius: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.form-control:focus {
  border-color: #9b6e43;
  box-shadow: 0 0 0 0.2rem rgba(155, 110, 67, 0.15);
}

.form-control::placeholder {
  color: #aaa;
  font-weight: 300;
}

/* CONTACT */
#contact.dark-section {
  background: #ede8df;
}

/* INSTAGRAM ICON */
.instagram-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #9b6e43;
  color: #9b6e43;
  font-size: 22px;
  transition: 0.3s;
  text-decoration: none;
}

.instagram-icon:hover {
  background: #9b6e43;
  color: #fff;
}

/* FOOTER */
footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  padding: 20px;
  background: #e8e0d4;
  color: #5a3e2b;
  font-family: 'Public Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  border-top: 1px solid #d8cfc4;
}

footer .footer-copy {
  margin: 0;
  line-height: 1.4;
}

/* Instagram in footer: inline with copyright, scale to footnote size */
footer .instagram-icon {
  width: 26px;
  height: 26px;
  font-size: 13px;
  flex-shrink: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero {
    padding-bottom: 90px;
  }

  .hero-content h1 {
    font-size: 42px;
    letter-spacing: 4px;
  }

  .hero-content p {
    font-size: 11px;
    letter-spacing: 2px;
  }

  h2 {
    font-size: 30px;
  }

  .glass-card {
    padding: 25px;
    margin-bottom: 20px;
  }

  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 28px;
    letter-spacing: 3px;
  }

  .btn-modern,
  .btn-modern-outline {
    padding: 8px 20px;
    font-size: 11px;
  }
}

/* CONTACT INFO ROWS */
.contact-info-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #e0d8cc;
  font-family: 'Roboto', sans-serif;
  font-size: 15.5px;
}

.contact-info-row:last-child {
  border-bottom: none;
}

.contact-label {
  font-family: 'Public Sans', sans-serif;
  font-weight: 700;
  color: #5a3e2b;
  min-width: 140px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-info-row a {
  color: #2c2c2c;
  text-decoration: none;
  transition: 0.3s;
}

.contact-info-row a:hover {
  color: #9b6e43;
}

.contact-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contact-social-link i {
  font-size: 18px;
  color: #9b6e43;
}

/* WORKS INTRO */
.works-intro {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #5a3e2b;
  letter-spacing: 0.5px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* HERO BUTTON GROUP */
.hero-buttons{
  margin-top:25px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}

/* INSTAGRAM BUTTON */
.insta-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid #fff;
  color:#fff;
  font-size:18px;
  transition:0.3s;
  text-decoration:none;
}

.insta-btn:hover{
  background:#9b6e43;
  border-color:#9b6e43;
  color:#fff;
}

/* HERO BUTTON SPACING FIX */
.hero-buttons .btn{
  margin-top:5px;
}

/* HERO BUTTON GROUP */

.hero-buttons{
margin-top:25px;
display:flex;
justify-content:center;
align-items:center;
gap:16px;
flex-wrap:wrap;
}


/* INSTAGRAM BUTTON SAME STYLE AS EXPLORE */

.instagram-btn{
padding:10px 18px;
font-size:14px;
}

/* ABOUT PAGE IMAGE */

#about img{
  width:100%;
  max-height:520px;
  object-fit:cover;
}


/* ABOUT TEXT SPACING */

#about p{
  margin-bottom:14px;
}


/* REPRESENTATION TEXT */

.representation{
  font-family:'Public Sans',sans-serif;
  font-size:13px;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#5a3e2b;
  margin-top:10px;
}


/* DOWNLOAD CV BUTTON ICON */

.btn-modern-outline i{
  margin-right:6px;
}


/* ABOUT PAGE ALIGNMENT FIX */

#about .row{
  align-items:center;
}


/* PRESS CARD SPACING FIX */

#about .glass-card{
  height:100%;
}


/* NEWS SECTION TEXT */

#about .glass-card p{
  margin-bottom:8px;
}


/* ============================= */
/* WRITINGS & PRESS PAGE */
/* ============================= */

.press-card{
  height:100%;
}

.press-card h5{
  margin-bottom:10px;
}

.press-card p{
  font-size:15px;
  color:#5a3e2b;
}

/* button spacing */

.press-card .btn-modern-outline{
  margin-top:10px;
}

.press-card{
  height:100%;
}

.press-card h5{
  margin-bottom:10px;
}

.press-card p{
  font-size:15px;
  color:#5a3e2b;
}

/* PDF button spacing */
.press-card .btn-modern-outline{
  margin-top:10px;
}

/* Publication thumbnail */

.publication-thumb{
  width:100%;
  height:160px;
  object-fit:cover;
  border-radius:10px;
  margin-bottom:12px;
  border:1px solid #e0d8cc;
}



/* ============================= */
/* NEWS / UPCOMING PAGE */
/* ============================= */

.news-card{
  height:100%;
}

.news-card h5{
  margin-bottom:10px;
}

.news-date{
  font-family:'Public Sans',sans-serif;
  font-size:12px;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#9b6e43;
  margin-bottom:6px;
}

.news-card p{
  font-size:15px;
  color:#5a3e2b;
}



/* ============================= */
/* NEWS TIMELINE SPACING */
/* ============================= */

.news-section{
  margin-bottom:60px;
}



/* ============================= */
/* WRITINGS GRID FIX */
/* ============================= */

#writings .row{
  align-items:stretch;
}



/* ============================= */
/* MOBILE FIX */
/* ============================= */

@media (max-width:768px){

.publication-thumb{
  height:140px;
}

.news-card{
  margin-bottom:20px;
}

}

/* CONTACT INSTAGRAM BUTTON (DIFFERENT STYLE) */

.insta-contact-btn{
display:flex;
align-items:center;
justify-content:center;
width:40px;
height:40px;
border-radius:50%;
background:#9b6e43;
color:#fff;
font-size:18px;
text-decoration:none;
transition:0.3s;
}

.insta-contact-btn:hover{
background:#7a5230;
transform:scale(1.08);
}
/* NAVBAR LOGO HOVER EFFECT */

.navbar-brand{

font-family:'Public Sans',sans-serif;
font-size:20px;
font-weight:700;
letter-spacing:2px;

color:#5a3e2b !important;

transition:all 0.35s ease;

}

/* Instagram transparent logo */

.insta-logo{
width:20px;
height:20px;
object-fit:contain;
filter:brightness(0);
}

/* transparent effect */

.navbar-brand:hover{
color:#9b6e43 !important;
letter-spacing:3px;
}

/* UPCOMING EXHIBITION SECTION */

.upcoming-image-wrapper{
max-width:900px;
margin:auto;
}

.upcoming-image-wrapper img{
width:100%;
height:auto;
display:block;
border-radius:6px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* DROPDOWN */
.dropdown-menu {
  background: rgba(250, 247, 242, 0.97);
  border: 1px solid #e0d8cc;
  border-radius: 10px;
  padding: 8px 0;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

@media (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    margin-top: 0;
  }
}

.dropdown-item {
  font-family: 'Public Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2c2c2c;
  padding: 8px 20px;
}

.dropdown-item:hover {
  background: transparent;
  color: #9b6e43;
}

.dropdown-item.active,
.dropdown-item.active:hover {
  color: #5a3e2b;
  background: rgba(90, 62, 43, 0.06);
}

/* WORKS IMAGE PLACEHOLDER */
.works-img-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: #e8e0d4;
  border: 1px dashed #c49a6c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Public Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9b6e43;
}