﻿: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; }
}
/* === v119 mobile safe === */
@media (max-width: 768px) {
  html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    font-size: 14px;
    line-height: 1.8;
  }

  .site-header {
    position: sticky;
    top: 0;
  }

  .header-inner {
    min-height: 54px !important;
    padding: 8px 16px !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .brand {
    flex: 1 1 auto;
    min-width: 0;
    gap: 8px;
  }

  .brand-logo {
    width: 24px !important;
    height: 24px !important;
  }

  .brand-name {
    font-size: 14px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-nav {
    flex: 0 0 auto;
    gap: 0 !important;
  }

  .site-nav a:not(.nav-cta) {
    display: none !important;
  }

  .site-nav .nav-cta {
    width: auto !important;
    min-height: 36px !important;
    padding: 8px 13px !important;
    font-size: 12px !important;
  }

  .section {
    padding: 58px 18px !important;
  }

  .hero {
    min-height: auto !important;
    padding: 0 18px 34px !important;
  }

  .hero::before {
    font-size: 88px !important;
    top: 82px !important;
    left: -34px !important;
  }

  .hero::after {
    width: 48vw !important;
    opacity: .14 !important;
  }

  .hero-inner {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    gap: 22px !important;
    padding: 34px 0 20px !important;
  }

  .hero-copy {
    padding: 0 !important;
    max-width: none !important;
  }

  .hero .eyebrow {
    font-size: 10px !important;
    letter-spacing: .22em !important;
    margin-bottom: 14px !important;
  }

  .hero h1 {
    font-size: clamp(27px, 7.8vw, 42px) !important;
    line-height: 1.24 !important;
    letter-spacing: -.035em !important;
    max-width: 100% !important;
  }

  .hero-copy .lead {
    margin-top: 16px !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 22px !important;
    max-width: 320px !important;
  }

  .hero-actions .btn,
  .btn {
    width: 100% !important;
    min-height: 44px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
  }

  .hero-note {
    display: block !important;
    margin-top: 22px !important;
    padding: 13px 0 13px 15px !important;
    font-size: 13px !important;
    line-height: 1.75 !important;
  }

  .hero-visual {
    min-height: 260px !important;
    margin-top: 4px !important;
  }

  .hero-card {
    inset: 0 0 18px 0 !important;
  }

  .line-stage {
    padding: 10% !important;
  }

  .hero-index {
    display: none !important;
  }

  .hero-caption {
    left: 12px !important;
    right: 12px !important;
    bottom: 0 !important;
    width: auto !important;
    max-width: none !important;
    padding: 14px 16px !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
  }

  .mission-spread {
    display: block !important;
    min-height: 0 !important;
  }

  .mission-side {
    display: none !important;
  }

  .mission-page {
    padding: 42px 22px !important;
  }

  .mission-page h2 {
    font-size: clamp(30px, 8.8vw, 42px) !important;
    line-height: 1.2 !important;
    margin-bottom: 24px !important;
  }

  .mission-text {
    font-size: 14px !important;
    line-height: 1.95 !important;
  }

  .mission-text p + p {
    margin-top: 15px !important;
  }

  .areas .section-head,
  .section-head {
    display: block !important;
    margin-bottom: 28px !important;
  }

  .display-en {
    font-size: clamp(42px, 13vw, 62px) !important;
    line-height: .95 !important;
  }

  .lead {
    font-size: 14px !important;
    line-height: 1.9 !important;
    margin-top: 18px !important;
  }

  .service-stack {
    gap: 18px !important;
  }

  .service-row {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 18px !important;
    min-height: 0 !important;
  }

  .service-row > img {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 16 / 10 !important;
  }

  .service-row .service-no {
    grid-column: 1 !important;
    grid-row: auto !important;
    justify-self: start !important;
    font-size: 11px !important;
  }

  .service-row .service-body {
    grid-column: 1 !important;
    grid-row: auto !important;
    padding: 0 !important;
  }

  .service-body h3 {
    font-size: clamp(30px, 9.4vw, 42px) !important;
    line-height: 1 !important;
  }

  .service-body p {
    margin-top: 14px !important;
    font-size: 13px !important;
    line-height: 1.85 !important;
  }

  .service-body span {
    margin-top: 18px !important;
  }

  .news-inner {
    display: block !important;
  }

  .news-list {
    margin-top: 22px !important;
  }

  .news-item {
    display: block !important;
    padding: 22px 0 !important;
  }

  .news-item h3 {
    font-size: 21px !important;
    line-height: 1.45 !important;
    margin-top: 8px !important;
  }

  .contact-panel {
    display: block !important;
  }

  .contact-band h2 {
    font-size: clamp(28px, 9vw, 40px) !important;
    line-height: 1.25 !important;
  }

  .contact-box {
    margin-top: 24px !important;
    padding: 24px !important;
  }

  .footer-two-row,
  .footer-main {
    padding: 30px 20px !important;
  }

  .footer-top-row {
    display: grid !important;
    gap: 12px !important;
    padding-bottom: 22px !important;
  }

  .footer-bottom-row {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding-top: 22px !important;
  }

  .footer-bottom {
    padding: 0 20px 24px !important;
    display: block !important;
  }

  .page-hero,
  .lower-page-hero,
  .about-hero,
  .legal-page-hero {
    padding: 58px 20px 40px !important;
  }

  .page-hero h1,
  .lower-page-hero h1 {
    font-size: clamp(30px, 9vw, 42px) !important;
    line-height: 1.24 !important;
  }

  .page-hero p:not(.section-kicker),
  .lower-page-hero p:not(.section-kicker) {
    font-size: 14px !important;
    line-height: 1.9 !important;
  }

  .lower-service-section,
  .about-page-section,
  .contact-page-section {
    padding: 46px 18px 64px !important;
  }

  .lower-service-card {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 18px !important;
  }

  .lower-service-card > img {
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 16 / 10 !important;
  }

  .lower-service-no {
    justify-self: start !important;
  }

  .lower-service-body h2 {
    font-size: clamp(30px, 9.4vw, 42px) !important;
    line-height: 1 !important;
    margin-bottom: 16px !important;
  }

  .lower-service-body p {
    font-size: 13px !important;
    line-height: 1.9 !important;
  }

  .lower-view-more,
  .lower-cta {
    margin-top: 20px !important;
  }

  .contact-page-card {
    display: block !important;
    padding: 24px !important;
  }

  .contact-form {
    margin-top: 24px !important;
  }

  .about-main-card {
    display: block !important;
    padding: 28px 22px !important;
  }

  .about-title-block h2 {
    font-size: clamp(28px, 8.5vw, 40px) !important;
    line-height: 1.22 !important;
    max-width: none !important;
    margin-bottom: 24px !important;
  }

  .about-text-block p {
    font-size: 14px !important;
    line-height: 1.95 !important;
  }

  .about-values-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    margin-top: 18px !important;
  }

  .about-values-grid article {
    padding: 22px !important;
  }

  .legal-main .section {
    padding: 34px 18px 62px !important;
  }

  .legal-list {
    padding: 24px 20px !important;
  }

  .legal-main .legal-list h2 {
    font-size: 22px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 26px !important;
  }

  .brand-name {
    font-size: 13px !important;
  }

  .site-nav .nav-cta {
    padding: 7px 10px !important;
  }
}
/* === end v119 mobile safe === */
/* === v120 secure contact === */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.form-message {
  margin: 0 0 6px;
  padding: 13px 15px;
  border: 1px solid rgba(23,23,23,.12);
  background: #fffdf8;
  font-size: 14px;
  line-height: 1.7;
}
.form-message-success {
  border-left: 4px solid #b38a3b;
}
.form-message-error {
  border-left: 4px solid #b54a4a;
}
/* === end v120 secure contact === */
/* === v121 mobile polish === */
@media (max-width: 768px) {
  /* Top: do not force the desktop visual into a phone. Make it a clean message-first hero. */
  .hero {
    min-height: auto !important;
    padding: 0 20px 46px !important;
    background: linear-gradient(180deg, #fffdf8 0%, #f4efe5 100%) !important;
  }

  .hero::before,
  .hero::after {
    display: none !important;
  }

  .hero-inner {
    display: block !important;
    min-height: auto !important;
    padding: 46px 0 0 !important;
  }

  .hero-copy {
    padding: 0 !important;
    max-width: none !important;
  }

  .hero .eyebrow {
    margin-bottom: 16px !important;
    font-size: 10px !important;
    letter-spacing: .22em !important;
    color: #b38a3b !important;
  }

  .hero h1 {
    font-size: clamp(31px, 9.2vw, 40px) !important;
    line-height: 1.28 !important;
    letter-spacing: -.035em !important;
    max-width: 100% !important;
  }

  .hero-copy .lead {
    margin-top: 18px !important;
    font-size: 15px !important;
    line-height: 1.9 !important;
    font-weight: 600 !important;
    color: #273241 !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 26px !important;
    max-width: none !important;
  }

  .hero-actions .btn {
    width: 100% !important;
    min-height: 46px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
  }

  .hero-note {
    display: block !important;
    margin-top: 26px !important;
    padding: 16px 0 16px 17px !important;
    border-left: 3px solid #b38a3b !important;
    font-size: 13px !important;
    line-height: 1.85 !important;
    color: #3d4650 !important;
  }

  .hero-visual {
    display: none !important;
  }

  /* Mission: remove the desktop spread/card feeling on phones. */
  .mission {
    background: #fffdf8 !important;
  }

  .mission-spread {
    display: block !important;
    min-height: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .mission-spread::before {
    display: none !important;
  }

  .mission-side {
    display: none !important;
  }

  .mission-page {
    padding: 48px 22px !important;
    background: #ffffff !important;
    border: 1px solid rgba(23, 23, 23, .08) !important;
    box-shadow: 0 14px 36px rgba(23, 23, 23, .035) !important;
  }

  .mission-page::after {
    display: none !important;
  }

  .mission-page .eyebrow {
    margin-bottom: 18px !important;
    font-size: 10px !important;
    letter-spacing: .22em !important;
  }

  .mission-page h2 {
    font-size: clamp(30px, 8.6vw, 39px) !important;
    line-height: 1.24 !important;
    letter-spacing: -.035em !important;
    margin-bottom: 26px !important;
  }

  .mission-text {
    max-width: none !important;
    font-size: 14px !important;
    line-height: 2 !important;
    color: #222b36 !important;
  }

  .mission-text p + p {
    margin-top: 15px !important;
  }
}
/* === end v121 mobile polish === */
/* === v123 mobile sharp === */
@media (max-width: 768px) {
  body {
    background: #f3f1ec !important;
  }

  .site-header {
    background: #11151c !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
    box-shadow: 0 10px 26px rgba(0,0,0,.16) !important;
  }

  .header-inner {
    min-height: 58px !important;
    padding: 9px 16px !important;
  }

  .brand {
    color: #fff !important;
  }

  .brand-logo {
    width: 25px !important;
    height: 25px !important;
    filter: drop-shadow(0 1px 0 rgba(255,255,255,.18)) !important;
  }

  .brand-name {
    color: #fff !important;
    font-size: 15px !important;
    letter-spacing: .02em !important;
  }

  .menu-toggle {
    display: inline-grid !important;
    place-items: center !important;
    width: 44px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    border: 1px solid rgba(200,169,107,.45) !important;
    background: #171c26 !important;
    border-radius: 4px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,.22) !important;
  }

  .menu-toggle span {
    display: block !important;
    width: 18px !important;
    height: 2px !important;
    margin: 2px 0 !important;
    background: #c8a96b !important;
  }

  .menu-toggle em {
    display: none !important;
  }

  .site-nav {
    top: calc(100% + 0px) !important;
    left: 0 !important;
    right: 0 !important;
    padding: 10px 18px 18px !important;
    background: #11151c !important;
    border: 0 !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
    box-shadow: 0 24px 48px rgba(0,0,0,.28) !important;
  }

  .site-nav a,
  .site-nav a:not(.nav-cta) {
    color: rgba(255,255,255,.88) !important;
    border-bottom: 1px solid rgba(255,255,255,.1) !important;
    padding: 14px 2px !important;
    font-size: 14px !important;
  }

  .site-nav .nav-cta {
    margin-top: 14px !important;
    background: #c8a96b !important;
    color: #11151c !important;
    border: 0 !important;
    font-weight: 900 !important;
  }

  .hero {
    padding: 0 18px 48px !important;
    background: linear-gradient(180deg, #f7f5f0 0%, #eee8dc 100%) !important;
  }

  .hero-inner {
    padding: 46px 0 0 !important;
    display: block !important;
  }

  .hero .eyebrow {
    color: #b38a3b !important;
    font-size: 10px !important;
    letter-spacing: .24em !important;
    margin-bottom: 18px !important;
  }

  .hero h1 {
    font-size: clamp(33px, 9.7vw, 43px) !important;
    line-height: 1.18 !important;
    letter-spacing: -.045em !important;
    color: #11151c !important;
  }

  .hero-copy .lead {
    margin-top: 18px !important;
    color: #1f2733 !important;
    font-size: 15px !important;
    line-height: 1.85 !important;
    font-weight: 700 !important;
  }

  .hero-actions {
    margin-top: 26px !important;
    gap: 10px !important;
  }

  .hero-actions .btn {
    min-height: 46px !important;
    border-radius: 4px !important;
  }

  .hero-actions .btn-primary {
    background: #11151c !important;
    border-color: #11151c !important;
    color: #fff !important;
  }

  .hero-actions .btn-ghost {
    background: #fff !important;
    color: #11151c !important;
    border-color: rgba(17,21,28,.34) !important;
  }

  .hero-note {
    margin-top: 24px !important;
    padding: 14px 0 14px 16px !important;
    border-left: 3px solid #b38a3b !important;
    color: #303842 !important;
    background: transparent !important;
  }

  .hero-visual {
    display: block !important;
    position: relative !important;
    min-height: 230px !important;
    margin-top: 32px !important;
    padding: 0 !important;
  }

  .hero-card {
    position: absolute !important;
    inset: 0 !important;
    clip-path: none !important;
    border-radius: 6px !important;
    background: #11151c !important;
    border: 1px solid rgba(200,169,107,.22) !important;
    box-shadow: 0 22px 46px rgba(17,21,28,.22) !important;
    overflow: hidden !important;
  }

  .hero-card::before {
    background:
      linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,0) 42%),
      linear-gradient(90deg, rgba(200,169,107,.16) 1px, transparent 1px),
      linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
      #11151c !important;
    background-size: auto, 34px 34px, 34px 34px, auto !important;
    opacity: 1 !important;
  }

  .line-stage {
    padding: 10% !important;
  }

  .line-stage path:first-child {
    stroke: #ffffff !important;
    opacity: .88 !important;
  }

  .line-stage path.late,
  .line-stage circle {
    stroke: #c8a96b !important;
  }

  .line-stage circle.late {
    fill: none !important;
  }

  .hero-index {
    display: none !important;
  }

  .hero-caption {
    position: absolute !important;
    left: 18px !important;
    right: 18px !important;
    bottom: 16px !important;
    width: auto !important;
    max-width: none !important;
    padding: 13px 15px !important;
    background: rgba(255,253,248,.96) !important;
    border-left: 3px solid #c8a96b !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.16) !important;
    color: #11151c !important;
    font-size: 12px !important;
    line-height: 1.65 !important;
  }

  .mission {
    background: #11151c !important;
    padding: 0 !important;
  }

  .mission-spread {
    display: block !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .mission-side {
    display: none !important;
  }

  .mission-page {
    padding: 56px 22px !important;
    background: #11151c !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .mission-page::after,
  .mission-spread::before {
    display: none !important;
  }

  .mission-page .eyebrow {
    color: #c8a96b !important;
    font-size: 10px !important;
    letter-spacing: .24em !important;
    margin-bottom: 20px !important;
  }

  .mission-page h2 {
    color: #fff !important;
    font-size: clamp(32px, 9vw, 42px) !important;
    line-height: 1.22 !important;
    letter-spacing: -.04em !important;
    margin-bottom: 28px !important;
  }

  .mission-text {
    color: rgba(255,255,255,.82) !important;
    font-size: 14px !important;
    line-height: 2 !important;
  }

  .mission-text p + p {
    margin-top: 16px !important;
  }

  .areas {
    background: #efefec !important;
  }
}
/* === end v123 mobile sharp === */
/* === v125 thanks page === */
.thanks-section {
  background: #f7f5f0;
  padding: 72px 28px 96px;
}
.thanks-card {
  max-width: 760px;
  background: #fff;
  border: 1px solid rgba(23, 23, 23, .08);
  padding: clamp(34px, 5vw, 58px);
  box-shadow: 0 18px 46px rgba(23, 23, 23, .04);
}
.thanks-card h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.35;
  margin-bottom: 18px;
}
.thanks-card p {
  font-size: 15px;
  line-height: 2;
  color: #303944;
}
.thanks-card p + p {
  margin-top: 10px;
}
.thanks-card .btn {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .thanks-section {
    padding: 48px 18px 70px;
  }
  .thanks-card {
    padding: 28px 22px;
  }
}
/* === end v125 thanks page === */

