@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,500,500i,600,600i,700,700i|Cormorant+SC:400,500,600,700');

/* ====================================
   General Styles
==================================== */
* { box-sizing: border-box; }

body {
  margin: 0;
  background-color: #050505; /* Black fallback */
  overflow-x: hidden;
}

/* Top Left Logo Styles */
.top-left-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 9999;
  width: 150px; 
}

.top-left-logo img {
  width: 100%;
  height: auto;
  filter: invert(1); /* Assuming leronlogo.jpeg has a white background */
  transition: opacity 0.3s ease;
}

.top-left-logo:hover img {
  opacity: 0.7;
}

.page-wrap {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Setting your uploaded image as the background */
  background: url('images/background.png') center/cover no-repeat, #050505;
}

/* ====================================
   Home Slider
==================================== */
#home-slider {
  height: 80vh;
  width: 90vw;
  position: relative;
}

.swiper-container {
  height: 100%;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4), 0 6px 6px rgba(0, 0, 0, 0.4);
}

/* ====================================
   Cover Slide (Leron Logo intro)
==================================== */
.swiper-slide-cover {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cover-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

.cover-logo-text {
  font-family: 'Moderustic', sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 3px;
  color: #fff;
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.cover-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}

.scroll-text {
  font-family: 'Cormorant SC', serif;
  font-size: 1.1rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.scroll-arrow {
  font-size: 1.4rem;
  color: #fff;
  animation: bounce 1.6s infinite;
}

.swiper-slide.swiper-slide-active .cover-logo-text,
.swiper-slide.swiper-slide-active .cover-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); opacity: 0.5; }
  50% { transform: translateY(8px); opacity: 1; }
}

/* ====================================
   Category Images (Quoted URLs)
==================================== */
.swiper-image-bigear1 { background-image: url('images/bigear.jpeg'); }
.swiper-image-bigear2 { background-image: url('images/bigear2.jpeg'); }
.swiper-image-bigear3 { background-image: url('images/bigear3.jpeg'); }
.swiper-image-bigear4 { background-image: url('images/bigear4.jpeg'); }
.swiper-image-bird    { background-image: url('images/bird.jpeg'); }
.swiper-image-fly     { background-image: url('images/fly.jpeg'); }
.swiper-image-fur     { background-image: url('images/fur.jpeg'); }
.swiper-image-gold1   { background-image: url('images/gold.jpeg'); }
.swiper-image-gold2   { background-image: url('images/gold2.jpeg'); }
.swiper-image-gold3   { background-image: url('images/gold3.jpeg'); }
.swiper-image-hat     { background-image: url('images/hat.jpeg'); }
.swiper-image-ice     { background-image: url('images/ice.jpeg'); }
.swiper-image-snake   { background-image: url('images/snake.jpeg'); }
.swiper-image-whitered1 { background-image: url('images/whitered.jpeg'); }
.swiper-image-whitered2 { background-image: url('images/whitered2.jpeg'); }
.swiper-image-carpet1   { background-image: url('images/carpet1.jpeg'); }
.swiper-image-carpet2   { background-image: url('images/carpet2.jpeg'); }
.swiper-image-carpet3   { background-image: url('images/carpet3.jpeg'); }
.swiper-image-carpet4   { background-image: url('images/carpet4.jpeg'); }
.swiper-image-carpet5   { background-image: url('images/carpet5.jpeg'); }
.swiper-image-olcay     { background-image: url('images/olcay.jpeg'); }
.swiper-image-black     { background-image: url('images/black.jpeg'); }
.swiper-image-black1    { background-image: url('images/black1.jpeg'); }

.swiper-image {
  width: 50%;
  height: 100%;
}

.swiper-image-inner {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.2);
  background-blend-mode: overlay;
}

.swiper-image-inner.swiper-image-left {
  padding: 4rem;
}

.swiper-image-left {
  transform: translate3d(-100%, 0, 0);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
  filter 1s linear 1s;
}

