/*
Theme Name: Lazotto Theme
Theme URI:
Author: Lazotto
Author URI:
Description: Lazotto corporate website custom WordPress theme.
Version: 0.1.0
License:
Text Domain: lazotto
*/

:root {
  --lazotto-ink: #1d1d1b;
  --lazotto-paper: #f7f6f3;
  --lazotto-line: rgba(29, 29, 27, 0.14);
}

body {
  margin: 0;
  color: var(--lazotto-ink);
  background: var(--lazotto-paper);
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

a {
  color: inherit;
}

.site-header,
.site-footer {
  padding: 24px clamp(24px, 5vw, 64px);
  border-bottom: 1px solid var(--lazotto-line);
}

.site-footer {
  border-top: 1px solid var(--lazotto-line);
  border-bottom: 0;
}

.site-branding,
.site-navigation,
.footer-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
}

.site-navigation,
.footer-navigation {
  margin-top: 18px;
}

.lazotto-placeholder {
  width: min(100% - 48px, 960px);
  margin: 0 auto;
  padding: clamp(80px, 12vw, 160px) 0;
}

.lazotto-placeholder h1 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.15;
}

.lazotto-placeholder p {
  margin: 0;
  line-height: 1.9;
}
