/* =========================================================
   株式会社サンプル コーポレートサイト
   Color: Navy #0A1F44 / #1B3358, Off-white #F7F5EF
   Type : Noto Serif JP (headings), Noto Sans JP (body)
   ========================================================= */

:root {
  --navy-900: #0A1F44;
  --navy-700: #1B3358;
  --navy-500: #3B5175;
  --navy-100: #E4E8F0;
  --gold:     #B8945A;
  --ink:      #14181F;
  --ink-70:   #4A5060;
  --ink-50:   #7A7F8C;
  --paper:    #F7F5EF;
  --paper-2:  #EFEBE0;
  --white:    #FFFFFF;
  --line:     #D9D4C6;

  --serif: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
  --sans:  "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;

  --container: 1200px;
  --gutter: 24px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  font-size: 15px;
  line-height: 1.9;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: opacity .2s ease; }
a:hover { opacity: .7; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 245, 239, 0.92);
  backdrop-filter: saturate(1.1) blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--serif);
  font-weight: 600;
}
.brand-mark {
  width: 34px; height: 34px;
  display: grid; place-items: center;
  background: var(--navy-900);
  color: var(--paper);
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0;
}
.brand-name {
  font-size: 18px;
  color: var(--navy-900);
  letter-spacing: .04em;
}
.brand-name small {
  display: block;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .25em;
  color: var(--ink-50);
  font-weight: 400;
  margin-top: 2px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav ul {
  display: flex;
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: .08em;
}
.nav a { color: var(--navy-900); }
.nav a.active { border-bottom: 1px solid var(--gold); padding-bottom: 4px; }
.nav .btn-contact {
  background: var(--navy-900);
  color: var(--paper);
  padding: 12px 22px;
  font-size: 13px;
  letter-spacing: .12em;
}
.nav .btn-contact:hover { opacity: .85; background: var(--navy-700); }

.menu-toggle { display: none; }

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  background: transparent;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  background: var(--navy-900);
}
.brand-logo-img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}
.access-map .cc-map-slot,
.access-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.access-map.has-embed .map-pin,
.access-map.has-embed .map-label,
.access-map.has-embed::before {
  display: none;
}
.cc-cf {
  max-width: none !important;
  margin: 0 !important;
}
.form .cc-cf input,
.form .cc-cf textarea,
.form .cc-cf select {
  font-family: var(--sans);
  font-size: 14.5px;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 14px 16px;
  color: var(--ink);
  border-radius: 0;
}
.form .cc-cf .cc-cf-btn {
  width: 100%;
  background: var(--navy-900);
  color: var(--paper);
  border: none;
  border-radius: 0;
  padding: 20px;
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: .25em;
  font-weight: 500;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--paper);
  padding: 120px 0 140px;
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(10,31,68,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(10,31,68,0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: center;
}
.eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .35em;
  color: var(--navy-700);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: "";
  width: 28px; height: 1px;
  background: var(--gold);
}
.hero h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(34px, 4.6vw, 60px);
  line-height: 1.35;
  color: var(--navy-900);
  margin: 24px 0 28px;
  letter-spacing: .02em;
}
.hero h1 em {
  font-style: normal;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 4px;
}
.hero-lead {
  font-size: 15px;
  color: var(--ink-70);
  max-width: 480px;
  margin: 0 0 40px;
}
.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  font-size: 13px;
  letter-spacing: .12em;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: var(--sans);
}
.btn-primary { background: var(--navy-900); color: var(--paper); }
.btn-primary:hover { background: var(--navy-700); opacity: 1; }
.btn-ghost { background: transparent; color: var(--navy-900); border-color: var(--navy-900); }
.btn-ghost:hover { background: var(--navy-900); color: var(--paper); opacity: 1; }
.btn .arr { font-family: var(--serif); }

.hero-visual {
  position: relative;
  aspect-ratio: 4/5;
  background: var(--navy-900);
  overflow: hidden;
}
.hero-visual::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(45deg,
      rgba(255,255,255,0.04) 0 1px,
      transparent 1px 14px);
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(184,148,90,0.5);
}
.hero-visual-label {
  position: absolute;
  bottom: 32px;
  left: 40px;
  right: 40px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: .06em;
}
.hero-visual-label small {
  display: block;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .3em;
  color: var(--gold);
  margin-bottom: 12px;
  font-weight: 400;
}

