/* =========================================================
   ElegantKW.com — fashion design house
   Image-forward editorial layout
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Jost:wght@400;500;600&display=swap');

:root{
  --paper:   #FAF8F5;
  --ink:     #1A1A1A;
  --ink-soft:#767066;
  --line:    #E4DFD6;
  --accent:  #A9825B;

  --display: 'Cormorant Garamond', serif;
  --body:    'Jost', sans-serif;

  --max: 1300px;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }

body{
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *{ animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

::selection{ background: var(--accent); color: #fff; }
:focus-visible{ outline: 2px solid var(--accent); outline-offset: 3px; }

a{ color: inherit; }
img{ display: block; max-width: 100%; }

/* -------------------- navbar -------------------- */
.navbar{
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250,248,245,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.navbar-inner{
  max-width: var(--max);
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo{
  font-family: var(--body);
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

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

.navbar-links{
  list-style: none;
  display: none;
  gap: 32px;
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (min-width: 800px){
  .navbar-links{ display: flex; }
}

.navbar-links a{ text-decoration: none; color: var(--ink-soft); }
.navbar-links a:hover{ color: var(--ink); }

.navbar-cta{
  border: 1px solid var(--ink);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 10px 20px;
  white-space: nowrap;
}

.navbar-cta:hover{ background: var(--ink); color: #fff; }

/* -------------------- hero -------------------- */
.hero{
  position: relative;
  height: 88vh;
  min-height: 520px;
  overflow: hidden;
}

.hero-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.hero-content{
  position: absolute;
  left: 0; right: 0; bottom: 60px;
  text-align: center;
  padding: 0 32px;
  color: #fff;
}

.hero-kicker{
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
  opacity: 0.9;
}

.hero-content h1{
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.8rem, 4.4vw, 3.2rem);
  line-height: 1.25;
  margin: 0 auto 30px;
  max-width: 20ch;
}

.btn{
  display: inline-block;
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 30px;
  transition: opacity 0.15s ease;
}

.btn-primary{
  background: #fff;
  color: var(--ink);
}

.btn-primary:hover{ opacity: 0.85; }

.btn-light{
  border: 1px solid #fff;
  color: #fff;
}

.btn-light:hover{ background: #fff; color: var(--ink); }

/* -------------------- section headers -------------------- */
.section-header{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  margin-bottom: 48px;
}

.section-title{
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  margin: 0 0 10px;
}

.section-sub{
  color: var(--ink-soft);
  font-size: 0.98rem;
  margin: 0;
}

.section-title-light{ color: #fff; }
.section-sub-light{ color: rgba(255,255,255,0.7); }

/* -------------------- collections -------------------- */
.collections{ padding: 90px 0; }

.collection-grid{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 760px){
  .collection-grid{ grid-template-columns: repeat(3, 1fr); }
}

.collection-card{
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}

.collection-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.collection-card:hover img{ transform: scale(1.05); }

.collection-caption{
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 24px 20px;
  background: linear-gradient(0deg, rgba(0,0,0,0.65), transparent);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.collection-name{
  font-family: var(--display);
  font-size: 1.4rem;
}

.collection-season{
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.85;
}

/* -------------------- lookbook -------------------- */
.lookbook{
  padding: 40px 0 90px;
  background: #fff;
}

.lookbook-strip{
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

@media (min-width: 700px){
  .lookbook-strip{ grid-template-columns: repeat(5, 1fr); }
}

.lookbook-frame{
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.lookbook-frame img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.lookbook-frame:hover img{ transform: scale(1.06); }

/* -------------------- studio -------------------- */
.studio{
  background: var(--ink);
}

.studio-inner{
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 900px){
  .studio-inner{ grid-template-columns: 1fr 1fr; align-items: stretch; }
}

.studio-text{
  padding: 90px 40px;
}

.studio-text .section-header{
  text-align: left;
  padding: 0;
  margin-bottom: 40px;
}

.process-list{
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.process-item{
  display: flex;
  gap: 20px;
}

.process-num{
  font-family: var(--display);
  font-size: 1.3rem;
  color: var(--accent);
  flex-shrink: 0;
}

.process-item h3{
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.2rem;
  margin: 0 0 8px;
  color: #fff;
}

.process-item p{
  color: rgba(255,255,255,0.65);
  font-size: 0.92rem;
  margin: 0;
  max-width: 42ch;
}

.studio-image{
  min-height: 320px;
  overflow: hidden;
}

.studio-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------------------- press -------------------- */
.press{
  padding: 56px 40px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}

.press-label{
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 24px;
}

.press-row{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.press-name{
  font-family: var(--display);
  font-size: 1.15rem;
  color: var(--ink-soft);
}

/* -------------------- CTA band -------------------- */
.cta-band{
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cta-bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-scrim{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.cta-content{
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 32px;
}

.cta-content h2{
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  color: #fff;
  max-width: 22ch;
  margin: 0 auto 30px;
}

/* -------------------- footer -------------------- */
.site-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 30px 40px;
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.footer-logo{ font-size: 0.95rem; }
