.sahou-front-page {
  --dc-hero-height: clamp(620px, 59vw, 1000px);
  --dc-hero-bg-offset: 70px;
  background: var(--bg);
  min-height: 100vh;
}

.sahou-front-page::before,
.sahou-front-page::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background: url("../images/dana-waterdrop-bg.png") center / contain no-repeat;
  opacity: 0.4;
}

.sahou-front-page::before {
  top: calc(var(--dc-hero-height) + var(--dc-hero-bg-offset));
  left: calc(50% - 425px);
  width: 1460px;
  height: 1719px;
}

.sahou-front-page::after {
  top: 2360px;
  left: calc(50% - 1099px);
  width: 1460px;
  height: 1719px;
}

.dc-hero {
  position: relative;
  height: var(--dc-hero-height);
  min-height: 0;
  color: var(--white);
  overflow: hidden;
}

.dc-hero__signature {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: clamp(170px, 18.1vw, 260px);
  pointer-events: none;
  overflow: hidden;
  shape-rendering: geometricPrecision;
}

.dc-hero__signature-wave {
  fill: var(--bg);
}

.dc-hero__signature-text {
  fill: var(--white);
  font-family: "Helvetica Neue", "Helvetica", "Arial", var(--font-sans);
  font-size: 68px;
  font-weight: 300;
  letter-spacing: 0;
}

.dc-hero__media {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.dc-hero__image {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.dc-hero__inner {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  min-height: 0;
  margin: 0;
  pointer-events: none;
}

.dc-section {
  position: relative;
  z-index: 1;
}

.dc-section--about {
  padding: 616px 0 369px;
}

.dc-section--about .dc-section-title {
  margin: 0 0 42px;
}

.dc-about {
  display: grid;
  grid-template-columns: minmax(280px, 625px) minmax(0, 1fr);
  gap: 138px;
  align-items: center;
}

.dc-image-card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dc-image-card--about {
  min-height: 416px;
  background-image: url("../images/dana-about-photo.jpg");
}

.dc-about__body {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.dc-about__body h3 {
  margin: 0 0 44px;
  color: var(--accent);
  font-size: clamp(1.8rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.55;
  text-wrap: balance;
}

.sahou-front-page--ko .dc-about__body h3 {
  line-height: 1.45;
}

.dc-about__body p {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(1rem, 1.45vw, 1.4rem);
  line-height: 1.85;
  text-wrap: pretty;
}

.dc-section--news {
  padding: 0 0 140px;
}

.dc-section--news .container {
  width: min(732px, calc(100% - 80px));
  margin-right: 40px;
}

.dc-section--news .dc-section-title {
  margin: 0 0 28px;
}

.dc-news-list {
  display: grid;
  gap: 30px;
}

.dc-news-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  min-height: 125px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--green);
}

.dc-news-item time {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  background: var(--green-dark);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1;
}

.dc-news-item p {
  margin: 0;
}

.dc-news-item__body {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px 32px;
  color: var(--ink);
}

.dc-news-item__body h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 400;
  line-height: 1.45;
}

.dc-news-item__body p {
  color: rgba(23, 20, 17, 0.72);
  font-family: var(--font-sans);
  font-size: 0.88rem;
  line-height: 1.6;
}

.dc-news-item--empty time {
  writing-mode: horizontal-tb;
  font-size: 16px;
}

.dc-section--project {
  padding: 50px 0 120px;
}

.dc-section--project .container {
  width: min(1195px, calc(100% - 80px));
}

.dc-section--project .dc-section-title {
  margin: 0 0 36px;
  font-size: clamp(3.4rem, 6vw, 5rem);
}

.dc-project-card {
  margin: 0 0 68px;
}

.dc-project-card__media {
  aspect-ratio: 1195 / 628;
  background: #111111;
  overflow: hidden;
}

.dc-project-card__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dc-brand {
  max-width: 1068px;
  margin-left: 54px;
}

.dc-brand__heading {
  position: relative;
  padding-left: 136px;
}

.dc-brand__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 95px;
  height: 118px;
  background: url("../images/sahou-logo-black.png") center / contain no-repeat;
}

.dc-brand__mark {
  display: block;
  margin: 0 0 20px;
  color: var(--accent);
  font-family: var(--font-gotu);
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.2;
  white-space: nowrap;
}

.dc-brand h3 {
  margin: 0 0 36px;
  color: var(--green-dark);
  font-size: clamp(1rem, 1.6vw, 1.45rem);
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
}

.dc-brand p {
  max-width: 893px;
  margin: 0 0 0 136px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.95;
  text-wrap: pretty;
}

.dc-brand .dc-actions {
  margin-top: 42px;
  justify-content: center;
}

@media (max-width: 1024px) {
  .sahou-front-page::before {
    top: calc(var(--dc-hero-height) + var(--dc-hero-bg-offset));
    left: calc(50% - 330px);
    width: 1180px;
    height: 1390px;
  }

  .sahou-front-page::after {
    top: 2360px;
    left: calc(50% - 980px);
    width: 1180px;
    height: 1390px;
  }

  .dc-section--about {
    padding: 280px 0 150px;
  }

  .dc-section--project {
    padding-top: 120px;
  }

  .dc-about {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .dc-section--news .container {
    margin-right: auto;
  }

  .dc-brand {
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  .sahou-front-page {
    --dc-hero-height: 430px;
    --dc-hero-bg-offset: 190px;
  }

  .dc-hero {
    height: var(--dc-hero-height);
    min-height: 0;
    overflow: hidden;
  }

  .dc-hero__media {
    height: 100%;
  }

  .dc-hero__signature {
    bottom: -1px;
    height: 134px;
  }

  .dc-hero__signature-text {
    font-size: 78px;
  }

  .dc-hero__image {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .sahou-front-page::before,
  .sahou-front-page::after {
    opacity: 0.32;
  }

  .sahou-front-page::before {
    top: calc(var(--dc-hero-height) + var(--dc-hero-bg-offset));
    left: calc(50% - 180px);
    width: 760px;
    height: 896px;
  }

  .sahou-front-page::after {
    top: 1880px;
    left: calc(50% - 620px);
    width: 760px;
    height: 896px;
  }

  .dc-section--about {
    padding: 92px 0 96px;
  }

  .dc-about {
    gap: 32px;
  }

  .dc-about__body h3 {
    margin-bottom: 28px;
    font-size: 1.55rem;
    line-height: 1.65;
  }

  .dc-about__body p {
    font-size: 0.95rem;
    line-height: 2;
  }

  .dc-section-title {
    font-size: 3rem;
  }

  .dc-image-card--about {
    min-height: 300px;
  }

  .dc-section--news {
    padding-bottom: 96px;
  }

  .dc-section--project {
    padding-top: 88px;
  }

  .dc-section--news .container,
  .dc-section--project .container {
    width: min(100% - 32px, var(--container));
  }

  .dc-news-item {
    grid-template-columns: 56px 1fr;
    min-height: 96px;
  }

  .dc-news-item time {
    font-size: 16px;
  }

  .dc-project-card__media {
    aspect-ratio: 16 / 9;
  }

  .dc-brand__heading {
    padding-left: 0;
  }

  .dc-brand__heading::before {
    position: static;
    display: block;
    width: 72px;
    height: 90px;
    margin-bottom: 14px;
  }

  .dc-brand__mark {
    font-size: 2.4rem;
  }

  .dc-brand h3 {
    max-width: 340px;
    font-size: 1.4rem;
    line-height: 1.65;
    white-space: normal;
  }

  .dc-brand p {
    margin-left: 0;
    font-size: 0.95rem;
  }
}