/* ---------- Section base ---------- */
.section {
  padding: 120px 0;
  position: relative;
}
.section.alt { background: var(--white); }
.section.dark { background: var(--navy-900); color: var(--paper); }
.section.dark .section-title h2 { color: var(--paper); }
.section.dark .eyebrow { color: var(--gold); }

.section-title {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 72px;
}
.section-title h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(28px, 3.2vw, 44px);
  color: var(--navy-900);
  margin: 16px 0 0;
  line-height: 1.4;
  letter-spacing: .04em;
}
.section-title .lead {
  color: var(--ink-70);
  margin: 0;
  font-size: 15px;
  max-width: 560px;
}
.section.dark .section-title .lead { color: rgba(247,245,239,0.75); }

/* ---------- Services ---------- */
.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.service {
  background: var(--white);
  padding: 48px 40px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.service-num {
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: .3em;
  color: var(--gold);
  margin-bottom: 32px;
}
.service-icon {
  width: 56px; height: 56px;
  margin-bottom: 24px;
  color: var(--navy-900);
}
.service h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 20px;
  color: var(--navy-900);
  margin: 0 0 16px;
  letter-spacing: .05em;
}
.service p {
  font-size: 14px;
  color: var(--ink-70);
  margin: 0 0 24px;
  line-height: 1.9;
}
.service .more {
  margin-top: auto;
  font-family: var(--serif);
  font-size: 13px;
  color: var(--navy-900);
  letter-spacing: .1em;
  border-bottom: 1px solid var(--navy-900);
  align-self: flex-start;
  padding-bottom: 2px;
}

/* ---------- About / Message ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.about-visual {
  aspect-ratio: 3/4;
  background: var(--navy-900);
  position: relative;
  overflow: hidden;
}
.about-visual::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(184,148,90,0.15), transparent 50%),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 24px);
}
.about-visual-caption {
  position: absolute;
  bottom: 32px; left: 32px; right: 32px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: .1em;
  border-top: 1px solid rgba(247,245,239,0.3);
  padding-top: 20px;
}
.about-visual-caption strong { display: block; font-size: 20px; margin-bottom: 6px; font-weight: 500; }

.about-text h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 26px;
  color: var(--navy-900);
  line-height: 1.7;
  margin: 16px 0 32px;
  letter-spacing: .04em;
}
.about-text p {
  color: var(--ink-70);
  margin: 0 0 20px;
  font-size: 15px;
}
.signature {
  margin-top: 40px;
  font-family: var(--serif);
  color: var(--navy-900);
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.signature small {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .25em;
  color: var(--ink-50);
}
.signature strong { font-weight: 500; font-size: 20px; letter-spacing: .1em; }

/* ---------- Works ---------- */
.works {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.work {
  background: var(--white);
  border: 1px solid var(--line);
}
.work-image {
  aspect-ratio: 16/10;
  background: var(--navy-900);
  position: relative;
  overflow: hidden;
}
.work-image.p1 {
  background:
    linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 100%);
}
.work-image.p1::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.06) 0 1px, transparent 1px 40px),
    repeating-linear-gradient(0deg,  rgba(255,255,255,0.06) 0 1px, transparent 1px 40px);
}
.work-image.p2 {
  background: var(--navy-900);
}
.work-image.p2::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(45deg, rgba(184,148,90,0.15) 0 2px, transparent 2px 20px);
}
.work-image.p3 {
  background: var(--navy-700);
}
.work-image.p3::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 70% 40%, rgba(247,245,239,0.12), transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(184,148,90,0.15), transparent 50%);
}
.work-image.p4 {
  background: var(--navy-900);
}
.work-image.p4::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 12px 100%;
}
.work-image-label {
  position: absolute;
  top: 24px; left: 24px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .3em;
}
.work-body { padding: 28px 32px 36px; }
.work-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .2em;
  color: var(--navy-700);
  border: 1px solid var(--navy-500);
  padding: 4px 12px;
  margin-bottom: 16px;
}
.work h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 19px;
  color: var(--navy-900);
  margin: 0 0 12px;
  line-height: 1.6;
  letter-spacing: .03em;
}
.work p {
  font-size: 13.5px;
  color: var(--ink-70);
  margin: 0;
}

