:root {
  --ink: #11231f;
  --muted: #66746e;
  --sand: #f3eadb;
  --cream: #fbf7ed;
  --green: #123d35;
  --green-2: #1a6f5c;
  --teal: #249f80;
  --gold: #c89a45;
  --white: #fffdf7;
  --shadow: 0 24px 80px rgba(17, 35, 31, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Noto Sans JP", sans-serif; color: var(--ink); background: var(--cream); }
a { color: inherit; text-decoration: none; }
.hero { min-height: 100vh; position: relative; overflow: hidden; background: linear-gradient(135deg, #102e29 0%, #16483d 48%, #f4e2bf 48.2%, #fff8e8 100%); }
.hero__bg { position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(circle at 20% 20%, #fff 0 1px, transparent 1px), radial-gradient(circle at 70% 70%, #fff 0 1px, transparent 1px); background-size: 42px 42px, 60px 60px; }
.nav { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; padding: 28px clamp(20px, 4vw, 64px); color: #fffaf0; }
.brand, .nav__links { display: flex; align-items: center; gap: 16px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.brand__mark { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-weight: 800; }
.nav__links a { opacity: .78; transition: opacity .2s; }
.nav__links a:hover { opacity: 1; }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); align-items: center; gap: clamp(28px, 7vw, 100px); padding: 56px clamp(20px, 6vw, 92px) 92px; }
.hero__copy { color: #fffaf0; max-width: 780px; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(46px, 7.7vw, 112px); line-height: .94; letter-spacing: -.07em; margin-bottom: 28px; }
h2 { font-size: clamp(32px, 4.3vw, 64px); line-height: 1.02; letter-spacing: -.05em; margin-bottom: 18px; }
h3 { font-size: 22px; line-height: 1.28; margin-bottom: 10px; }
.lead { font-size: clamp(17px, 2vw, 22px); line-height: 1.9; color: rgba(255,250,240,.84); max-width: 720px; }
.hero__actions, .contact__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.13); }
.button--primary { background: var(--gold); color: #1b211d; }
.button--ghost { border-color: rgba(255,255,255,.38); color: #fff; }
.button--light { background: var(--white); color: var(--green); }
.quickfacts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 44px 0 0; }
.quickfacts div { padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
dt { font-size: 12px; color: rgba(255,255,255,.56); margin-bottom: 8px; } dd { margin: 0; font-weight: 800; }
.profile-card { justify-self: center; width: min(420px, 100%); background: rgba(255,253,247,.86); border: 1px solid rgba(255,255,255,.75); border-radius: 36px; padding: 18px; box-shadow: var(--shadow); transform: rotate(2deg); }
.profile-card img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 26px; display: block; filter: saturate(.95) contrast(1.03); }
.profile-card > div { padding: 24px 10px 8px; }
.profile-card__name { font-size: 34px; letter-spacing: -.04em; font-weight: 900; margin-bottom: 2px; }
.profile-card__desc { color: var(--muted); margin-bottom: 0; }
.section { padding: clamp(72px, 10vw, 128px) clamp(20px, 6vw, 92px); }
.section--split { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(32px, 6vw, 90px); align-items: start; }
.cards { display: grid; gap: 16px; }
.card { background: var(--white); border-radius: 28px; padding: 28px; border: 1px solid rgba(18,61,53,.08); box-shadow: 0 14px 45px rgba(18,61,53,.08); }
.card span { color: var(--teal); font-weight: 900; letter-spacing: .14em; }
.card p, .contact p { color: var(--muted); line-height: 1.9; margin-bottom: 0; }
.quote-band { margin: 0 clamp(20px, 6vw, 92px); padding: clamp(44px, 7vw, 84px); border-radius: 40px; color: #fffaf0; background: linear-gradient(135deg, var(--green), #08211c); box-shadow: var(--shadow); }
.quote-band p { margin: 0; max-width: 930px; font-size: clamp(28px, 4.7vw, 70px); line-height: 1.08; letter-spacing: -.06em; }
.section__header { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 28px; }
.text-link { color: var(--green-2); font-weight: 900; }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.article { background: var(--white); border-radius: 28px; overflow: hidden; border: 1px solid rgba(18,61,53,.08); box-shadow: 0 14px 45px rgba(18,61,53,.07); transition: transform .2s, box-shadow .2s; }
.article:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.article img { width: 100%; aspect-ratio: 1.28; object-fit: cover; display: block; }
.article span { display: block; color: var(--teal); font-size: 12px; font-weight: 900; letter-spacing: .12em; padding: 22px 22px 0; }
.article h3 { padding: 8px 22px 26px; margin: 0; font-size: 20px; }
.contact { margin: 0 clamp(20px, 6vw, 92px) clamp(72px, 10vw, 128px); display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: clamp(34px, 6vw, 70px); border-radius: 40px; background: #efe0c2; }
.contact__actions { justify-content: flex-end; margin: 0; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 30px clamp(20px, 6vw, 92px); color: var(--muted); font-size: 13px; border-top: 1px solid rgba(18,61,53,.1); }
@media (max-width: 900px) {
  .nav__links { display: none; }
  .hero { background: linear-gradient(180deg, #102e29 0%, #16483d 62%, #fff8e8 62.2%, #fff8e8 100%); }
  .hero__grid, .section--split, .contact { grid-template-columns: 1fr; }
  .quickfacts, .article-grid { grid-template-columns: 1fr; }
  .profile-card { transform: none; }
  .section__header, footer { align-items: start; flex-direction: column; }
  .contact__actions { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .hero__grid { padding-top: 24px; }
  .quickfacts div { padding: 14px; }
  h1 { font-size: 44px; }
  .button { width: 100%; }
}
