/* Marcus Holloway Photography — base stylesheet */

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

html, body {
  min-width: 1280px;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  color: #2b2b2b;
  background: #f6f3ee;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .serif {
  font-family: Georgia, "Times New Roman", Cambria, serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}

a {
  color: #2b2b2b;
  text-decoration: none;
  transition: color 0.18s ease;
}

a:hover {
  color: #9a7b4f;
}

/* Layout container */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Header / navigation */
.site-header {
  border-bottom: 1px solid #e4ddd2;
  background: #f6f3ee;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.32em;
  color: #9a8f7d;
  margin-top: 4px;
}

.main-nav {
  display: flex;
  gap: 36px;
}

.main-nav a {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5c5547;
}

.main-nav a.active {
  color: #2b2b2b;
  border-bottom: 1px solid #9a7b4f;
  padding-bottom: 4px;
}

/* Hero */
.hero {
  padding: 90px 0 70px;
  text-align: center;
}

.hero h1 {
  font-size: 52px;
  line-height: 1.15;
  margin-bottom: 22px;
  color: #232323;
}

.hero p {
  max-width: 620px;
  margin: 0 auto;
  font-size: 18px;
  color: #5c5547;
}

.hero .kicker {
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #9a8f7d;
  margin-bottom: 18px;
}

/* Section heads */
.section {
  padding: 60px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 48px;
}

.section-title h2 {
  font-size: 32px;
  margin-bottom: 12px;
}

.section-title p {
  color: #8a8170;
  font-size: 15px;
  letter-spacing: 0.04em;
}

/* Portfolio grid */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.grid-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.photo {
  display: block;
  background: #ddd;
  overflow: hidden;
}

.photo .frame {
  width: 100%;
  height: 260px;
  position: relative;
}

.grid-gallery .photo .frame {
  height: 210px;
}

.photo .caption {
  padding: 14px 4px 22px;
}

.photo .caption h3 {
  font-size: 17px;
  color: #2b2b2b;
}

.photo .caption span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a8f7d;
  margin-top: 5px;
}

/* SVG grain overlay on frames */
.frame .grain {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* Photo gradients — landscapes, portraits, cityscapes, abstracts */
.f-dawn      { background: linear-gradient(160deg, #f6c79b 0%, #e08a6b 45%, #8c4a5c 100%); }
.f-forest    { background: linear-gradient(180deg, #4a6b3f 0%, #2f4a30 60%, #16271a 100%); }
.f-coast     { background: linear-gradient(190deg, #bfe0e6 0%, #6ba9b8 50%, #2e5d6e 100%); }
.f-portrait  { background: radial-gradient(circle at 40% 35%, #f1d7c2 0%, #c79a82 45%, #5e4438 100%); }
.f-city      { background: linear-gradient(135deg, #2c3140 0%, #3f4a63 40%, #c9a35a 100%); }
.f-desert    { background: linear-gradient(170deg, #f0d8a8 0%, #d99e63 55%, #93592f 100%); }
.f-mono      { background: linear-gradient(140deg, #efefef 0%, #9a9a9a 50%, #2c2c2c 100%); }
.f-dusk      { background: linear-gradient(200deg, #f3a17a 0%, #9b5e8a 50%, #2e2a52 100%); }
.f-meadow    { background: radial-gradient(circle at 70% 80%, #d8e08a 0%, #8aa54f 50%, #46612e 100%); }
.f-storm     { background: linear-gradient(180deg, #c4cdd6 0%, #6f7d8c 45%, #2b333d 100%); }
.f-amber     { background: radial-gradient(circle at 30% 30%, #ffe2a8 0%, #e0a24b 50%, #7a4a1e 100%); }
.f-arctic    { background: linear-gradient(195deg, #eef6f9 0%, #a9c9d6 55%, #5a7d8c 100%); }
.f-rust      { background: linear-gradient(150deg, #e8a06b 0%, #b35a3c 50%, #5c2a22 100%); }
.f-neon      { background: linear-gradient(120deg, #1b1d3a 0%, #6a3a8c 45%, #d65f8e 100%); }
.f-sage      { background: linear-gradient(165deg, #d6ddc8 0%, #93a880 50%, #4e6347 100%); }
.f-ink       { background: radial-gradient(circle at 60% 40%, #4a5568 0%, #2a3042 55%, #11141f 100%); }
.f-clay      { background: linear-gradient(155deg, #e6c9a8 0%, #c08d63 50%, #6e4a30 100%); }
.f-violet    { background: linear-gradient(185deg, #ddd0ec 0%, #9b82c4 50%, #4a3a72 100%); }
.f-sand      { background: linear-gradient(170deg, #f3e6cf 0%, #d4b58a 55%, #997a4f 100%); }
.f-teal      { background: radial-gradient(circle at 50% 30%, #cdeaea 0%, #5fa3a3 50%, #234d4d 100%); }

/* About page */
.about-wrap {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 56px;
  align-items: start;
  padding: 70px 0;
}

.about-portrait {
  height: 440px;
  background: radial-gradient(circle at 45% 35%, #ece0d2 0%, #c9a98c 45%, #6b4d3a 100%);
}

.about-text h1 {
  font-size: 38px;
  margin-bottom: 24px;
}

.about-text p {
  margin-bottom: 18px;
  color: #4a4639;
  font-size: 16px;
}

.about-text h3 {
  font-size: 20px;
  margin: 36px 0 14px;
}

.fact-list {
  list-style: none;
}

.fact-list li {
  padding: 10px 0;
  border-bottom: 1px solid #e4ddd2;
  font-size: 15px;
  color: #5c5547;
  display: flex;
  justify-content: space-between;
}

.fact-list li span {
  color: #9a8f7d;
  letter-spacing: 0.06em;
}

/* Contact page */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 70px 0;
}

.contact-intro h1 {
  font-size: 38px;
  margin-bottom: 20px;
}

.contact-intro p {
  color: #4a4639;
  margin-bottom: 18px;
  font-size: 16px;
}

.contact-details {
  margin-top: 30px;
  font-size: 15px;
  color: #5c5547;
}

.contact-details dt {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9a8f7d;
  margin-top: 18px;
}

.contact-details dd {
  margin-top: 4px;
}

.form-field {
  margin-bottom: 22px;
}

.form-field label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8170;
  margin-bottom: 8px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #d8d0c2;
  background: #fdfbf7;
  font-family: inherit;
  font-size: 15px;
  color: #2b2b2b;
}

.form-field textarea {
  min-height: 140px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #9a7b4f;
}

.btn {
  display: inline-block;
  padding: 14px 38px;
  background: #2b2b2b;
  color: #f6f3ee;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.btn:hover {
  background: #9a7b4f;
  color: #fff;
}

.center-link {
  text-align: center;
  margin-top: 48px;
}

.center-link a {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-bottom: 1px solid #9a7b4f;
  padding-bottom: 4px;
  color: #5c5547;
}

/* Footer */
.site-footer {
  border-top: 1px solid #e4ddd2;
  margin-top: 40px;
  padding: 40px 0;
}

.site-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #8a8170;
  letter-spacing: 0.05em;
}

.site-footer .foot-nav {
  display: flex;
  gap: 26px;
}

.site-footer .foot-nav a {
  color: #8a8170;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
