*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream: #FAF9F6;
  --white: #FFFFFF;
  --black: #0D0D0D;
  --dark: #1A1A1A;
  --mid: #6B6B6B;
  --border: #E5E2DB;
}

html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

/* =========================================
   HEADER - centered logo + centered nav
   No dividing line between them
   ========================================= */

.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  text-align: center;
  padding: 24px 40px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: box-shadow 0.3s;
}

.site-header.scrolled { box-shadow: 0 2px 16px rgba(0,0,0,0.06); }

.header-wordmark a {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--black);
  display: block;
  margin-bottom: 16px;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 52px;
  padding: 13px 0;
}

.nav-link {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mid);
  position: relative;
  padding-bottom: 2px;
  transition: color 0.2s;
  cursor: pointer;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--black);
  transition: width 0.25s ease;
}

.nav-link:hover { color: var(--black); }
.nav-link:hover::after { width: 100%; }
.nav-link.active { color: var(--black); }
.nav-link.active::after { width: 100%; }

.hamburger {
  display: none;
  position: absolute;
  right: 24px;
  top: 26px;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--black);
}

.mobile-menu {
  display: none;
  flex-direction: column;
  border-top: 1px solid var(--border);
  margin-top: 12px;
}

.mobile-menu.open { display: flex; }

.mobile-link {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--mid);
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  text-align: left;
  transition: color 0.2s;
  cursor: pointer;
}

.mobile-link:hover { color: var(--black); }

/* =========================================
   PAGE SYSTEM
   ========================================= */

.page { display: none; animation: fadeIn 0.35s ease; }
.page.active {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 110px);
}
.page.active > .site-footer {
  margin-top: auto;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* =========================================
   HOME - HERO
   ========================================= */

.hero {
  background: var(--white);
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1fr 380px 1fr;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 40px;
  align-items: center;
}

.hero-left {
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
}

.hero-big-left {
  display: flex;
  flex-direction: column;
  line-height: 0.87;
}

.hero-big-left span {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(72px, 9vw, 148px);
  letter-spacing: 0.02em;
  color: var(--black);
  display: block;
}

.hero-center { padding: 32px 20px; }

.hero-photo-placeholder {
  width: 100%;
  aspect-ratio: 2/3;
  background: #EDEAE4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mid);
}

.hero-center img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  display: block;
}

.hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding-top: 40px;
}

.hero-big-right {
  display: flex;
  flex-direction: column;
  line-height: 0.87;
  width: 100%;
}

.right-a {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(56px, 7vw, 115px);
  letter-spacing: 0.02em;
  color: var(--black);
  display: block;
  text-align: right;
}

.right-story {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(72px, 9vw, 148px);
  letter-spacing: 0.02em;
  color: var(--black);
  display: block;
}

.hero-tags {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mid);
  line-height: 2.2;
}

.tagline-strip {
  background: var(--black);
  padding: 26px 40px;
  text-align: center;
}

.tagline-strip p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(16px, 2vw, 21px);
  font-weight: 300;
  font-style: italic;
  color: var(--white);
  letter-spacing: 0.04em;
  max-width: 680px;
  margin: 0 auto;
}

.ig-section {
  background: var(--white);
  padding: 80px 40px;
  border-top: 1px solid var(--border);
}

.ig-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.ig-big-handle {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(24px, 3vw, 40px);
  letter-spacing: 0.1em;
  color: var(--black);
  transition: color 0.2s;
}

.ig-big-handle:hover { color: var(--mid); }

.ig-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
  width: 100%;
}

.ig-tile {
  aspect-ratio: 1;
  background: #EDEAE4;
  transition: opacity 0.2s;
  cursor: pointer;
  display: block;
}

.ig-tile:hover { opacity: 0.7; }

/* =========================================
   OUR STORY PAGE
   ========================================= */

.story-section {
  background: var(--cream);
  padding: 80px 40px;
}

.story-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.story-image-col { width: 100%; }

.story-photo-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: #EDEAE4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mid);
}

.story-image-col img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}

.story-text-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 8px;
}

.story-overline {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 800 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--black) !important;
  margin-bottom: 8px;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.story-text-col p {
  font-size: 15px;
  line-height: 1.9;
  color: #3A3A3A;
  font-weight: 300;
}

/* =========================================
   CONTACT PAGE
   ========================================= */

.contact-section {
  background: var(--cream);
  padding: 60px 40px;
}

.contact-simple {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1;
}

.contact-intro {
  font-size: 16px;
  line-height: 1.85;
  color: #3A3A3A;
  font-weight: 300;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 8px;
}

.contact-details p {
  font-size: 14px;
  color: var(--dark);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.contact-details p:last-child {
  margin-top: 16px;
}

.contact-details a {
  color: var(--dark);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.contact-details a:hover {
  color: var(--black);
}

/* =========================================
   BUTTONS
   ========================================= */

.btn-dark {
  display: inline-block;
  background: var(--black);
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 16px 30px;
  transition: background 0.2s, transform 0.15s;
  border: none;
  cursor: pointer;
}

.btn-dark:hover { background: #333; transform: translateY(-1px); }
.btn-dark.full { width: 100%; text-align: center; display: block; }

.btn-outline {
  display: inline-block;
  border: 1px solid var(--black);
  color: var(--black);
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 15px 30px;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}

.btn-outline:hover { background: var(--black); color: var(--white); }

.section-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 40px;
}

/* =========================================
   FOOTER
   ========================================= */

.site-footer { background: var(--black); padding: 30px 40px; }

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  cursor: pointer;
}

.footer-nav { display: flex; gap: 28px; }

.footer-nav a {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(255,255,255,0.4);
  transition: color 0.2s;
  cursor: pointer;
}

.footer-nav a:hover { color: var(--white); }

.footer-right { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }

.footer-right a {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(255,255,255,0.55);
  transition: color 0.2s;
}

.footer-right a:hover { color: var(--white); }

.footer-right span { font-size: 10px; color: rgba(255,255,255,0.22); letter-spacing: 0.05em; }

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 1024px) {
  .hero-layout { grid-template-columns: 1fr 300px 1fr; }
  .story-grid { gap: 48px; }
  .contact-inner { gap: 56px; }
  .ig-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .main-nav { display: none; }
  .hamburger { display: flex; }
  .site-header { padding: 20px 24px 0; text-align: left; position: relative; }
  .header-wordmark a { font-size: 16px; margin-bottom: 0; }

  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; padding: 40px 24px 56px; text-align: center; }
  .hero-left { justify-content: center; padding-bottom: 0; }
  .hero-center { padding: 28px 40px; }
  .hero-right { align-items: center; padding-top: 0; gap: 16px; }
  .right-a { text-align: center; }
  .hero-tags { text-align: center; }

  .tagline-strip { padding: 24px; }
  .ig-section { padding: 56px 24px; }
  .ig-grid { grid-template-columns: repeat(3, 1fr); }

  .story-section { padding: 64px 24px; }
  .story-inner { grid-template-columns: 1fr; gap: 36px; }

  .contact-section { padding: 40px 24px; }
  .form-row { grid-template-columns: 1fr; }

  .site-footer { padding: 28px 24px; }
  .footer-inner { flex-direction: column; align-items: center; text-align: center; }
  .footer-right { align-items: center; }
}
