﻿:root {
  --navy: #151922;
  --navy-2: #171717;
  --blue: #2f343c;
  --ivory: #f2f2f0;
  --paper: #fffdf8;
  --gold: #b38a3b;
  --gold-2: #d3a957;
  --ink: #161616;
  --muted: #5e6672;
  --white: #ffffff;
  --line: rgba(20, 47, 75, 0.16);
  --shadow: 0 34px 90px rgba(20, 47, 75, 0.16);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.85;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image: linear-gradient(rgba(20,47,75,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(20,47,75,.045) 1px, transparent 1px);
  background-size: 30px 30px;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
.skip-link { position: fixed; left: 16px; top: 16px; z-index: 1000; transform: translateY(-140%); background: var(--navy); color: var(--white); padding: 10px 14px; border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(184, 137, 56, .9); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 253, 248, .96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(20,47,75,.12); box-shadow: 0 12px 30px rgba(20,47,75,.04); }
.utility-bar { border-bottom: 1px solid rgba(20,47,75,.1); font-size: 12px; color: var(--muted); }
.utility-inner { max-width: 1240px; min-height: 34px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.utility-inner a { color: var(--navy); font-weight: 700; }
.header-inner { max-width: 1240px; min-height: 76px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--navy); white-space: nowrap; }
.brand-mark { width: 42px; height: 42px; border-radius: 9px; background: var(--navy); position: relative; flex: 0 0 auto; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; left: 11px; top: 13px; width: 18px; height: 12px; border-top: 2px solid var(--gold-2); border-right: 2px solid #fff; transform: rotate(34deg); }
.brand-mark::after { left: 16px; top: 18px; width: 12px; opacity: .72; }
.brand-name { font-weight: 800; font-size: 20px; letter-spacing: .03em; line-height: 1.05; }
.brand-name small { display: block; margin-top: 5px; font-family: "Space Grotesk", system-ui, sans-serif; font-size: 9px; letter-spacing: .24em; color: var(--muted); font-weight: 700; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 25px; font-size: 14px; color: var(--ink); font-weight: 700; }
.site-nav a { position: relative; padding: 10px 0; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 0; height: 2px; background: var(--gold); transition: width .22s ease; }
.site-nav a:hover::after, .site-nav a.is-current::after { width: 100%; }
.site-nav .nav-cta { padding: 12px 18px; background: var(--navy); color: #fff; border-radius: 6px; box-shadow: 0 12px 24px rgba(20,47,75,.16); }
.site-nav .nav-cta::after { display: none; }

.container, .section-inner { max-width: var(--max); margin: 0 auto; }
.section { padding: 112px 28px; }
.section-soft { background: rgba(255,255,255,.45); }
.eyebrow, .section-kicker { font-family: "Space Grotesk", system-ui, sans-serif; color: var(--gold); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .28em; margin: 0 0 18px; }
h1, h2, h3, .lead, .btn { text-wrap: balance; word-break: auto-phrase; }
h1, h2, h3 { color: var(--navy); line-height: 1.26; letter-spacing: .02em; margin: 0; }
h1 { font-size: clamp(42px, 7vw, 92px); font-weight: 800; }
h2 { font-size: clamp(30px, 4.8vw, 58px); font-weight: 800; }
h3 { font-size: 22px; font-weight: 800; }
.lead { color: var(--muted); font-size: clamp(16px, 2vw, 19px); max-width: 760px; }
.text-block p + p { margin-top: 22px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 22px; border: 1px solid var(--navy); border-radius: 6px; color: var(--navy); font-weight: 800; line-height: 1.3; white-space: nowrap; transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--navy); color: var(--white); }
.btn-gold { border-color: var(--gold); background: var(--gold); color: #171c26; }
.btn-ghost { background: rgba(255,255,255,.54); }
.text-link { color: var(--navy); font-weight: 800; border-bottom: 2px solid var(--gold); }
.inline-link { color: var(--navy); font-weight: 800; border-bottom: 2px solid var(--gold); }

.hero { min-height: calc(100vh - 111px); padding: 0 28px; position: relative; overflow: hidden; background: linear-gradient(135deg, #fffdf8 0%, #f4eddf 58%, #e8ddc9 100%); }
.hero::before { content: "VALUE"; position: absolute; left: -3vw; top: 10vh; font-family: "Space Grotesk", system-ui, sans-serif; font-size: clamp(92px, 20vw, 280px); line-height: .78; font-weight: 800; letter-spacing: -.04em; color: transparent; -webkit-text-stroke: 1px rgba(20,47,75,.13); }
.hero::after { content: ""; position: absolute; right: 0; top: 0; width: 42vw; height: 100%; background: var(--navy); clip-path: polygon(18% 0,100% 0,100% 100%,0 100%); opacity: .95; }
.hero-inner { max-width: 1360px; min-height: calc(100vh - 111px); margin: 0 auto; display: grid; grid-template-columns: minmax(0,.46fr) minmax(420px,.54fr); align-items: center; gap: clamp(36px, 6vw, 92px); position: relative; z-index: 2; }
.hero-copy { position: relative; z-index: 2; padding: 88px 0; }
.hero-copy .lead { margin-top: 28px; font-size: clamp(18px, 2.1vw, 23px); color: #273241; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero-note { margin-top: 44px; max-width: 600px; padding: 18px 0 18px 22px; border-left: 3px solid var(--gold); color: var(--muted); font-size: 15px; }
.hero-visual { position: relative; min-height: 620px; }
.hero-card { position: absolute; inset: 7% 0 7% 2%; background: rgba(255,255,255,.48); border: 1px solid rgba(255,255,255,.36); box-shadow: var(--shadow); overflow: hidden; clip-path: polygon(7% 0,100% 6%,93% 100%,0 93%); }
.hero-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,253,248,.82), rgba(255,253,248,.12)), var(--hero-image, none); background-size: cover; background-position: center; opacity: .96; transform: scale(1.02); }
.line-stage { position: absolute; inset: 0; z-index: 2; padding: 12%; filter: drop-shadow(0 8px 18px rgba(20,47,75,.1)); }
.line-stage path, .line-stage circle { stroke-dasharray: 900; stroke-dashoffset: 900; animation: draw 2.6s ease forwards; }
.line-stage circle { animation-delay: .4s; }
.line-stage .late { animation-delay: .9s; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.hero-caption { position: absolute; right: 2%; bottom: 12%; z-index: 4; width: min(300px,70%); padding: 24px; background: rgba(255,253,248,.96); border-left: 4px solid var(--gold); box-shadow: 0 20px 48px rgba(20,47,75,.18); color: var(--navy); font-size: 14px; font-weight: 700; }
.hero-index { position: absolute; left: -10px; bottom: 10%; z-index: 3; display: grid; gap: 12px; width: 190px; }
.hero-index span { display: block; padding: 12px 14px; background: rgba(255,253,248,.92); border: 1px solid rgba(20,47,75,.13); font-family: "Space Grotesk", system-ui, sans-serif; color: var(--navy); font-size: 11px; letter-spacing: .12em; font-weight: 800; }

.mission { background: #fff; }
.mission-spread { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: .72fr 1.28fr; min-height: 640px; background: var(--paper); border: 1px solid rgba(20,47,75,.14); box-shadow: 0 30px 74px -48px rgba(20,47,75,.4); position: relative; overflow: hidden; }
.mission-spread::before { content: ""; position: absolute; top: 0; bottom: 0; left: 36%; width: 1px; background: linear-gradient(transparent,var(--line) 12%,var(--line) 88%,transparent); }
.mission-side { padding: 42px 36px; display: flex; flex-direction: column; justify-content: space-between; }
.mission-side .issue { font-family: "Space Grotesk", system-ui, sans-serif; font-size: 11px; letter-spacing: .26em; color: var(--blue); font-weight: 800; }
.mission-index { display: grid; gap: 18px; }
.mission-index div { border-top: 1px solid rgba(20,47,75,.16); padding-top: 12px; }
.mission-index b { display: block; font-family: "Space Grotesk", system-ui, sans-serif; font-size: 13px; letter-spacing: .16em; color: var(--ink); }
.mission-index span { display: block; font-size: 12px; color: var(--muted); margin-top: 4px; }
.mission-page { padding: 70px clamp(30px,6vw,78px); position: relative; }
.mission-page::after { content: "MISSION"; position: absolute; right: -4vw; bottom: -2vw; font-family: "Space Grotesk", system-ui, sans-serif; color: transparent; -webkit-text-stroke: 1px rgba(20,47,75,.1); font-size: clamp(60px, 12vw, 160px); font-weight: 800; line-height: .8; z-index: 0; }
.mission-page > * { position: relative; z-index: 1; }
.mission-page h2 { font-size: clamp(34px,5.8vw,76px); line-height: 1.18; margin-bottom: 34px; }
.mission-text { max-width: 760px; font-size: 16.5px; color: #2b3542; }
.mission-text p + p { margin-top: 20px; }

.areas { position: relative; overflow: hidden; background: #efefec; }
.areas .section-head { display: grid; grid-template-columns: .36fr .64fr; gap: 56px; align-items: end; margin-bottom: 48px; }
.route-chart { position: relative; min-height: 560px; border: 1px solid rgba(20,47,75,.16); background: #fffcf3; overflow: hidden; box-shadow: 0 24px 70px rgba(20,47,75,.08); }
.route-chart::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(23,77,118,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(23,77,118,.08) 1px, transparent 1px); background-size: 38px 38px; }
.route-chart svg { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.route { fill: none; stroke: var(--blue); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 12 12; opacity: .86; }
.port { position: absolute; z-index: 3; width: 260px; background: #fff; border: 1px solid rgba(20,47,75,.14); border-radius: 18px; padding: 22px; box-shadow: 0 20px 48px -34px rgba(20,47,75,.55); }
.port small { display: block; font-family: "Space Grotesk", system-ui, sans-serif; font-size: 10px; letter-spacing: .18em; color: var(--gold); font-weight: 800; margin-bottom: 8px; }
.port h3 { font-size: 21px; }
.port p { margin-top: 10px; color: var(--muted); font-size: 14px; }
.port a { display: inline-block; margin-top: 14px; }
.port-a { left: 7%; bottom: 15%; }
.port-b { left: 31%; top: 16%; }
.port-c { right: 25%; bottom: 18%; }
.port-d { right: 7%; top: 14%; }

.news-section {
  background: #efefec;
  border-top: 1px solid rgba(23,23,23,.08);
  border-bottom: 1px solid rgba(23,23,23,.08);
}
.news-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .34fr .66fr;
  gap: 64px;
  align-items: start;
}
.news-heading .display-en { font-size: clamp(44px, 7vw, 82px); }
.news-list { border-top: 1px solid rgba(23,23,23,.16); }
.news-item {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 38px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(23,23,23,.16);
}
.news-item time {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--gold);
}
.news-label {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .22em;
  color: rgba(23,23,23,.48);
  margin: 0 0 8px;
}
.news-item h3 {
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.35;
  color: #171717;
}
.news-item p:not(.news-label) {
  margin-top: 12px;
  color: #323942;
  max-width: 760px;
}
@media (max-width: 900px) {
  .news-inner { grid-template-columns: 1fr; gap: 26px; }
  .news-item { grid-template-columns: 1fr; gap: 12px; padding: 24px 0; }
}

.news-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  font-weight: 800;
  color: #171717;
  border-bottom: 2px solid var(--gold);
}
.news-more::after { content: "竊・; font-family: "Space Grotesk", system-ui, sans-serif; }
.contact-band { background: var(--navy-2); color: var(--white); position: relative; overflow: hidden; }
.contact-band::before { content: "CONTACT"; position: absolute; left: -2vw; bottom: -1vw; font-family: "Space Grotesk", system-ui, sans-serif; font-size: clamp(80px,16vw,210px); color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.12); font-weight: 800; }
.contact-panel { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .52fr .48fr; gap: 52px; align-items: center; position: relative; z-index: 1; }
.contact-band h2 { color: var(--white); }
.contact-band .lead, .contact-band p { color: rgba(255,255,255,.78); }
.contact-box { padding: 38px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.07); }
.contact-box p + p { margin-top: 12px; }

.page-hero { padding: 140px 28px 86px; background: linear-gradient(120deg, rgba(20,47,75,.1), rgba(184,137,56,.15)), var(--ivory); border-bottom: 1px solid var(--line); }
.page-hero-inner { max-width: 900px; margin: 0 auto; }
.page-hero h1 { margin: 0 0 24px; font-size: clamp(40px,7vw,80px); line-height: 1.14; letter-spacing: .04em; }
.page-hero p:not(.section-kicker) { max-width: 780px; font-size: clamp(17px,2vw,22px); line-height: 1.9; }
.lead-block { max-width: 900px; font-size: 20px; line-height: 2; }
.lead-block p + p { margin-top: 18px; }
.split-section { display: grid; grid-template-columns: .38fr .62fr; gap: clamp(34px,7vw,86px); align-items: start; }
.visual-split { align-items: center; }
.visual-split img { width: 100%; aspect-ratio: 4/3; object-fit: cover; box-shadow: var(--shadow); }
.simple-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.plain-card { padding: 34px; background: rgba(255,255,255,.78); border: 1px solid rgba(20,47,75,.14); }
.area-grid { display: grid; gap: 26px; }
.area-grid .area-card { display: grid; grid-template-columns: minmax(260px, 340px) 1fr; min-height: auto; align-items: center; gap: clamp(32px,5vw,64px); padding: 44px clamp(34px,5vw,56px); background: rgba(255,255,255,.72); border: 1px solid rgba(20,47,75,.14); }
.area-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.area-grid .area-card img { aspect-ratio: 16 / 10; }
.area-grid .area-card .text-link { display: inline-flex; margin-top: 32px; }
.visual-split .text-block .btn { margin-top: 34px; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact-form { display: grid; gap: 18px; padding: 34px; background: rgba(255,255,255,.78); border: 1px solid rgba(20,47,75,.14); }
.contact-form label { display: grid; gap: 8px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(20,47,75,.22); background: #fff; padding: 14px 15px; font: inherit; color: var(--navy); }
.narrow { max-width: 850px; }
.legal-list h2 { margin-top: 42px; font-size: clamp(22px,3vw,30px); }
.legal-list ul { margin: 16px 0 0; padding-left: 1.4em; }
.legal-list li + li { margin-top: 8px; }

.mega-footer { background: #171c26; color: rgba(255,255,255,.76); }
.footer-main { max-width: 1240px; margin: 0 auto; padding: 48px 28px; display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 42px; }
.footer-logo { color: #fff; font-size: 22px; font-weight: 800; margin-bottom: 12px; }
.footer-brand-block p:last-child { color: rgba(255,255,255,.68); }
.footer-col { display: grid; align-content: start; gap: 10px; }
.footer-col h3 { color: #fff; font-family: "Space Grotesk", system-ui, sans-serif; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 8px; }
.footer-col a { color: rgba(255,255,255,.76); }
.footer-col a:hover { color: var(--gold-2); }
.footer-col p { color: rgba(255,255,255,.62); font-size: 13px; margin-top: 8px; }
.footer-bottom { max-width: 1240px; margin: 0 auto; padding: 18px 28px 28px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; color: rgba(255,255,255,.55); }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; } }
@media (max-width: 980px) {
  .utility-bar { display: none; }
  .header-inner { min-height: auto; padding: 18px 20px; align-items: flex-start; }
  .site-nav { flex-wrap: wrap; gap: 12px 16px; font-size: 13px; }
  .hero { padding: 0 22px 70px; }
  .hero::after { width: 70vw; opacity: .12; }
  .hero-inner, .mission-spread, .areas .section-head, .contact-panel, .split-section, .contact-layout, .footer-main, .area-grid .area-card { grid-template-columns: 1fr; }
  .hero-inner { min-height: auto; }
  .hero-copy { padding: 68px 0 24px; }
  .hero-visual { min-height: 430px; }
  .hero-card { inset: 0; }
  .hero-index { display: none; }
  .mission-spread::before { display: none; }
  .mission-side { border-bottom: 1px solid var(--line); gap: 30px; }
  .route-chart { min-height: auto; padding: 22px 0; }
  .route-chart svg { display: none; }
  .port { position: relative; left: auto; right: auto; top: auto; bottom: auto; width: calc(100% - 44px); margin: 18px 22px; }
  .simple-grid { grid-template-columns: 1fr; }
  }
@media (max-width: 620px) {
  .section { padding: 78px 20px; }
  .page-hero { padding: 116px 20px 72px; }
  .header-inner { flex-direction: column; gap: 15px; }
  .site-nav .nav-cta, .hero-actions .btn, .btn { width: 100%; }
  .hero-actions { display: grid; }
  .hero-visual { min-height: 350px; }
  .hero-caption { right: 18px; bottom: 18px; width: calc(100% - 36px); }
  .mission-side, .mission-page { padding: 28px 22px; }
  .footer-main { gap: 28px; }
  .footer-bottom { flex-direction: column; }
}

/* salesdesign-office.jp 縺ｮ繧医≧縺ｪ縲∝､ｪ縺・ざ繧ｷ繝・け縺ｨ逋ｽ鮟偵げ繝ｬ繝ｼ縺ｮ邱縺ｾ繧翫ｒ雜ｳ縺呵ｪｿ謨ｴ */
.display-en {
  font-family: "Space Grotesk", "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(46px, 8vw, 94px);
  line-height: .9;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #171717;
}

.jp-title {
  margin-top: 18px;
  color: var(--navy);
  font-weight: 800;
  font-size: 18px;
}

.section-head-sharp { align-items: start; }

.hero { background: linear-gradient(135deg, #f7f7f5 0%, #eeeeea 58%, #dedbd2 100%); }
.hero::before { color: rgba(23,23,23,.035); -webkit-text-stroke: 0; font-style: italic; }
.hero::after { background: #171717; }
.hero-note { color: #3f454c; font-weight: 500; }

.service-stack { display: grid; gap: 34px; max-width: 1100px; margin: 0 auto; }
.service-row {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(220px, 300px) 52px minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  padding: 28px 34px;
  background: #fff;
  border: 1px solid rgba(23,23,23,.06);
  box-shadow: 0 14px 34px rgba(23,23,23,.035);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.service-row:hover { transform: translateY(-3px); border-color: rgba(179,138,59,.34); box-shadow: 0 24px 56px rgba(23,23,23,.075); }
.service-no {
  align-self: center;
  justify-self: center;
  font-family: "Space Grotesk", system-ui, sans-serif;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}
.service-body { padding: 12px 0; }
.service-body h3 {
  font-family: "Space Grotesk", "Noto Sans JP", sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: .92;
  letter-spacing: -.04em;
  font-style: italic;
  color: #171717;
}
.service-body p { margin-top: 18px; max-width: 620px; color: #323942; font-size: 14.5px; line-height: 1.85; }
.service-body span {
  display: inline-flex;
  margin-top: 24px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: .03em;
  font-weight: 800;
  color: #171717;
  border-bottom: 2px solid var(--gold);
}
.service-row img {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: contrast(1.04) saturate(.96);
}
@media (max-width: 900px) {
  .service-stack { gap: 22px; }
  .service-row { grid-template-columns: 1fr; gap: 18px; padding: 22px; }
  .service-row img { grid-column: auto; grid-row: auto; order: -1; }
  .service-no { justify-self: start; align-self: start; }
  .service-body { padding: 0; }
  .service-body span { margin-top: 22px; }
}

.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-logo img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: drop-shadow(0 1px 0 rgba(255,255,255,.18));
}
.brand-mark { display: none; }


/* === v1.0.7 clean final layout === */
.utility-bar { display: block; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,253,248,.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(20,47,75,.12); box-shadow: 0 12px 30px rgba(20,47,75,.04); }
.header-inner { max-width: 1240px; min-height: 76px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-logo { width: 42px; height: 42px; object-fit: contain; }

.hero { min-height: calc(100vh - 111px); padding: 0 28px; position: relative; overflow: hidden; background: linear-gradient(135deg, #fffdf8 0%, #f4eddf 58%, #e8ddc9 100%); }
.hero::before { color: rgba(23,23,23,.035); -webkit-text-stroke: 0; font-style: italic; }
.hero::after { background: #171717; }
.hero-inner { max-width: 1360px; min-height: calc(100vh - 111px); margin: 0 auto; display: grid; grid-template-columns: minmax(0,.46fr) minmax(420px,.54fr); align-items: center; gap: clamp(36px,6vw,92px); position: relative; z-index: 2; }
.hero-copy { position: relative; z-index: 2; padding: 88px 0; }
.hero h1 { font-size: clamp(58px,7vw,92px); line-height: 1.08; letter-spacing: -.04em; }
.hero-note { color: #3f454c; font-weight: 500; }
.hero-visual { position: relative; min-height: 620px; }
.hero-card { position: absolute; inset: 7% 0 7% 2%; background: rgba(255,255,255,.48); border: 1px solid rgba(255,255,255,.36); box-shadow: var(--shadow); overflow: hidden; clip-path: polygon(7% 0,100% 6%,93% 100%,0 93%); }
.hero-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,253,248,.82), rgba(255,253,248,.12)), linear-gradient(135deg, #f4f1eb, #9d9d9a); background-size: cover; background-position: center; opacity: .96; transform: scale(1.02); }
.hero-card::after { display: none; }
.line-stage { position: absolute; inset: 0; z-index: 2; padding: 12%; filter: drop-shadow(0 8px 18px rgba(20,47,75,.1)); }
.hero-index { display: grid; position: absolute; left: 0; bottom: 13%; z-index: 4; gap: 10px; }
.hero-index span { min-width: 190px; padding: 16px 20px; background: rgba(255,253,248,.86); border: 1px solid rgba(20,47,75,.12); font-family: "Space Grotesk", system-ui, sans-serif; font-weight: 800; letter-spacing: .12em; font-size: 12px; }
.hero-caption { position: absolute; right: 2%; bottom: 9%; z-index: 4; max-width: 380px; padding: 28px 32px; background: rgba(255,253,248,.92); border-left: 4px solid var(--gold); box-shadow: 0 14px 40px rgba(20,47,75,.09); color: var(--navy); font-weight: 700; line-height: 1.85; font-size: 15px; }

.areas { background: #f0efeb; }
.service-stack { display: grid; gap: 34px; max-width: 1100px; margin: 0 auto; }
.service-row { min-height: 0; display: grid; grid-template-columns: 300px 52px minmax(0,1fr); align-items: center; gap: 34px; padding: 28px 34px; background: #fff; border: 1px solid rgba(23,23,23,.06); box-shadow: 0 14px 34px rgba(23,23,23,.035); }
.service-row > img { grid-column: 1; grid-row: 1; width: 100%; max-width: 300px; aspect-ratio: 16/10; object-fit: cover; }
.service-row .service-no { grid-column: 2; grid-row: 1; justify-self: center; align-self: center; }
.service-row .service-body { grid-column: 3; grid-row: 1; padding: 12px 0; }
.service-body h3 { font-size: clamp(34px,4vw,52px); line-height: .92; letter-spacing: -.04em; }
.service-body p { margin-top: 16px; font-size: 14px; line-height: 1.9; max-width: 700px; }
.service-body span { display: inline-flex; margin-top: 24px; }

.mega-footer { background: #11151c; color: rgba(255,255,255,.76); }
.footer-main { max-width: 1120px; margin: 0 auto; padding: 42px 28px 32px; display: grid; grid-template-columns: 1.45fr .95fr .95fr 1.25fr; gap: 34px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-logo { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 18px; line-height: 1.2; margin-bottom: 14px; }
.footer-logo img { width: 30px; height: 30px; object-fit: contain; }
.footer-brand-block p { font-size: 13px; line-height: 1.9; }
.footer-col h3 { color: #c8a96b; font-size: 11px; letter-spacing: .2em; margin-bottom: 10px; }
.footer-col a { font-size: 13px; line-height: 1.9; color: rgba(255,255,255,.76); }
.footer-col p { font-size: 12px; line-height: 1.85; color: rgba(255,255,255,.6); }
.footer-bottom { max-width: 1120px; margin: 0 auto; padding: 15px 28px 24px; font-size: 12px; }

.page-hero { padding: 96px 28px 64px; }
.page-hero h1 { font-size: clamp(36px,5.6vw,64px); }
.visual-split { grid-template-columns: minmax(300px,.42fr) minmax(0,.58fr); gap: clamp(32px,5vw,64px); }
.visual-split img { aspect-ratio: 16/10; object-fit: cover; }
.visual-split .text-block .btn { margin-top: 36px; }
.area-grid .area-card { grid-template-columns: 280px 1fr; gap: clamp(34px,5vw,58px); padding: 32px clamp(30px,4vw,46px); }
.area-grid .area-card img { width: 100%; max-width: 280px; aspect-ratio: 16/10; object-fit: cover; }
.area-grid .area-card .text-link { margin-top: 32px; }

@media (max-width: 980px) {
  .utility-bar { display: none; }
  .header-inner { min-height: 62px; }
  .hero { min-height: auto; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; padding: 48px 0 58px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(42px,11vw,68px); }
  .hero-note { margin-top: 28px; }
  .hero-visual { min-height: 420px; }
  .service-row { grid-template-columns: 220px 38px minmax(0,1fr); padding: 24px; gap: 22px; }
  .service-row > img { max-width: 220px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .area-grid .area-card { grid-template-columns: 220px 1fr; }
  .area-grid .area-card img { max-width: 220px; }
}
@media (max-width: 720px) {
  .brand-name small { display: none; }
  .site-nav a:not(.nav-cta) { display: none; }
  .hero { padding: 0 20px; }
  .hero h1 { font-size: clamp(40px,13vw,58px); }
  .hero-note { display: none; }
  .hero-visual { min-height: 330px; }
  .hero-index { display: none; }
  .hero-caption { left: 18px; right: 18px; bottom: 18px; max-width: none; padding: 18px 20px; font-size: 13px; }
  .service-row { grid-template-columns: 1fr; }
  .service-row > img, .service-row .service-no, .service-row .service-body { grid-column: 1; grid-row: auto; max-width: none; }
  .service-row .service-no { justify-self: start; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .visual-split, .area-grid .area-card { grid-template-columns: 1fr; }
  .area-grid .area-card img { max-width: none; }
}
