﻿:root {
  --ink: #17202d;
  --muted: #5d6a78;
  --navy: #07314f;
  --deep: #063f52;
  --aqua: #12a9df;
  --orange: #f28a00;
  --paper: #f2fbff;
  --line: #d7edf6;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
}

.harrys-about {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(18, 169, 223, 0.14), transparent 18%),
    radial-gradient(circle at 92% 36%, rgba(242, 138, 0, 0.09), transparent 20%),
    var(--paper);
}

.about-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: end;
  padding: 72px max(24px, calc((100vw - 1120px) / 2));
  color: var(--white);
  background: var(--navy);
}

.about-hero__image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 49, 79, 0.95), rgba(7, 49, 79, 0.52)),
    url("about-hero-pitch.jpg") center 46% / cover no-repeat;
}

.about-hero__content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.about-hero img {
  width: 170px;
  margin-bottom: 70px;
  padding: 10px;
  background: var(--white);
}

.about-hero p,
.label {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-hero h1 {
  margin: 0 0 16px;
  color: var(--white);
  font-size: clamp(40px, 6vw, 74px);
  line-height: 1.12;
}

.about-hero strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(22px, 3vw, 34px);
}

.about-section,
.about-cta {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0;
}

.photo-band {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 14px;
  width: min(1120px, calc(100% - 40px));
  margin: 8px auto 0;
}

.photo-band img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  box-shadow: 0 18px 35px rgba(7, 49, 79, 0.09);
}

.photo-band img:nth-child(2) {
  height: 360px;
  margin-top: 46px;
}

.about-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: start;
}

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

h2 {
  margin-bottom: 22px;
  color: var(--ink);
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.25;
}

h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.35;
}

p {
  color: var(--muted);
  font-size: 18px;
  max-width: 36em;
}

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.progress-grid,
.env-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.progress-grid article,
.env-grid article {
  min-height: 300px;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 6px solid var(--aqua);
  box-shadow: 0 18px 35px rgba(7, 49, 79, 0.09);
}

.progress-grid p,
.env-grid p {
  max-width: none;
}

.mv-section {
  width: 100%;
  padding: 96px max(24px, calc((100vw - 1120px) / 2));
  background:
    radial-gradient(circle at 88% 18%, rgba(242, 138, 0, 0.12), transparent 24%),
    linear-gradient(135deg, var(--navy), var(--deep));
}

.mv-section .section-head {
  width: min(1120px, 100%);
}

.mv-section h2 {
  color: var(--white);
}

.mv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: min(1120px, 100%);
}

.mv-grid article {
  min-height: 390px;
  padding: 36px;
  background: rgba(255, 255, 255, 0.96);
  border-top: 6px solid var(--orange);
}

.mv-grid span {
  display: block;
  margin-bottom: 58px;
  color: var(--aqua);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.mv-grid h3 {
  font-size: 26px;
}

.mv-grid p {
  max-width: none;
  font-size: 17px;
}

.progress-grid span {
  display: block;
  margin-bottom: 50px;
  color: var(--orange);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.split,
.origin {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 64px;
  align-items: center;
}

.origin {
  grid-template-columns: 1fr 0.82fr;
}

figure {
  margin: 0;
}

figure img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  box-shadow: 0 18px 35px rgba(7, 49, 79, 0.12);
}

.origin figure img {
  height: auto;
  padding: 26px;
  object-fit: contain;
  background: var(--white);
}

ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}

li::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: var(--orange);
  transform: translateY(-50%);
}

.env-grid {
  grid-template-columns: repeat(4, 1fr);
}

.env-grid article {
  min-height: 220px;
}

.gallery-section {
  padding-top: 28px;
}

.activity-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.activity-gallery figure:nth-child(1) {
  grid-row: span 2;
}

.activity-gallery figure:nth-child(1) img {
  height: 620px;
}

.activity-gallery img {
  height: 300px;
}

.about-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  margin-bottom: 72px;
  padding: 52px 56px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--deep));
}

.about-cta h2,
.about-cta p {
  color: var(--white);
}

.cta-buttons {
  display: grid;
  gap: 12px;
  min-width: 240px;
}

.cta-buttons a {
  display: block;
  padding: 15px 20px;
  color: var(--white);
  text-align: center;
  text-decoration: none;
  background: var(--orange);
  font-weight: 900;
}

.cta-buttons a + a {
  color: var(--ink);
  background: var(--white);
}

@media (max-width: 900px) {
  .about-hero {
    min-height: 590px;
    padding-top: 44px;
    padding-bottom: 50px;
  }

  .about-hero img {
    width: 138px;
    margin-bottom: 48px;
  }

  .about-section,
  .about-cta {
    width: min(100% - 28px, 1120px);
    padding: 60px 0;
  }

  .about-intro,
  .split,
  .origin,
  .about-cta {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .progress-grid,
  .mv-grid,
  .env-grid,
  .photo-band,
  .activity-gallery {
    grid-template-columns: 1fr;
  }

  figure img {
    height: 360px;
  }

  .photo-band img,
  .photo-band img:nth-child(2),
  .activity-gallery img,
  .activity-gallery figure:nth-child(1) img {
    height: 300px;
    margin-top: 0;
  }

  .about-cta {
    padding: 36px 28px;
  }
}

