@font-face {
  font-family: "Fredoka";
  src: url("custom-font.ttf") format("truetype");
}

body {
  margin: 0;
  background-color: #FAF3E7;
  color: #2B2118;
  font-family: "Fredoka", Arial, sans-serif;
  line-height: 1.7;
}

h1, h2, h3, h4, p, figure {
  margin: 0;
  padding: 0;
}

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

a {
  color: #2B2118;
  text-decoration: none;
}

.g-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 48px;
  background-color: #FAF3E7;
}

.g-brand {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4px;
}

.g-links a {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #5C4633;
  margin-left: 36px;
}

.g-label {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #C4552D;
  margin-bottom: 22px;
}

.g-hero {
  position: relative;
  height: 88vh;
  min-height: 600px;
  overflow: hidden;
}

.g-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.g-hero-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 33, 24, 0.45);
}

.g-hero-text {
  position: absolute;
  left: 60px;
  bottom: 90px;
  width: 620px;
}

.g-hero-text .g-label {
  color: #E8862E;
}

.g-hero-text h1 {
  font-size: 84px;
  font-weight: 900;
  line-height: 1.1;
  color: #FFF7EA;
}

.g-hero-text h1 em {
  color: #E8862E;
}

.g-hero-text h2 {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.15;
  color: #FFF7EA;
}

.g-hero-text h2 em {
  color: #E8862E;
}

.g-sub {
  margin-top: 26px;
  font-size: 16px;
  color: #FFF3DF;
  line-height: 1.9;
}

.g-scroll {
  position: absolute;
  right: 48px;
  bottom: 28px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #FFE9C8;
}

.g-about {
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 48px 90px 48px;
  display: flex;
  gap: 80px;
}

.g-about-left {
  width: 55%;
}

.g-about-left h2 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 36px;
}

.g-about-left p {
  font-size: 15px;
  color: #5C4633;
  margin-bottom: 24px;
  max-width: 480px;
}

.g-stats {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
}

.g-stat {
  width: 50%;
  box-sizing: border-box;
  padding: 30px 0 30px 30px;
}

.g-stat:nth-child(odd) {
  border-right: 1px solid #EAD9BE;
}

.g-stat:nth-child(1), .g-stat:nth-child(2) {
  border-bottom: 1px solid #EAD9BE;
}

.g-stat b {
  display: block;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.1;
}

.g-stat span {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #5C4633;
}

.g-line {
  max-width: 1184px;
  margin: 0 auto;
  border: none;
  border-top: 1px solid #EAD9BE;
}

.g-series {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 48px 90px 48px;
}

.g-series h2 {
  font-size: 52px;
  font-weight: 900;
  margin-bottom: 54px;
}

.g-grid2 {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.g-grid2 .g-photo {
  width: 48%;
  flex: 1 1 45%;
}

.g-photo {
  position: relative;
  height: 480px;
  border-radius: 20px;
  overflow: hidden;
}

.g-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.g-photo figcaption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
}

.g-loc {
  display: block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #E8862E;
}

.g-name {
  display: block;
  font-size: 30px;
  font-weight: 900;
  color: #FFF7EA;
}

.g-year {
  position: absolute;
  right: 0;
  bottom: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #FFE9C8;
}

.g-photo .g-loc, .g-photo .g-name {
  text-shadow: 1px 1px 8px rgba(43, 33, 24, 0.6);
}

.g-quote {
  max-width: 1184px;
  margin: 0 auto;
  padding: 110px 48px;
  display: flex;
  gap: 60px;
  align-items: center;
}

.g-quote-line {
  width: 200px;
  border-top: 2px solid #C4552D;
  flex: 0 0 auto;
}

.g-quote-text {
  font-size: 34px;
  font-style: italic;
  line-height: 1.6;
  color: #2B2118;
}

.g-quote-note {
  margin-top: 30px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #5C4633;
}

.g-portrait img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 20px;
}

.g-grid2 .g-portrait {
  width: 48%;
  flex: 1 1 45%;
}

.g-portrait figcaption {
  margin-top: 24px;
}

.g-name-dark {
  display: block;
  font-size: 28px;
  font-weight: 900;
  margin: 8px 0 14px 0;
}

.g-portrait figcaption p {
  font-size: 14px;
  color: #5C4633;
  max-width: 460px;
}

.g-grid3 {
  display: flex;
  gap: 28px;
}

.g-grid3 .g-portrait {
  width: 33%;
}

.g-grid3 .g-portrait img {
  height: 340px;
}

.g-statement {
  position: relative;
  height: 70vh;
  min-height: 480px;
  overflow: hidden;
  margin-top: 40px;
}

.g-footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 48px 50px 48px;
}

.g-foot-grid {
  display: flex;
  gap: 60px;
  margin-bottom: 70px;
}

.g-foot-grid > div {
  width: 33%;
}

.g-foot-grid h3 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 20px;
}

.g-foot-grid h4 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #C4552D;
  margin-bottom: 20px;
}

.g-foot-grid p {
  font-size: 14px;
  color: #5C4633;
  margin-bottom: 8px;
}

.g-copy {
  display: flex;
  justify-content: space-between;
  padding-top: 26px;
  font-size: 12px;
  color: #5C4633;
}

.g-copy a {
  font-weight: bold;
  color: #C4552D;
}

@media (max-width: 900px) {
  .g-topbar {
    padding: 18px 20px;
  }
  .g-links a {
    margin-left: 16px;
  }
  .g-hero-text {
    left: 24px;
    right: 24px;
    width: auto;
    bottom: 70px;
  }
  .g-hero-text h1 {
    font-size: 48px;
  }
  .g-hero-text h2 {
    font-size: 36px;
  }
  .g-about {
    flex-direction: column;
    padding: 70px 20px;
    gap: 40px;
  }
  .g-about-left, .g-stats {
    width: 100%;
  }
  .g-about-left h2, .g-series h2 {
    font-size: 34px;
  }
  .g-series {
    padding: 60px 20px;
  }
  .g-grid2 .g-photo, .g-grid2 .g-portrait {
    width: 100%;
    flex: 1 1 100%;
  }
  .g-grid3 {
    flex-direction: column;
  }
  .g-grid3 .g-portrait {
    width: 100%;
  }
  .g-quote {
    flex-direction: column;
    padding: 70px 20px;
    gap: 30px;
  }
  .g-quote-text {
    font-size: 24px;
  }
  .g-foot-grid {
    flex-direction: column;
    gap: 36px;
  }
  .g-foot-grid > div {
    width: 100%;
  }
}
