:root {
  --bg: #070707;
  --bg-soft: #0d0d0d;
  --panel: #0a0a0a;
  --panel-soft: rgba(255,255,255,0.02);
  --border: rgba(255,255,255,0.08);
  --text: #f2f0ea;
  --muted: #9b978f;
  --accent: #c61b1b;
  --accent-soft: rgba(198, 27, 27, 0.18);
  --shadow: 0 20px 70px rgba(0,0,0,0.45);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(198,27,27,0.10), transparent 25rem),
    linear-gradient(180deg, #090909 0%, #050505 100%);
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image:
    linear-gradient(rgba(255,255,255,0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.12) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.site-wrap {
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto;
}

.site-header,
.site-footer,
.contact {
  position: relative;
  z-index: 1;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--text);
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid var(--accent);
  border-radius: 999px;
  color: var(--accent);
  font-weight: 800;
  font-size: 1rem;
}

.brand-copy strong,
.brand-copy small {
  display: block;
}

.brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

.brand-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-nav a {
  color: var(--text);
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  opacity: 0.95;
}

.site-nav a:hover { color: var(--accent); }

.hero {
  display: grid;
  grid-template-columns: 88px 1.12fr 0.92fr;
  gap: 28px;
  align-items: center;
  min-height: 72vh;
  padding: 28px 0 36px;
}

.hero-side {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.vertical-line {
  width: 2px;
  height: 150px;
  background: linear-gradient(180deg, transparent, var(--accent), transparent);
}

.vertical-jp {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.54);
  font-family: Georgia, "Times New Roman", serif;
}

.hero-copy {
  max-width: 700px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.82rem;
  font-weight: 700;
}

h1, h2, p { margin-top: 0; }

h1 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 8vw, 6.8rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.accent { color: var(--accent); }

.lead {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.25rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 0;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: var(--accent);
  color: #fff;
  border: 1px solid var(--accent);
}

.btn-secondary {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(255,255,255,0.28);
}

.hero-art {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-art img {
  width: 100%;
  max-width: 610px;
  height: auto;
  display: block;
  filter: drop-shadow(0 22px 52px rgba(0,0,0,0.65));
}

.services {
  display: grid;
  grid-template-columns: 88px repeat(3, 1fr);
  gap: 0;
  margin-top: 22px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.services-side,
.card {
  min-height: 280px;
  border-right: 1px solid var(--border);
}

.services-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  padding: 20px 10px 24px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.01));
}

.bamboo-mark {
  width: 34px;
  height: 120px;
  opacity: 0.23;
  background:
    radial-gradient(circle at 12px 18px, rgba(255,255,255,0.25) 0 10px, transparent 10px),
    radial-gradient(circle at 22px 42px, rgba(255,255,255,0.25) 0 9px, transparent 9px),
    radial-gradient(circle at 12px 70px, rgba(255,255,255,0.25) 0 9px, transparent 9px),
    radial-gradient(circle at 22px 96px, rgba(255,255,255,0.25) 0 9px, transparent 9px),
    linear-gradient(180deg, transparent 0 6px, rgba(255,255,255,0.18) 6px 9px, transparent 9px 32px, rgba(255,255,255,0.18) 32px 35px, transparent 35px 58px, rgba(255,255,255,0.18) 58px 61px, transparent 61px 84px, rgba(255,255,255,0.18) 84px 87px, transparent 87px);
}

.services-jp {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  color: rgba(255,255,255,0.55);
}

.stamp {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--accent);
  color: var(--accent);
  font-size: 0.9rem;
}

.card {
  padding: 32px 30px 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.01), transparent);
}

.card:last-child { border-right: none; }

.icon {
  color: var(--accent);
  font-size: 1.65rem;
  margin-bottom: 18px;
}

.card h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
}

.card p {
  color: var(--muted);
  line-height: 1.75;
  min-height: 104px;
  font-size: 1.05rem;
}

.card a {
  display: inline-block;
  margin-top: 10px;
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid var(--accent);
  padding-bottom: 8px;
}

.card a:hover { color: var(--accent); }

.closing {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 26px 0 30px;
}

.closing-line {
  width: 48px;
  height: 2px;
  background: var(--accent);
}

.closing p {
  margin: 0;
  text-align: center;
  color: rgba(255,255,255,0.62);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.86rem;
}

.contact {
  padding: 36px 0 50px;
  border-top: 1px solid var(--border);
}

.contact h2 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
}

.contact-text {
  max-width: 700px;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.contact-links a {
  color: var(--text);
  text-decoration: none;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,0.14);
  background: var(--panel-soft);
}

.contact-links a:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.site-footer {
  padding: 18px 0 42px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255,255,255,0.46);
  font-size: 0.92rem;
  border-top: 1px solid var(--border);
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 54px 1fr;
  }

  .hero-art {
    grid-column: 2;
    justify-content: flex-start;
    margin-top: 18px;
  }

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

  .card {
    border-right: none;
    border-top: 1px solid var(--border);
  }

  .services-side {
    grid-row: 1 / span 4;
  }
}

@media (max-width: 700px) {
  .site-wrap {
    width: min(100% - 22px, 1280px);
  }

  .site-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .site-nav {
    gap: 14px;
    flex-wrap: wrap;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
    padding-top: 18px;
  }

  .hero-side {
    flex-direction: row;
    justify-content: flex-start;
    gap: 16px;
  }

  .vertical-line {
    width: 70px;
    height: 2px;
  }

  .vertical-jp {
    writing-mode: horizontal-tb;
    font-size: 1.6rem;
  }

  .lead {
    font-size: 1.08rem;
  }

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

  .services-side {
    min-height: auto;
    border-right: none;
    border-bottom: 1px solid var(--border);
    flex-direction: row;
    justify-content: space-between;
    padding-inline: 18px;
  }

  .services-jp {
    writing-mode: horizontal-tb;
    font-size: 1.3rem;
  }

  .site-footer {
    flex-direction: column;
  }
}