/* ---------- News ---------- */
.news-list {
  border-top: 1px solid var(--line);
}
.news-item {
  display: grid;
  grid-template-columns: 140px 110px 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 24px 8px;
  border-bottom: 1px solid var(--line);
  transition: background .2s ease;
}
.news-item:hover { background: rgba(10,31,68,0.02); }
.news-date {
  font-family: var(--serif);
  font-size: 14px;
  color: var(--navy-900);
  letter-spacing: .08em;
}
.news-cat {
  font-size: 11px;
  letter-spacing: .2em;
  text-align: center;
  padding: 4px 0;
  color: var(--paper);
  background: var(--navy-700);
}
.news-cat.press { background: var(--gold); }
.news-cat.ir { background: var(--navy-900); }
.news-title {
  font-size: 14.5px;
  color: var(--ink);
}
.news-item .arr {
  font-family: var(--serif);
  color: var(--navy-500);
  font-size: 18px;
}

/* ---------- History (沿革) ---------- */
.history {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 900px;
  margin: 0 auto;
  border-left: 1px solid var(--line);
}
.history-item {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 40px;
  padding: 28px 0 28px 40px;
  position: relative;
  border-bottom: 1px dashed var(--line);
}
.history-item::before {
  content: "";
  position: absolute;
  left: -5px; top: 40px;
  width: 9px; height: 9px;
  background: var(--gold);
  border-radius: 50%;
}
.history-year {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--navy-900);
  font-weight: 500;
  letter-spacing: .04em;
}
.history-year small {
  display: block;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .2em;
  color: var(--ink-50);
  margin-top: 4px;
}
.history-body {
  font-size: 14.5px;
  color: var(--ink-70);
  line-height: 2;
}

/* ---------- Company info table ---------- */
.info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
}
.info-table th, .info-table td {
  padding: 20px 24px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.info-table th {
  width: 200px;
  font-family: var(--serif);
  font-weight: 500;
  color: var(--navy-900);
  letter-spacing: .08em;
  background: transparent;
}
.info-table td { color: var(--ink-70); }

/* ---------- Staff / Team ---------- */
.staff-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.staff-grid:has(.staff-card:only-child) {
  grid-template-columns: 1fr;
  max-width: 720px;
}
.staff-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 28px;
  align-items: start;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--white);
}
.staff-photo {
  aspect-ratio: 3/4;
  background: var(--navy-900);
  overflow: hidden;
  position: relative;
}
.staff-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.staff-photo-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
  color: rgba(247,245,239,0.85);
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: .12em;
  line-height: 1.6;
}
.staff-role {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: .18em;
  color: var(--gold);
}
.staff-body h3 {
  margin: 0 0 16px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 22px;
  color: var(--navy-900);
  letter-spacing: .04em;
}
.staff-bio {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: var(--ink-70);
}

/* ---------- Careers ---------- */
.careers-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.careers h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.6;
  margin: 16px 0 24px;
  color: var(--paper);
  letter-spacing: .04em;
}
.careers p {
  color: rgba(247,245,239,0.75);
  font-size: 15px;
  margin: 0 0 32px;
}
.careers-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(247,245,239,0.15);
  border: 1px solid rgba(247,245,239,0.15);
}
.stat {
  background: var(--navy-900);
  padding: 32px 28px;
}
.stat-num {
  font-family: var(--serif);
  font-size: 44px;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 500;
}
.stat-num small {
  font-size: 16px;
  color: var(--paper);
  margin-left: 4px;
  font-weight: 400;
}
.stat-label {
  font-size: 12px;
  color: rgba(247,245,239,0.7);
  letter-spacing: .15em;
}

