:root {
  --ink: #152527;
  --muted: #607174;
  --paper: #f4f1e8;
  --white: #fffdf8;
  --green: #174c45;
  --accent: #d77b3f;
  --line: rgba(21, 37, 39, .15);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); line-height: 1.75; }
a { color: inherit; }
.site-header { min-height: 84px; padding: 16px clamp(22px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; background: rgba(244,241,232,.94); position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: flex; gap: 13px; align-items: center; text-decoration: none; line-height: 1.15; }
.brand-mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--green); color: white; font: 700 15px Georgia, serif; letter-spacing: .08em; }
.brand strong { display: block; font: 600 14px Georgia, "Yu Mincho", serif; }
.brand small { color: var(--muted); font-size: 10px; letter-spacing: .08em; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .05em; }
.nav-contact { padding: 10px 18px; color: white; background: var(--green); border-radius: 999px; }
.menu-button { display: none; border: 0; background: none; font-weight: 700; }
.hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: clamp(30px, 8vw, 120px); align-items: center; padding: 80px clamp(24px, 8vw, 130px); overflow: hidden; }
.image-hero { position: relative; color: white; background: linear-gradient(90deg, rgba(13,24,27,.82), rgba(13,24,27,.55) 48%, rgba(13,24,27,.28)), url("/images/hero/L1001838Sep-24-2018.jpg?v=20260624") center / cover no-repeat; }
.image-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(13,24,27,.32), transparent 40%); }
.image-hero > * { position: relative; z-index: 1; }
.hero h1, .page-hero h1 { font: 500 clamp(48px, 7vw, 102px)/1.12 Georgia, "Yu Mincho", serif; letter-spacing: -.045em; margin: 20px 0 30px; }
.hero h1 em { color: var(--green); font-style: normal; }
.image-hero h1 em { color: #f2d6aa; }
.hero-lead { max-width: 680px; color: var(--muted); font-size: clamp(16px, 1.5vw, 20px); }
.image-hero .hero-lead { color: rgba(255,253,248,.82); text-shadow: 0 2px 12px rgba(0,0,0,.18); }
.eyebrow { color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.hero-actions { display: flex; gap: 28px; align-items: center; margin-top: 34px; }
.button { display: inline-block; padding: 14px 28px; border-radius: 999px; background: var(--green); color: white; text-decoration: none; font-weight: 700; }
.text-link { color: var(--green); font-weight: 800; text-decoration: none; }
.hero-panel { min-height: 500px; padding: 54px; background: var(--green); color: white; border-radius: 180px 180px 18px 18px; display: flex; flex-direction: column; justify-content: center; box-shadow: 30px 30px 0 #ddc9aa; }
.image-hero .hero-panel { background: rgba(23,76,69,.86); box-shadow: 30px 30px 0 rgba(221,201,170,.55); backdrop-filter: blur(3px); }
.hero-panel > span { font: 500 110px/1 Georgia, serif; }
.hero-panel > p { margin: 0; color: #c9ddd8; text-transform: uppercase; letter-spacing: .12em; }
.hero-panel blockquote { margin: auto 0 0; font: italic 22px/1.5 Georgia, serif; }
.section { padding: 110px clamp(24px, 8vw, 130px); }
.section-heading { max-width: 720px; margin-bottom: 60px; }
.section-heading h2, .contact-section h2 { margin: 12px 0; font: 500 clamp(38px, 5vw, 68px)/1.2 Georgia, "Yu Mincho", serif; letter-spacing: -.035em; }
.section-heading.row { max-width: none; display: flex; align-items: end; justify-content: space-between; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article, .service-card { min-height: 260px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.22); }
.service-card { display: block; color: inherit; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.service-card:hover { background: var(--white); transform: translateY(-3px); }
.service-grid span { color: var(--accent); font: 600 13px Georgia, serif; }
.service-grid h3 { font: 500 25px Georgia, "Yu Mincho", serif; margin: 35px 0 14px; }
.service-grid p, .team-intro > p { color: var(--muted); }
.service-card strong { display: inline-block; margin-top: 18px; color: var(--green); font-size: 14px; }
.dark-section { color: white; background: var(--ink); }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.work-grid p { margin: 0; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.25); font-size: 20px; }
.work-grid p:nth-child(odd) { margin-right: 35px; }
.team-intro > p { max-width: 820px; font-size: 20px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 55px; }
.team-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.team-card img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(.82); }
.team-card div { padding: 24px; }
.team-card h3 { margin: 0; font: 500 23px Georgia, "Yu Mincho", serif; }
.team-card p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.team-card .role { color: var(--accent); font-size: 12px; font-weight: 700; }
.article-grid { padding: 0 clamp(24px, 8vw, 130px) 100px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.articles-section .article-grid { padding: 0; }
.article-card { overflow: hidden; padding: 0 30px 30px; background: var(--white); border: 1px solid var(--line); border-radius: 4px; }
.article-card-image { margin: 0 -30px 24px; background: rgba(21,37,39,.08); }
.article-card-image img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; filter: saturate(.9) contrast(1.02); }
.article-card time { display: inline-block; margin-top: 4px; }
.article-card time, .article-page time { color: var(--accent); font: 600 12px Georgia, serif; letter-spacing: .08em; }
.article-card h2, .article-card h3 { font: 500 23px/1.45 Georgia, "Yu Mincho", serif; }
.article-card h2 a, .article-card h3 a { text-decoration: none; }
.article-card p { color: var(--muted); font-size: 14px; }
.page-hero { padding: 100px clamp(24px, 8vw, 130px) 60px; }
.page-hero.compact h1 { font-size: clamp(46px, 6vw, 78px); }
.page-hero p { max-width: 780px; color: var(--muted); font-size: 18px; }
.page-content { max-width: 920px; margin: 0 auto; }
.page-content h2 { margin: 44px 0 12px; font: 500 32px/1.35 Georgia, "Yu Mincho", serif; }
.page-content p, .page-content li { color: var(--muted); font-size: 17px; }
.page-content ul { padding-left: 1.2em; }
.page-content .contact-form-wrap { margin-top: 28px; }
.article-page { max-width: 860px; margin: 0 auto; padding: 100px 28px; }
.article-page h1 { font: 500 clamp(38px, 6vw, 67px)/1.25 Georgia, "Yu Mincho", serif; letter-spacing: -.03em; }
.article-hero-image { margin: 42px 0 0; }
.article-hero-image img { display: block; width: 100%; max-height: 520px; object-fit: cover; border-radius: 6px; box-shadow: 0 18px 46px rgba(21,37,39,.12); }
.article-content { margin-top: 60px; font-family: Georgia, "Yu Mincho", serif; font-size: 18px; }
.article-content img { max-width: 100%; height: auto; }
.article-content a { color: var(--green); }
.article-back { margin-top: 70px; padding-top: 25px; border-top: 1px solid var(--line); }
.related-articles { padding-top: 40px; background: rgba(255,253,248,.45); border-top: 1px solid var(--line); }
.related-articles .article-grid { padding: 0; }
.contact-section { padding: 110px clamp(24px, 8vw, 130px); background: #dbcdb1; }
.contact-form-wrap { max-width: 760px; margin-top: 38px; overflow: hidden; border-radius: 8px; background: white; box-shadow: 0 18px 50px rgba(21,37,39,.12); }
.contact-form-wrap iframe { display: block; width: 100%; height: 1000px; border: 0; }
footer { padding: 50px clamp(24px, 8vw, 130px); color: white; background: var(--green); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px; align-items: start; }
.footer-links { display: grid; gap: 10px; justify-items: end; }
.footer-links a { color: rgba(255,255,255,.86); font-size: 13px; text-decoration: none; }
.footer-links a:hover { color: white; text-decoration: underline; }
footer p { font: 500 30px Georgia, serif; }
@media (max-width: 900px) {
  .menu-button { display: block; }
  nav { display: none; position: absolute; inset: 84px 0 auto; padding: 28px; background: var(--paper); flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-panel { min-height: 360px; border-radius: 140px 140px 18px 18px; }
  .service-grid, .article-grid, .team-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-items: start; }
}
@media (max-width: 620px) {
  .brand strong { max-width: 190px; }
  .hero { min-height: auto; }
  .hero-panel > span { font-size: 80px; }
  .service-grid, .article-grid, .work-grid, .team-grid { grid-template-columns: 1fr; }
  .work-grid p:nth-child(odd) { margin-right: 0; }
  .section-heading.row { align-items: flex-start; flex-direction: column; }
  .contact-form-wrap iframe { height: 1120px; }
}
