/* ============================================================================
   RESET & BASE STYLES
   ========================================================================== */

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

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #171717;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  line-height: 1.2;
}

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

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

/* ============================================================================
   TYPOGRAPHY
   ========================================================================== */

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

p {
  font-size: 1rem;
  line-height: 1.7;
  margin: 1rem 0;
}

blockquote {
  margin: 0;
  padding: 0;
}

blockquote p {
  margin: 0;
}

/* ============================================================================
   LAYOUT UTILITIES
   ========================================================================== */

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
}

.full-width {
  width: 100%;
}

/* ============================================================================
   SECTIONS
   ========================================================================== */

section {
  width: 100%;
  position: relative;
}

section.full-viewport {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================================================================
   SECTION 1: WELCOME
   ========================================================================== */

#welcome-hunter {
  background: url('/images/02_2F5890AC-3EF8-43E7-89B4-7602B58CD8E8.JPG') center / cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

#welcome-hunter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(23, 23, 23, 0.4);
  z-index: 1;
}

.welcome-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 2rem;
}

.welcome-content h3 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
}

/* ============================================================================
   SECTION 2: OUR STORY
   ========================================================================== */

#our-story-hunter {
  background: #fff;
  padding: 4rem 2rem;
}

.story-content {
  max-width: 900px;
  margin: 0 auto;
}

.story-marquee {
  margin-bottom: 3rem;
}

.story-instagram {
  text-align: center;
  margin-bottom: 2rem;
}

.instagram-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #171717;
}

.story-letter {
  text-align: center;
  max-width: 700px;
  margin: 2rem auto;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #171717;
}

.story-letter p {
  margin: 1rem 0;
  white-space: pre-wrap;
}

.story-image {
  margin: 3rem auto;
  max-width: 100%;
  padding: 0 2rem;
}

.story-image img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ============================================================================
   SECTION 3: GALLERY
   ========================================================================== */

#gallery-pieshoppe {
  background: #fff;
  padding: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================================================================
   SECTION 4: PRESS
   ========================================================================== */

#press-home-hunter {
  background: #171717;
  background-image:
    linear-gradient(135deg, rgba(23, 23, 23, 0.95) 0%, rgba(0, 0, 0, 0.9) 100%);
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
}

#press-home-hunter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 60%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  z-index: 1;
  pointer-events: none;
}

.press-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  gap: 2rem;
}

.press-blockquotes {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  grid-column: 2 / 3;
}

.blockquote-item {
  background: transparent;
  padding: 0;
  border: none;
  text-align: left;
}

.blockquote-item blockquote {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 1rem 0;
  padding: 0;
  position: relative;
}

.blockquote-item blockquote::before {
  content: '"';
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.25);
  display: block;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.blockquote-source {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
}

.press-mentions {
  margin: 2rem 0 0 0;
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  grid-column: 2 / 3;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.press-mentions h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: none;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
}

.press-mentions h4:first-child {
  margin-top: 0;
}

.press-mentions p {
  margin: 0.5rem 0;
}

.press-mentions a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.press-mentions a:hover {
  color: #fff;
  border-bottom-color: #fff;
}

/* ============================================================================
   SECTION 5: CONTACT
   ========================================================================== */

#contact-home-hunter {
  background: #fff;
  padding: 4rem 2rem;
}

.contact-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
  align-items: start;
}

.contact-info {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.contact-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.contact-block {
  margin-bottom: 2rem;
}

.contact-block p {
  margin: 0.5rem 0;
  line-height: 1.6;
}

.contact-block a {
  color: #171717;
  text-decoration: none;
  font-weight: 500;
}

.contact-block a:hover {
  text-decoration: underline;
}

.contact-map {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 4px;
  overflow: hidden;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

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

@media (max-width: 1024px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
  }

  .container {
    padding: 0 1.5rem;
  }

  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1rem;
  }

  section.full-viewport {
    min-height: auto;
    padding: 3rem 0;
  }

  #welcome-hunter {
    min-height: 60vh;
  }

  .welcome-content h3 {
    font-size: 1.25rem;
  }

  #our-story-hunter {
    padding: 2rem 1.5rem;
  }

  .story-letter {
    font-size: 0.95rem;
  }

  .story-image {
    padding: 0 1rem;
  }

  .press-content {
    grid-template-columns: 1fr;
    padding: 0 1rem;
  }

  .press-blockquotes,
  .press-mentions {
    grid-column: 1;
  }

  .blockquote-item {
    padding: 0;
  }

  .blockquote-item blockquote {
    font-size: 0.95rem;
  }

  .press-mentions {
    font-size: 0.9rem;
  }

  #contact-home-hunter {
    padding: 2rem 1.5rem;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .contact-map {
    height: 300px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.1rem;
  }

  h3 {
    font-size: 0.95rem;
  }

  body {
    font-size: 14px;
  }

  section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .welcome-content h3 {
    font-size: 1rem;
  }

  .blockquote-item blockquote {
    font-size: 0.95rem;
  }

  .contact-map {
    height: 250px;
  }
}

/* ============================================================================
   INNER PAGES
   ========================================================================== */

.inner-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 8rem 2rem 4rem;
  min-height: 80vh;
}

.inner-page h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: center;
  color: #171717;
}

.inner-page h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 2.5rem 0 1rem;
  color: #171717;
}

.inner-page h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 2rem 0 0.75rem;
  color: #171717;
}

.inner-page p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  margin: 1rem 0;
  color: #171717;
}

.inner-page a {
  color: #171717;
  text-decoration: none;
  border-bottom: 1px solid rgba(23, 23, 23, 0.3);
  transition: border-color 0.2s ease;
}

.inner-page a:hover {
  border-bottom-color: #171717;
}

.inner-page .page-intro {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 3rem;
}

.inner-page .producer-list {
  columns: 2;
  column-gap: 3rem;
  margin: 1rem 0 2rem;
}

.inner-page .producer-list p {
  margin: 0.3rem 0;
  break-inside: avoid;
}

.inner-page .menu-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0;
}

.inner-page .menu-button {
  display: inline-block;
  padding: 0.75rem 2rem;
  border: 1px solid #171717;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease;
}

.inner-page .menu-button:hover {
  background: #171717;
  color: #fff;
  border-bottom: 1px solid #171717;
}

.inner-page .people-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 2rem 0;
}

.inner-page .people-card {
  padding: 1.5rem;
  border: 1px solid #ebebeb;
}

.inner-page .people-card h3 {
  margin-top: 0;
}

.inner-page .people-card p {
  font-size: 0.95rem;
  margin: 0.5rem 0;
}

@media (max-width: 768px) {
  .inner-page {
    padding: 6rem 1.5rem 3rem;
  }

  .inner-page h1 {
    font-size: 1.75rem;
  }

  .inner-page .producer-list {
    columns: 1;
  }

  .inner-page .people-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================================
   PRINT STYLES
   ========================================================================== */

@media print {
  body {
    background: white;
  }

  section {
    page-break-after: always;
  }

  a {
    color: #000;
  }
}