/* ---------- Access / Map ---------- */
.access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--line);
}
.access-info { padding: 48px 40px; background: var(--white); }
.access-info dl { margin: 0; }
.access-info dt {
  font-family: var(--serif);
  font-size: 13px;
  color: var(--navy-900);
  letter-spacing: .15em;
  margin-top: 20px;
}
.access-info dt:first-child { margin-top: 0; }
.access-info dd {
  margin: 6px 0 0;
  font-size: 14px;
  color: var(--ink-70);
}
.access-map {
  min-height: 380px;
  background: var(--navy-100);
  position: relative;
  overflow: hidden;
}
.access-map::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(10,31,68,0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(10,31,68,0.08) 1px, transparent 1px);
  background-size: 40px 40px;
}
.map-pin {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -100%);
  color: var(--navy-900);
  text-align: center;
}
.map-pin::before {
  content: "";
  display: block;
  width: 14px; height: 14px;
  background: var(--gold);
  border: 3px solid var(--navy-900);
  border-radius: 50%;
  margin: 0 auto 8px;
  box-shadow: 0 4px 12px rgba(10,31,68,0.3);
}
.map-pin span {
  font-family: var(--serif);
  font-size: 13px;
  background: var(--white);
  padding: 4px 12px;
  border: 1px solid var(--navy-900);
  letter-spacing: .1em;
}
.map-label {
  position: absolute;
  bottom: 20px; right: 20px;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .3em;
  color: var(--ink-50);
}

/* ---------- Contact CTA (トップ末尾) ---------- */
.cta {
  background: var(--navy-900);
  color: var(--paper);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(45deg, rgba(184,148,90,0.06) 0 1px, transparent 1px 24px);
}
.cta-inner { position: relative; }
.cta h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(28px, 3.5vw, 44px);
  margin: 20px 0 20px;
  letter-spacing: .06em;
}
.cta p {
  color: rgba(247,245,239,0.75);
  margin: 0 0 40px;
  font-size: 15px;
}
.cta .btn-primary {
  background: var(--gold);
  color: var(--navy-900);
}
.cta .btn-primary:hover { background: var(--paper); }

/* ---------- Footer ---------- */
.footer {
  background: #060F26;
  color: rgba(247,245,239,0.7);
  padding: 72px 0 32px;
  font-size: 13px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(247,245,239,0.15);
}
.footer .brand-name { color: var(--paper); }
.footer .brand-name small { color: rgba(247,245,239,0.5); }
.footer h4 {
  font-family: var(--serif);
  color: var(--paper);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .1em;
  margin: 0 0 20px;
}
.footer ul {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  gap: 12px;
}
.footer address { font-style: normal; line-height: 1.9; margin-top: 20px; }
.footer-bottom {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  letter-spacing: .1em;
  color: rgba(247,245,239,0.5);
}
.footer-bottom ul { display: flex; gap: 24px; }
.footer-bottom a { color: rgba(247,245,239,0.55); text-decoration: none; }
.footer-bottom a:hover { color: var(--paper); }
.footer a { color: rgba(247,245,239,0.7); text-decoration: none; }
.footer a:hover { color: var(--paper); }

/* ---------- Legal ---------- */
.legal-section .legal-body {
  max-width: 800px;
  font-size: 14px;
  line-height: 1.9;
  color: var(--ink-70);
}
.legal-section .legal-body h3,
.legal-section .legal-body h4 {
  font-family: var(--serif);
  color: var(--ink);
  font-weight: 500;
  font-size: 16px;
  margin: 1.8em 0 0.6em;
}
.legal-section .legal-body p { margin: 0 0 1em; }
.legal-section .legal-body ul { padding-left: 1.2em; margin: 0 0 1em; }