.swiper-slide.swiper-slide-active .swiper-image-left {
  transform: translate3d(0, 0, 0);
}

.swiper-image-inner.swiper-image-right {
  transform: translate3d(100%, 0, 0);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
  filter 1s linear 1s;
  background-color: hsla(0, 0%, 0%, 0.5);
  background-blend-mode: multiply;
}

.swiper-slide.swiper-slide-active .swiper-image-right {
  transform: translate3d(0, 0, 0);
}

h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  color: #fff;
  align-self: flex-start;
  margin: 0 0 auto 0;
  font-size: 4.5rem;
  line-height: 1;
  transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
}

/* Syntax fixed from span(.emphasis) to span.emphasis */
h1 span.emphasis {
  font-weight: 700;
  font-style: italic;
  font-size: 3.5rem;
  opacity: 0;
  transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transform: translate3d(-20%, 0, 0);
  display: inline-block;
}

h1 + p {
  font-family: 'Cormorant SC', serif;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1;
  margin-bottom: auto;
  align-self: flex-end;
  text-transform: uppercase;
  transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
  font-weight: 500;
  color: #fff;
  padding-right: 8rem;
}

p.paragraph {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  color: #fff;
  width: 100%;
  max-width: 350px;
  text-align: justify;
  font-size: 1.2rem;
  font-weight: 500;
  opacity: 0;
  transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  transform: translate3d(-20%, 0, 0);
}

.swiper-slide.swiper-slide-active h1,
.swiper-slide.swiper-slide-active p.paragraph,
.swiper-slide.swiper-slide-active h1 span.emphasis,
.swiper-slide.swiper-slide-active h1 + p {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  h1 { font-size: 3.9rem; }
  h1 span.emphasis { font-size: 2.9rem; }
  h1 + p { font-size: 13px; }
  p.paragraph { font-size: 1rem; line-height: 1.3; }
}

@media screen and (max-width: 960px) {
  h1 { font-size: 3.5rem; }
  h1 span.emphasis { font-size: 2.5rem; }
  p.paragraph { max-width: 90%; }
}

@media screen and (max-width: 640px) {
  #home-slider{ height: 86vh; width: 96vw; }
  h1 { font-size: 3.2rem; align-self: center; }
  h1 span.emphasis { font-size: 2.1rem; }
  p.paragraph { max-width: 94%; }
  .cover-content { flex-direction: column; text-align: center; gap: 1.25rem; }
  .cover-text { align-items: center; }
  .cover-logo-text { font-size: 1rem; }
}

