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

body {
  font-family: Georgia, "Times New Roman", serif;
  color: #111;
  background-color: #ffffff;
  line-height: 1.6;
}

h1, h2, h3 {
  font-weight: normal;
  letter-spacing: 0.02em;
}

h2 {
  line-height: 1.3;
}

p {
  line-height: 1.7;
}
header {
  padding: 2rem;
  border-bottom: 1px solid #e5e5e5;
}

header h1 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

nav a {
  margin-right: 1.5rem;
  text-decoration: none;
  color: #111;
  font-size: 0.9rem;
}

nav a:hover {
  text-decoration: underline;
}

main {
  padding: 4rem 2rem;
  max-width: 900px;
}

section h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

section p {
  font-size: 1rem;
  color: #333;
}

footer {
  padding: 2rem;
  border-top: 1px solid #e5e5e5;
  font-size: 0.85rem;
  color: #555;
}
.hero h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.hero p {
  max-width: 600px;
  font-size: 1.05rem;
  color: #333;
}

.intro {
  margin-top: 3rem;
  max-width: 700px;
}

.cta {
  margin-top: 4rem;
}

.cta a {
  text-decoration: none;
  font-size: 0.95rem;
  color: #111;
  border-bottom: 1px solid #111;
  padding-bottom: 0.2rem;
}
.page-title {
  max-width: 700px;
  margin-bottom: 4rem;
}

.project-list {
  max-width: 700px;
}

.project-item {
  margin-bottom: 3rem;
}

.project-item h3 {
  margin-bottom: 0.5rem;
}

.project-item a {
  font-size: 0.9rem;
  text-decoration: none;
  border-bottom: 1px solid #111;
  padding-bottom: 0.2rem;
}

.project-header {
  max-width: 700px;
  margin-bottom: 3rem;
}

.project-details {
  max-width: 700px;
  margin-bottom: 4rem;
}

.project-details h3 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.project-images {
  max-width: 900px;
}

.project-images figure {
  margin-bottom: 3rem;
}

.project-images img {
  width: 100%;
  height: auto;
  display: block;
}

.project-images figcaption {
  font-size: 0.85rem;
  color: #555;
  margin-top: 0.5rem;
}
.about-content {
  max-width: 700px;
}

.about-content p {
  margin-bottom: 1.5rem;
}
.contact-form {
  max-width: 700px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.5rem;
  font-family: inherit;
  font-size: 0.9rem;
  border: 1px solid #ccc;
}

.contact-form button {
  width: fit-content;
  padding: 0.6rem 1.5rem;
  font-size: 0.9rem;
  background: none;
  border: 1px solid #111;
  cursor: pointer;
}
section {
  margin-bottom: 4rem;
}
nav {
  margin-top: 0.5rem;
}
.typeform-embed {
  margin-top: 2rem;
  max-width: 900px;
}

.typeform-embed div {
  width: 100%;
  height: 650px;
  border: 1px solid #e5e5e5;
}