/* ---------- Contact page ---------- */
.page-header {
  background: var(--navy-900);
  color: var(--paper);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
}
.page-header-inner { position: relative; }
.page-header .eyebrow { color: var(--gold); }
.page-header h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(36px, 4.5vw, 56px);
  letter-spacing: .06em;
  margin: 20px 0 16px;
}
.page-header p {
  color: rgba(247,245,239,0.75);
  max-width: 640px;
  margin: 0;
  font-size: 15px;
}
.breadcrumb {
  font-size: 11px;
  letter-spacing: .2em;
  color: rgba(247,245,239,0.6);
  margin-top: 40px;
}
.breadcrumb a { color: rgba(247,245,239,0.9); }

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
}
.contact-side h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 20px;
  color: var(--navy-900);
  margin: 20px 0 16px;
  letter-spacing: .05em;
}
.contact-side p { font-size: 14px; color: var(--ink-70); margin: 0 0 24px; }
.contact-methods {
  border-top: 1px solid var(--line);
  margin-top: 40px;
  padding-top: 32px;
}
.contact-method { padding: 16px 0; border-bottom: 1px dashed var(--line); }
.contact-method dt {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .25em;
  color: var(--ink-50);
  margin-bottom: 6px;
}
.contact-method dd {
  margin: 0;
  font-family: var(--serif);
  font-size: 20px;
  color: var(--navy-900);
  letter-spacing: .05em;
}
.contact-method dd small {
  display: block;
  font-family: var(--sans);
  font-size: 12px;
  color: var(--ink-50);
  letter-spacing: .1em;
  margin-top: 4px;
}

/* Form */
.form { background: var(--white); padding: 48px; border: 1px solid var(--line); }
.form-row { display: grid; gap: 8px; margin-bottom: 28px; }
.form-row.two { grid-template-columns: 1fr 1fr; gap: 24px; }
.form-row.two > div { display: grid; gap: 8px; }
.form label {
  font-family: var(--serif);
  font-size: 13px;
  color: var(--navy-900);
  letter-spacing: .1em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.required {
  font-size: 10px;
  background: var(--gold);
  color: var(--white);
  padding: 2px 8px;
  letter-spacing: .15em;
  font-family: var(--sans);
}
.optional {
  font-size: 10px;
  border: 1px solid var(--ink-50);
  color: var(--ink-50);
  padding: 2px 8px;
  letter-spacing: .15em;
  font-family: var(--sans);
}
.form input,
.form select,
.form textarea {
  font-family: var(--sans);
  font-size: 14.5px;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 14px 16px;
  color: var(--ink);
  width: 100%;
  border-radius: 0;
  transition: border-color .2s ease, background .2s ease;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
  border-color: var(--navy-900);
  background: var(--white);
}
.form textarea { min-height: 160px; resize: vertical; line-height: 1.8; }

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13.5px;
  color: var(--ink-70);
  margin: 8px 0 32px;
  cursor: pointer;
}
.checkbox input { width: 18px; height: 18px; margin-top: 3px; }
.checkbox a { color: var(--navy-900); border-bottom: 1px solid var(--navy-500); }

.form-submit {
  width: 100%;
  background: var(--navy-900);
  color: var(--paper);
  border: none;
  padding: 20px;
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: .25em;
  cursor: pointer;
  transition: background .2s ease;
}
.form-submit:hover { background: var(--navy-700); }

/* ---------- Animation ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .9s ease, transform .9s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .header-inner { height: 64px; }
  .nav-toggle { display: flex; }
  .nav {
    position: fixed;
    inset: 64px 0 auto 0;
    background: rgba(247, 245, 239, 0.98);
    border-bottom: 1px solid var(--line);
    padding: 20px 24px 28px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    z-index: 60;
  }
  .nav.is-open { display: flex; }
  .nav ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .nav .btn-contact {
    text-align: center;
    padding: 14px 16px;
    font-size: 12px;
  }
  .hero { padding: 72px 0 88px; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { aspect-ratio: 5/4; }
  .section { padding: 72px 0; }
  .section-title { grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; }
  .services { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .staff-grid { grid-template-columns: 1fr; gap: 24px; }
  .staff-card { grid-template-columns: 120px 1fr; gap: 20px; padding: 20px; }
  .works { grid-template-columns: 1fr; gap: 24px; }
  .news-item { grid-template-columns: 100px 90px 1fr; gap: 16px; }
  .news-item .arr { display: none; }
  .history-item { grid-template-columns: 100px 1fr; gap: 20px; padding-left: 24px; }
  .info-table th { width: 120px; padding: 16px 12px; font-size: 13px; }
  .info-table td { padding: 16px 12px; }
  .careers-inner { grid-template-columns: 1fr; gap: 40px; }
  .access-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .form { padding: 28px; }
  .form-row.two { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
  .footer-bottom ul { flex-wrap: wrap; justify-content: center; }
}
