/* marsh & maple photography — squarespace "Brine" family template, lightly customized */
/* INTENTIONALLY: shared stylesheet kept, but every page ALSO ships a large inline <style> block (render-blocking) */

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

body {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #2b2b2b;
  background: #ffffff;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a { color: #2b2b2b; text-decoration: none; border-bottom: 1px solid transparent; }
a:hover { border-bottom: 1px solid #2b2b2b; }

.sqs-layout { max-width: 1100px; margin: 0 auto; padding: 0 28px; }

/* header / nav — lowercase, airy */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 40px;
  border-bottom: 1px solid #ececec;
}

.site-title {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.22em;
  text-transform: lowercase;
}

.site-title a { border: none; }

.main-nav ul { list-style: none; display: flex; gap: 26px; }
.main-nav a {
  text-transform: lowercase;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: #6b6b6b;
}

/* hero */
.hero {
  position: relative;
  width: 100%;
  height: 78vh;
  overflow: hidden;
  background: #d9d4cd;
}

.hero img,
.hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-caption {
  position: absolute;
  bottom: 60px;
  left: 60px;
  color: #fff;
  text-shadow: 0 1px 14px rgba(0,0,0,0.5);
}

.hero-caption h1 {
  font-weight: 300;
  font-size: 40px;
  text-transform: lowercase;
  letter-spacing: 0.1em;
}

.hero-caption p { font-size: 15px; letter-spacing: 0.16em; text-transform: lowercase; }

/* content blocks */
.sqs-block { padding: 30px 0; }
.page-intro { max-width: 720px; margin: 70px auto; text-align: center; }
.page-intro h2 {
  font-weight: 300;
  font-size: 28px;
  text-transform: lowercase;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}
.page-intro p { color: #555; font-size: 16px; }

/* gallery grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin: 40px 0 90px;
}
.gallery-grid a { border: none; display: block; }
.gallery-grid img { width: 100%; height: 280px; object-fit: cover; display: block; background: #e7e3dd; }

/* pricing */
.price-table { width: 100%; max-width: 760px; margin: 50px auto; border-collapse: collapse; }
.price-table th, .price-table td { text-align: left; padding: 18px 14px; border-bottom: 1px solid #ececec; font-weight: 300; }
.price-table th { text-transform: lowercase; letter-spacing: 0.14em; font-size: 13px; color: #999; }

/* contact */
.contact-cols { display: flex; gap: 60px; max-width: 900px; margin: 60px auto; }
.contact-cols > div { flex: 1; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 12px; margin-bottom: 14px;
  border: 1px solid #d8d8d8; font-family: inherit; font-weight: 300;
}
.contact-form button {
  background: #2b2b2b; color: #fff; border: none; padding: 13px 28px;
  text-transform: lowercase; letter-spacing: 0.16em; cursor: pointer;
}

/* footer / NAP */
.site-footer {
  border-top: 1px solid #ececec;
  padding: 50px 40px;
  text-align: center;
  color: #8a8a8a;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.site-footer .nap { line-height: 2; }
.site-footer a { color: #8a8a8a; }
