* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  background: #f4eadc;
}

a {
  color: #a9663f;
  text-decoration: none;
  transition: color .2s ease;
}

a:hover {
  color: #8a4e2c;
}

.eyebrow {
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
  color: #bc7e58;
}

h1, h2, h3 {
  font-family: 'Cormorant Garamond', serif;
  margin: 0;
}

/* Buttons */

.btn {
  font-family: 'Cinzel', serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 34px;
  border-radius: 2px;
  display: inline-block;
}

.btn-filled {
  color: #fdf6ec;
  background: #bc7e58;
}

.btn-filled:hover {
  color: #fdf6ec;
  background: #a9663f;
}

.btn-outline {
  color: #8a4e2c;
  border: 1.5px solid #c9a07c;
  padding: 14.5px 32px;
}

.btn-contact {
  color: #4f3a29;
  background: #d8a878;
  padding: 17px 38px;
}

.btn-contact:hover {
  color: #4f3a29;
  background: #c9975f;
}

/* Header */

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 56px;
  border-bottom: 1px solid #e2d1ba;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border: 1.5px solid #bc7e58;
  border-radius: 50%;
  object-fit: cover;
}

.brand-name {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  letter-spacing: 4px;
  color: #5e4632;
}

.site-nav {
  display: flex;
  gap: 34px;
  font-family: 'Cinzel', serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.site-nav a {
  color: #7a5e44;
}

/* Hero */

.hero {
  position: relative;
  padding: 96px 56px 104px;
  text-align: center;
  background: radial-gradient(120% 90% at 50% 0%, #f7f0e4 0%, #f0e2cf 60%, #ead9c1 100%);
}

.hero .eyebrow {
  font-size: 13px;
  letter-spacing: 5px;
  margin-bottom: 40px;
}

.hero-logo {
  display: block;
  width: 420px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 48px;
  border-radius: 4px;
  box-shadow: 0 20px 50px -24px rgba(120, 80, 50, .5);
}

.hero h1 {
  font-weight: 500;
  font-size: 62px;
  line-height: 1.08;
  color: #4f3a29;
  margin: 0 auto 22px;
  max-width: 800px;
  text-wrap: balance;
}

.hero-subhead {
  font-size: 23px;
  line-height: 1.6;
  color: #7a5e44;
  max-width: 620px;
  margin: 0 auto 40px;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* About */

.about {
  padding: 96px 56px;
  background: #efe2cf;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.about .eyebrow {
  font-size: 12px;
  letter-spacing: 4px;
  margin-bottom: 22px;
}

.about h2 {
  font-weight: 500;
  font-size: 44px;
  line-height: 1.15;
  color: #4f3a29;
  margin: 0 0 26px;
}

.about-copy p {
  font-size: 20px;
  line-height: 1.7;
  color: #6b543f;
  margin: 0 0 18px;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.about-image {
  position: relative;
  aspect-ratio: 4 / 5;
  border: 1px solid #d3bd9f;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Work / gallery */

.work {
  padding: 96px 56px;
  background: #f4eadc;
}

.work-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: start;
  max-width: 900px;
  margin: 0 auto;
}

.work-item {
  margin: 0;
}

.work-item img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #d3bd9f;
  border-radius: 3px;
  box-shadow: 0 14px 34px -22px rgba(120, 80, 50, .55);
}

/* Services */

.services {
  padding: 96px 56px;
  background: #f4eadc;
}

.section-heading {
  text-align: center;
  margin-bottom: 56px;
}

.section-heading .eyebrow {
  font-size: 12px;
  letter-spacing: 4px;
  margin-bottom: 18px;
}

.section-heading h2 {
  font-weight: 500;
  font-size: 44px;
  color: #4f3a29;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.service-card {
  background: #efe2cf;
  border: 1px solid #e0cbae;
  padding: 38px 36px;
}

.service-number {
  font-family: 'Cinzel', serif;
  font-size: 14px;
  color: #bc7e58;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.service-card h3 {
  font-weight: 600;
  font-size: 29px;
  color: #4f3a29;
  margin: 0 0 12px;
}

.service-card p {
  font-size: 18px;
  line-height: 1.6;
  color: #6b543f;
  margin: 0;
}

/* Contact */

.contact {
  padding: 100px 56px;
  background: #4f3a29;
  text-align: center;
}

.contact .eyebrow {
  color: #d8a878;
  font-size: 12px;
  letter-spacing: 4px;
  margin-bottom: 22px;
}

.contact h2 {
  font-weight: 500;
  font-size: 48px;
  color: #f4eadc;
  margin: 0 0 16px;
  text-wrap: balance;
}

.contact > p {
  font-size: 21px;
  line-height: 1.6;
  color: #d9c3a6;
  max-width: 520px;
  margin: 0 auto 40px;
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  margin-bottom: 38px;
}

.contact-links a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  color: #f0dcc4;
}

.contact-links a:hover {
  color: #d8a878;
}

/* Footer */

.site-footer {
  padding: 34px 56px;
  background: #3f2e20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-wordmark {
  font-family: 'Cinzel', serif;
  font-size: 13px;
  letter-spacing: 3px;
  color: #c9a07c;
}

.footer-location {
  font-size: 17px;
  color: #a98a6a;
}

.footer-location a {
  color: #d8a878;
}

/* Responsive */

@media (max-width: 860px) {
  .site-header {
    padding: 20px 28px;
  }

  .site-nav {
    gap: 22px;
  }

  .hero {
    padding: 72px 28px 80px;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero-subhead {
    font-size: 19px;
  }

  .hero-logo {
    width: 300px;
  }

  .about {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 72px 28px;
  }

  .about h2 {
    font-size: 34px;
  }

  .about-image {
    order: -1;
    aspect-ratio: 16 / 10;
  }

  .work {
    padding: 72px 28px;
  }

  .work-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .services {
    padding: 72px 28px;
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .contact {
    padding: 72px 28px;
  }

  .contact h2 {
    font-size: 34px;
  }

  .site-footer {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .site-header {
    flex-direction: column;
    gap: 14px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .work-gallery {
    gap: 12px;
  }
}