/* Pagination bullet color tweak */
.swiper-pagination-bullet { background: #fff; }
.swiper-pagination-bullet-active { background: #fff; }

/* ====================================
   Swiper 3.4.1 base library CSS 
==================================== */
.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; z-index: 1; }
.swiper-container-no-flexbox .swiper-slide { float: left; }
.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0px, 0, 0); -moz-transform: translate3d(0px, 0, 0); -o-transform: translate(0px, 0px); -ms-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0); }
.swiper-container-multirow > .swiper-wrapper { -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }
.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; width: 100%; height: 100%; position: relative; background-color: #fff; overflow: hidden; display: flex; }
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }
.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start; -webkit-transition-property: -webkit-transform, height; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform, height; }
.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }
.swiper-wp8-horizontal { -ms-touch-action: pan-y; touch-action: pan-y; }
.swiper-wp8-vertical { -ms-touch-action: pan-x; touch-action: pan-x; }
.swiper-pagination { position: absolute; text-align: center; -webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; }
.swiper-pagination.swiper-pagination-hidden { opacity: 0; }
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 10px; left: 0; width: 100%; }
.swiper-pagination-bullet { width: 14px; height: 14px; display: inline-block; background: #fff; opacity: 0.4; }
button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; box-shadow: none; -moz-appearance: none; -ms-appearance: none; -webkit-appearance: none; appearance: none; }
.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }
.swiper-pagination-white .swiper-pagination-bullet { background: #fff; }
.swiper-pagination-bullet-active { opacity: 1; background: #fff; }
.swiper-pagination-white .swiper-pagination-bullet-active { background: #fff; }
.swiper-pagination-black .swiper-pagination-bullet-active { background: #000; }
.swiper-container-vertical > .swiper-pagination-bullets { right: 15px; bottom: 15px; }
.swiper-container-vertical .swiper-pagination-bullets .swiper-pagination-bullet { margin: 5px 0; display: block; }
.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 5px; }
.swiper-container-3d { -webkit-perspective: 1200px; -moz-perspective: 1200px; -o-perspective: 1200px; perspective: 1200px; }
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; }
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; }

/* ====================================
   Navbar
==================================== */
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  padding: 0 3rem;
  height: 70px;
  background: rgba(10, 10, 10, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nav-logo {
  width: 80px;
  flex-shrink: 0;
  overflow: hidden;
  transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
              opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-logo-hidden {
  width: 0;
  opacity: 0;
  pointer-events: none;
}

.nav-logo img {
  width: 80px;
  height: auto;
  display: block;
}

.nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5rem;
  flex: 1;
  justify-content: center;
  transition: justify-content 0.6s ease;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-family: 'Moderustic', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 3px;
  padding-bottom: 4px;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

/* Push slider down below navbar */
.page-wrap {
  padding-top: 70px;
}

/* Ensure slide bg is black */
.swiper-slide {
  background-color: #050505;
}

/* ====================================
   Footer
==================================== */
.site-footer {
  background-color: #050505;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem 2rem;
  gap: 1.5rem;
}

.footer-logo {
  width: 120px;
}

.footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-nav {
  display: flex;
  gap: 2.5rem;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-family: 'Moderustic', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: opacity 0.2s;
}

.footer-nav a:hover {
  opacity: 0.6;
}

.footer-instagram {
  color: #fff;
  transition: opacity 0.2s;
}

.footer-instagram:hover {
  opacity: 0.6;
}

.footer-contact {
  display: flex;
  gap: 3rem;
  color: #aaa;
  font-family: 'Moderustic', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

/* Prevent mobile browsers turning the phone number into a blue link */
.footer-contact span,
.footer-contact a {
  color: #aaa !important;
  text-decoration: none !important;
}

.footer-divider {
  width: 100%;
  max-width: 700px;
  height: 1px;
  background-color: #222;
}

.footer-copy {
  color: #555;
  font-size: 0.75rem;
  font-family: 'Moderustic', sans-serif;
  letter-spacing: 1px;
}

/* ====================================
   Hero Section
==================================== */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #050505;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #050505;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.hero-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  z-index: 2;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hero-logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* ====================================
   Carousel Strip
==================================== */
.carousel-section {
  background: #050505;
  padding: 3rem 0;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: 1rem;
  animation: carousel-scroll 55000ms linear infinite;
  width: max-content;
}

.carousel-item {
  flex-shrink: 0;
  width: 320px;
  height: 420px;
  overflow: hidden;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes carousel-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ====================================
   Page Transition
==================================== */
body {
  transition: opacity 0.4s ease;
}

body.page-exit {
  opacity: 0;
}

/* Hero logo transition to nav corner */
.hero-logo.to-nav {
  top: 35px;
  left: 30px;
  transform: translate(0, 0);
  width: 80px;
}

/* ====================================
   About Page — Sticky Sections
==================================== */
.sticky-wrapper {
  position: relative;
}

/* Each sticky section occupies scroll space */
.sticky-section {
  position: relative;
}

.sticky-section--hero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #050505;
  position: relative;
  overflow: hidden;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.sticky-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  text-align: center;
  padding-top: 70px;
  position: relative;
  z-index: 2;
}

.about-hero-img {
  width: 260px;
  height: auto;
  display: block;
}

.about-name {
  font-family: 'Moderustic', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 4px;
  margin: 0;
}

.about-name--topleft {
  position: absolute;
  top: 110px;
  left: 2.5rem;
  z-index: 2;
  opacity: 0;
  animation: fadeInText 1.2s ease 0.3s forwards;
}

.about-title {
  font-family: 'Moderustic', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: #aaa;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0;
}

.about-title--bottomright {
  position: absolute;
  bottom: 3rem;
  right: 2.5rem;
  z-index: 2;
  color: #fff;
  opacity: 0;
  animation: fadeInText 1.2s ease 0.7s forwards;
}

@keyframes fadeInText {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Bio section — tall scroll space, sticky panel slides up */
.sticky-section--bio {
  height: 150vh;
  position: relative;
}

.sticky-section--split {
  height: 150vh;
  position: relative;
}

/* Sticky panels */
.sticky-panel {
  position: sticky;
  top: 70px;
  height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 15, 15, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255,255,255,0.06);
}

.sticky-panel-inner {
  max-width: 640px;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.about-body {
  font-family: 'Moderustic', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #ccc;
  line-height: 1.9;
  letter-spacing: 0.5px;
  margin: 0;
}

/* Split layout */
.sticky-panel--split {
  padding: 0;
}

.split-image {
  flex: 1;
  height: 100%;
  overflow: hidden;
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.split-text {
  flex: 1;
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  overflow-y: auto;
}

.sticky-panel--split {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

/* Full single-image slide */
.swiper-slide--full {
  display: flex;
}

.swiper-image-full {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 4rem;
}

.full-slide-text {
  color: #fff;
}

.full-slide-text h1 {
  font-family: 'Cormorant SC', serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 0.5rem;
}

.full-slide-text p {
  font-family: 'Moderustic', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 2px;
  opacity: 0.7;
  margin: 0;
}

.swiper-image-olcay {
  background-position: center top;
  background-size: 85%;
  background-repeat: no-repeat;
  background-color: #050505;
}

/* Olcay individual slide */
.olcay-slide {
  display: flex;
  width: 100%;
  height: 100%;
  background: #050505;
}

.olcay-image {
  width: 50%;
  height: 100%;
  overflow: hidden;
  flex-shrink: 0;
}

.olcay-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  display: block;
  background: #050505;
}

.olcay-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 3rem;
  gap: 1.2rem;
  color: #fff;
}

.olcay-text h1 {
  font-family: 'Cormorant SC', serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}

.olcay-text > p:first-of-type {
  font-family: 'Moderustic', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 2px;
  opacity: 0.6;
  margin: 0;
}

/* About hero image fade in */
.about-hero-bg--fadein {
  opacity: 0;
  animation: heroFadeIn 1.4s ease 0.2s forwards;
}

@keyframes heroFadeIn {
  from { opacity: 0; transform: scale(1.03); }
  to   { opacity: 1; transform: scale(1); }
}

/* ====================================
   Designs — Masonry Collage
==================================== */
.collage-grid {
  columns: 3 280px;
  column-gap: 0.75rem;
  padding: 6rem 2rem 4rem;
  background: #050505;
  max-width: 1400px;
  margin: 0 auto;
}

.collage-item {
  break-inside: avoid;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.75rem;
  cursor: pointer;
}

.collage-item--tall img {
}

.collage-item--wide img {
}

.collage-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.collage-item:hover img {
  transform: scale(1.04);
}

/* Caption overlay */
.collage-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.2rem 1.2rem;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.collage-item:hover .collage-caption {
  opacity: 1;
}

.collage-chapter {
  font-family: 'Moderustic', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.3rem;
}

.collage-caption h2 {
  font-family: 'Cormorant SC', serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

.collage-caption h2 em {
  font-style: italic;
}

/* Scroll fade-in */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 640px) {
  .collage-grid {
    columns: 2 150px;
    padding: 5rem 0.75rem 3rem;
  }
}

/* ====================================
   Work Page
==================================== */
.work-main {
  background: #050505;
  min-height: 100vh;
  padding: 8rem 6rem 4rem 6rem;
}

.work-section {
  max-width: 700px;
  margin: 0 auto 6rem;
  padding-left: 2rem;
  border-left: 1px solid #222;
}

.work-section-title {
  font-family: 'Moderustic', sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}

.work-section-body {
  font-family: 'Moderustic', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #888;
  line-height: 1.9;
  letter-spacing: 0.5px;
}

/* ====================================
   Arc Side Menu
==================================== */
.arc-menu {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  align-items: center;
}

.arc-trigger {
  background: rgba(20, 20, 20, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
  border-left: none;
  color: #fff;
  font-family: 'Moderustic', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  padding: 1.5rem 0.9rem;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
  transition: background 0.3s ease;
}

.arc-trigger:hover {
  background: rgba(40, 40, 40, 0.85);
}

.arc-trigger.open {
  border-radius: 0 0 8px 0;
}

/* Arc nav — hidden by default, rolls out */
.arc-nav {
  position: absolute;
  left: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  pointer-events: none;
  overflow: hidden;
}

.arc-link {
  display: block;
  font-family: 'Moderustic', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 0.9rem 1.6rem;
  background: rgba(15, 15, 15, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.07);
  border-top: none;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.3s ease calc(var(--i) * 0.07s),
              transform 0.3s ease calc(var(--i) * 0.07s),
              background 0.2s ease;
  position: relative;
}

.arc-link:first-child {
  border-top: 1px solid rgba(255,255,255,0.07);
  border-radius: 0 8px 0 0;
}

.arc-link:last-child {
  border-radius: 0 0 8px 0;
}

.arc-link:hover {
  background: rgba(40, 40, 40, 0.95);
}

/* Active state — links visible */
.arc-nav.open .arc-link {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.arc-nav.open {
  pointer-events: auto;
}

/* Arc link hover underline — same as nav */
.arc-link {
  position: relative;
}

.arc-link::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 1.6rem;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}

.arc-link:hover::after {
  width: calc(100% - 3.2rem);
}

/* ====================================
   Work Menu Page
==================================== */
.work-menu {
  min-height: calc(100vh - 70px);
  background: #050505;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8rem 4rem 4rem;
  gap: 0.5rem;
}

.work-menu-item {
  font-family: 'Moderustic', sans-serif;
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 1.15;
  position: relative;
  display: inline-block;
  width: fit-content;
  transition: color 0.3s ease;
}

.work-menu-item::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.4s ease;
}

.work-menu-item:hover::after {
  width: 100%;
}

.work-menu-item:hover {
  color: rgba(255,255,255,0.7);
}

/* ====================================
   Work Sub-pages
==================================== */
.subpage-main {
  min-height: calc(100vh - 70px);
  background: #050505;
  padding: 8rem 4rem 4rem;
}

.subpage-back {
  font-family: 'Moderustic', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 3rem;
  transition: color 0.2s;
}

.subpage-back:hover {
  color: #fff;
}

.subpage-title {
  font-family: 'Moderustic', sans-serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 300;
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin: 0 0 2rem;
}

.subpage-body {
  font-family: 'Moderustic', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #666;
  letter-spacing: 1px;
  line-height: 1.9;
}

.projects-grid {
  padding-top: 5rem;
}

.projects-back-wrap {
  column-span: all;
  display: block;
  margin-bottom: 1.5rem;
}

/* Videos in collage */
.collage-item video {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.collage-item:hover video {
  transform: scale(1.04);
}

/* ====================================
   Tailoring Page
==================================== */
.tailor-main {
  background: #050505;
  padding: 7rem 3rem 4rem;
}

.tailor-header {
  margin-bottom: 3rem;
}

.tailor-title {
  font-family: 'Moderustic', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 300;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 1rem 0 0;
}

.tailor-grid {
  columns: 3 260px;
  column-gap: 0.75rem;
}

.tailor-item {
  break-inside: avoid;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.75rem;
  cursor: pointer;
}

.tailor-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.tailor-item:hover img {
  transform: scale(1.04);
}

.tailor-hover {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.tailor-item:hover .tailor-hover {
  opacity: 1;
}

.tailor-meta {
  font-family: 'Moderustic', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  margin: 0 0 0.2rem;
}

.tailor-desc {
  font-family: 'Moderustic', sans-serif;
  font-size: 0.72rem;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.6;
  margin: 0.6rem 0 0;
}

.tailor-byline {
  font-family: 'Moderustic', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #666;
  margin: 1.5rem 0 0.5rem;
}

/* No captions on designs collage */
.collage-grid .collage-caption {
  display: none;
}

/* ====================================
   Styling Page
==================================== */
.styling-main {
  background: #050505;
  padding: 7rem 3rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.styling-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.styling-video video {
  width: 100%;
  height: auto;
  display: block;
  max-height: 80vh;
  object-fit: cover;
}

.styling-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.styling-images img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.styling-images img:hover {
  transform: scale(1.03);
}

@media (max-width: 640px) {
  .styling-images {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Styling video wrapper with hover + mute */
.styling-video-wrap {
  position: relative;
  cursor: pointer;
}

.styling-video-wrap video {
  width: 100%;
  height: auto;
  display: block;
  max-height: 80vh;
  object-fit: contain;
  background: #050505;
}

.styling-vid-hover {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.styling-video-wrap:hover .styling-vid-hover {
  opacity: 1;
}

.styling-vid-title {
  font-family: 'Moderustic', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 0 0.5rem;
}

.styling-vid-meta {
  font-family: 'Moderustic', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(255,255,255,0.65);
  letter-spacing: 1.5px;
  margin: 0;
}

.styling-mute-indicator {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.styling-video-wrap:hover .styling-mute-indicator {
  opacity: 1;
}

/* ====================================
   Publications Page
==================================== */
.pub-main {
  background: #050505;
  min-height: calc(100vh - 70px);
  padding: 7rem 4rem 5rem;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pub-item {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  padding: 3rem 0;
  border-bottom: 1px solid #1a1a1a;
}

.pub-item:first-child {
  border-top: 1px solid #1a1a1a;
}

.pub-image {
  flex-shrink: 0;
  width: 220px;
}

.pub-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.pub-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 0.5rem;
}

.pub-title {
  font-family: 'Moderustic', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.6;
  margin: 0;
  text-transform: uppercase;
}

.pub-source {
  font-family: 'Moderustic', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: #666;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}

.pub-link {
  font-family: 'Moderustic', sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  width: fit-content;
  margin-top: 0.5rem;
}

.pub-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}

.pub-link:hover::after {
  width: 100%;
}

@media (max-width: 640px) {
  .pub-item {
    flex-direction: column;
    gap: 1.5rem;
  }
  .pub-image {
    width: 100%;
  }
  .pub-main {
    padding: 6rem 1.5rem 4rem;
  }
}

/* ==========================================================
   MOBILE & TABLET FRIENDLY — only affects small screens
   Desktop layout is unchanged (all rules inside media queries)
========================================================== */

/* ---- Tablet (max 900px) ---- */
@media (max-width: 900px) {
  .main-nav {
    padding: 0 1.5rem;
    height: 64px;
  }
  .nav-links {
    gap: 1.8rem;
  }
  .nav-links a {
    font-size: 0.75rem;
    letter-spacing: 2px;
  }

  .collage-grid {
    columns: 2 200px;
    padding: 5rem 1.2rem 3rem;
  }

  .tailor-grid {
    columns: 2 200px;
  }

  .work-menu {
    padding: 6rem 2rem 3rem;
  }

  .styling-images {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-name--topleft { font-size: 1.4rem; top: 90px; left: 1.5rem; }
  .about-title--bottomright { font-size: 0.8rem; right: 1.5rem; }
}

/* ---- Phone (max 600px) ---- */
@media (max-width: 600px) {

  /* Navbar: logo left, links wrap under, all centered */
  .main-nav {
    flex-wrap: wrap;
    height: auto;
    padding: 0.7rem 1rem;
    gap: 0.5rem;
    justify-content: center;
  }
  .nav-logo {
    width: 44px;
  }
  .nav-logo img {
    width: 100%;
    height: auto;
  }
  .nav-links {
    width: 100%;
    justify-content: center;
    gap: 1.1rem;
    flex-wrap: wrap;
    padding: 0.3rem 0 0;
  }
  .nav-links a {
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    padding-bottom: 2px;
  }

  /* Hide the sliding logo behaviour on home so nav stays tidy */
  .nav-logo-hidden { display: none; }

  /* Hero */
  .hero { height: 100svh; }
  .hero-logo { width: 150px; }

  /* Carousel a touch smaller */
  .carousel-item { width: 200px; height: 260px; }

  /* Collage — single/double column */
  .collage-grid {
    columns: 2 130px;
    column-gap: 0.5rem;
    padding: 4.5rem 0.6rem 2.5rem;
  }
  .collage-item { margin-bottom: 0.5rem; }

  /* About sticky sections */
  .about-name--topleft { font-size: 1.1rem; top: 76px; left: 1rem; letter-spacing: 2px; }
  .about-title--bottomright { font-size: 0.7rem; right: 1rem; bottom: 1.8rem; }
  .sticky-panel-inner { padding: 2rem 1.2rem; }
  .about-body { font-size: 0.9rem; }

  /* Split section stacks; image on top */
  .sticky-panel--split { flex-direction: column; }
  .split-image { width: 100%; height: 45%; }
  .split-text { padding: 1.5rem 1.2rem; overflow-y: auto; }

  /* Work menu big words */
  .work-menu { padding: 5rem 1.5rem 3rem; }
  .work-menu-item { font-size: clamp(2rem, 11vw, 3.5rem); letter-spacing: 2px; }

  /* Tailoring */
  .tailor-main { padding: 5rem 1rem 3rem; }
  .tailor-grid { columns: 2 130px; column-gap: 0.5rem; }
  .tailor-title { font-size: clamp(1.6rem, 7vw, 2.5rem); }
  /* Touch: caption hidden until tapped, then shows like the hover */
  .tailor-hover { opacity: 0; }
  .tailor-item.tapped .tailor-hover { opacity: 1; }

  /* Styling */
  .styling-main { padding: 5rem 0.8rem 3rem; gap: 3rem; }
  .styling-images { grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
  .styling-video-wrap video { max-height: 60vh; }
  .styling-vid-hover { opacity: 1; background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 70%); }
  .styling-vid-title { font-size: 0.95rem; }
  .styling-mute-indicator { opacity: 1; }

  /* Publications stack */
  .pub-main { padding: 5rem 1.2rem 3rem; }
  .pub-item { flex-direction: column; gap: 1rem; padding: 2rem 0; }
  .pub-image { width: 100%; }
  .pub-title { font-size: 0.9rem; }

  /* Footer */
  .site-footer { padding: 3rem 1.2rem 2rem; gap: 1.1rem; }
  .footer-nav { flex-wrap: wrap; justify-content: center; gap: 1rem; }
  .footer-contact { flex-direction: column; gap: 0.4rem; text-align: center; }

  /* Sub-page back link + headers */
  .subpage-main { padding: 5rem 1.2rem 3rem; }
  .projects-grid { padding-top: 4.5rem; }
}

/* ---- Small phones (max 400px) ---- */
@media (max-width: 400px) {
  .collage-grid { columns: 1; }
  .tailor-grid { columns: 1; }
  .styling-images { grid-template-columns: 1fr; }
  .nav-links a { font-size: 0.65rem; }
}
