/* ==========================================================================
   玲瓏株式会社 corporate site
   Base: mobile-first (palmtop 〜767px) / laptop 768px〜
   ========================================================================== */

:root {
  --color-bg: #f7f8fa;
  --color-bg-alt: #eef1f6;
  --color-text: #1c2333;
  --color-text-soft: #4a5266;
  --color-primary: #2e5eaa;
  --color-primary-dark: #1f4483;
  --color-accent-1: #6fe3d0;
  --color-accent-2: #7c6ff2;
  --color-navy: #12203d;
  --color-white: #ffffff;
  /* 装飾(テキストのグラデーション塗り・アイコン背景など)用。彩度は高いが明るいため、
     白文字を上に載せるボタン背景には使わない。 */
  --gradient-shine: linear-gradient(135deg, var(--color-accent-1), var(--color-primary) 55%, var(--color-accent-2));
  /* ボタン塗り用。白文字とのコントラストがどの位置でもWCAG AA(4.5:1)以上になるよう、
     両端の色をより濃く調整している。 */
  --gradient-shine-solid: linear-gradient(135deg, #157567, var(--color-primary) 55%, #4a3fb0);

  --font-serif: "Noto Serif JP", serif;
  --font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;

  --fs-body: 14px;
  --header-h: 64px;

  --container-w: 1180px;
  --transition-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  :root {
    --header-h: 84px;
  }
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  line-height: 1.8;
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p, dl, dd, address { margin: 0; }
button { font: inherit; background: none; border: none; cursor: pointer; padding: 0; }
svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

.container {
  width: 100%;
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .container { padding: 0 40px; }
}

section { scroll-margin-top: var(--header-h); }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--color-navy);
  color: #fff;
  padding: 10px 16px;
  z-index: 200;
}
.skip-link:focus { left: 8px; top: 8px; }

/* ---------- typography helpers ---------- */
.eyebrow {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--color-primary);
  margin-bottom: 8px;
}
.eyebrow-mark { color: var(--color-accent-2); margin-right: 6px; }

.section-heading-jp {
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: clamp(28px, 7vw, 42px);
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.section-tagline {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--color-text-soft);
  margin-bottom: 20px;
}
.accent-text {
  color: var(--color-primary);
  /* 見出しの実文字なので、背景が薄い色でもコントラストを確保できる
     gradient-shine-solid を使用する(装飾用の明るいgradient-shineは使わない)。 */
  background: var(--gradient-shine-solid);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.accent-underline {
  color: var(--color-primary-dark);
  text-decoration-line: underline;
  text-decoration-color: var(--color-accent-1);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 13px 26px;
  border-radius: 999px;
  transition: transform var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);
  white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; }
.btn-primary {
  background: var(--gradient-shine-solid);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 20px -8px rgba(46, 94, 170, 0.6);
}
.btn-primary:hover, .btn-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px -8px rgba(46, 94, 170, 0.7);
}
.btn-outline {
  border: 1px solid var(--color-primary);
  color: var(--color-primary-dark);
  background: transparent;
}
.btn-outline:hover, .btn-outline:focus-visible {
  background: var(--color-primary);
  color: #fff;
}

a:focus-visible, button:focus-visible {
  outline: 2px solid var(--color-accent-2);
  outline-offset: 3px;
}

/* ---------- reveal on scroll ---------- */
/*
  JS未実行/未対応環境では常に表示状態(opacity:1)にしておき、
  <html class="js">が付与されている(=JSが正常に動いている)場合のみ
  「隠す→スクロールで表示」のアニメーションを有効化する。
*/
.reveal {
  opacity: 1;
  transform: none;
}
.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   HEADER / DRAWER
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-h);
  /*
    背景のガラス風ブラーは ::before 側(z-index:-1)に持たせている。
    site-header自体にbackdrop-filter/filter/transformを付けると、子要素
    (#primary-nav / #nav-overlay など position:fixed)の基準(containing block)が
    ビューポートではなくheaderになってしまい、ドロワーが画面全体を覆えなくなる。
    header-innerにも position/z-index は付けない(付けるとその中の#primary-nav の
    stacking level がheader-inner側に閉じ込められ、#nav-overlay より下に描画されてしまう)。
  */
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(247, 248, 250, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(28, 35, 51, 0.06);
  z-index: -1;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.logo-mark { width: 26px; height: 26px; fill: var(--color-primary); }
.logo-mark-facet { fill: #fff; opacity: 0.3; }
.logo-text {
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.06em;
  color: var(--color-text);
}

.hamburger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 110;
}
.hamburger-box { position: relative; width: 22px; height: 16px; display: block; }
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--color-text);
  transition: transform var(--transition-base), opacity var(--transition-base), top var(--transition-base);
}
.hamburger-inner { top: 7px; }
.hamburger-inner::before { content: ""; top: -7px; }
.hamburger-inner::after { content: ""; top: 7px; }
.hamburger[aria-expanded="true"] .hamburger-inner { background: transparent; }
.hamburger[aria-expanded="true"] .hamburger-inner::before { top: 0; transform: rotate(45deg); background: var(--color-primary-dark); }
.hamburger[aria-expanded="true"] .hamburger-inner::after { top: 0; transform: rotate(-45deg); background: var(--color-primary-dark); }

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(18, 32, 61, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-base);
  z-index: 90;
}
.nav-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* palmtop drawer */
.primary-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: min(320px, 84vw);
  background: var(--color-white);
  box-shadow: -12px 0 30px -10px rgba(18, 32, 61, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  padding: 40px;
  transform: translateX(100%);
  transition: transform var(--transition-base);
  z-index: 100;
}
.primary-nav.is-open { transform: translateX(0); }

.nav-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.nav-link {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
  position: relative;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--gradient-shine);
  transition: width var(--transition-base);
}
.nav-link:hover::after, .nav-link:focus-visible::after, .nav-link.is-active::after { width: 100%; }

.nav-cta { align-self: flex-start; }

body.nav-open { overflow: hidden; }

@media (min-width: 768px) {
  .primary-nav {
    position: static;
    height: auto;
    width: auto;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }
  .nav-list { flex-direction: row; gap: 32px; }
  .nav-link { font-size: 13px; font-family: var(--font-sans); font-weight: 700; }
  .nav-overlay { display: none; }
  .hamburger { display: none; }
}

@media (max-width: 767px) {
  .nav-cta { display: none; }
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative;
  padding-top: calc(var(--header-h) + 28px);
  padding-bottom: 60px;
  overflow: hidden;
  background: var(--color-bg-alt);
}

.hero-slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 44px;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}
.hero-slider-track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  animation: heroMarquee 46s linear infinite;
}
.hero-slider:hover .hero-slider-track,
.hero-slider:focus-within .hero-slider-track {
  animation-play-state: paused;
}
@keyframes heroMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.hero-slide {
  flex: 0 0 auto;
  width: clamp(160px, 34vw, 280px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide:nth-child(even) { aspect-ratio: 3 / 4; margin-top: 28px; }

.clip-gem-1 { clip-path: polygon(14% 0%, 86% 0%, 100% 28%, 100% 86%, 78% 100%, 18% 100%, 0% 72%, 0% 16%); }
.clip-gem-2 { clip-path: polygon(0% 12%, 30% 0%, 100% 0%, 100% 74%, 70% 100%, 8% 100%, 0% 60%); }
.clip-gem-3 { clip-path: polygon(10% 0%, 100% 0%, 100% 62%, 88% 100%, 22% 100%, 0% 78%, 0% 22%); }
.clip-gem-4 { clip-path: polygon(22% 0%, 100% 12%, 100% 100%, 12% 100%, 0% 68%, 4% 8%); }

.hero-content { text-align: center; }
.hero-heading {
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: clamp(30px, 8vw, 56px);
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.hero-sub {
  font-size: 15px;
  color: var(--color-text-soft);
  margin-bottom: 32px;
}
.hero-cta { }

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
  display: none;
}
.scroll-cue-line {
  display: block;
  width: 1px;
  height: 100%;
  background: var(--color-primary);
  position: relative;
  overflow: hidden;
}
.scroll-cue-line::after {
  content: "";
  position: absolute;
  left: 0; top: -100%;
  width: 100%; height: 100%;
  background: var(--color-accent-2);
  animation: scrollCue 1.8s ease-in-out infinite;
}
@keyframes scrollCue { to { top: 100%; } }

@media (min-width: 768px) {
  .hero { padding-bottom: 90px; }
  .scroll-cue { display: block; }
}

/* ==========================================================================
   ABOUT
   ========================================================================== */
.about-block {
  display: grid;
  grid-template-columns: 1fr;
}
.about-block:not(:last-child) { border-bottom: 1px solid rgba(28,35,51,0.06); }
.about-media { aspect-ratio: 4 / 3; overflow: hidden; }
.about-media img { width: 100%; height: 100%; object-fit: cover; }
.about-text-panel {
  background: #f2ede3;
  display: flex;
  align-items: center;
}
.about-text { padding: 40px 24px; max-width: 560px; margin: 0 auto; }
.about-heading {
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: clamp(24px, 6vw, 34px);
  line-height: 1.5;
  margin-bottom: 20px;
}
.about-body {
  font-size: 14px;
  color: var(--color-text-soft);
  margin-bottom: 16px;
}
.about-body:last-child { margin-bottom: 0; }

@media (min-width: 768px) {
  .about-block { grid-template-columns: 1.1fr 1fr; min-height: 560px; }
  .about-block-reverse { direction: rtl; }
  .about-block-reverse .about-text-panel { direction: ltr; }
  .about-media { aspect-ratio: auto; height: 100%; }
  .about-text { padding: 60px; }
}

/* ==========================================================================
   SERVICE
   ========================================================================== */
.service { padding: 80px 0; background: var(--color-bg); }
.service-grid { display: grid; gap: 40px; }
.service-catch {
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: clamp(22px, 5.5vw, 30px);
  line-height: 1.5;
  margin: 12px 0 18px;
}
.service-catch strong { color: var(--color-primary); }
.service-desc { font-size: 14px; color: var(--color-text-soft); }

.service-cards { display: grid; gap: 20px; }
.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 20px 40px -30px rgba(28, 35, 51, 0.25);
}
.service-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(111,227,208,0.25), rgba(124,111,242,0.2));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--color-primary-dark);
}
.service-card-icon svg { width: 26px; height: 26px; }
.service-card-icon .fill { fill: currentColor; stroke: none; }
.service-card-icon .stroke-only { fill: none; }
.service-card-title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.service-card-title-jp { font-size: 12px; font-weight: 500; color: var(--color-text-soft); font-family: var(--font-sans); }
.service-card-list { display: flex; flex-direction: column; gap: 14px; }
.service-card-list li { display: flex; flex-direction: column; gap: 4px; padding-left: 18px; position: relative; }
.service-card-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 8px;
  width: 8px; height: 8px;
  border-radius: 2px;
  background: var(--gradient-shine);
  transform: rotate(45deg);
}
.service-card-list strong { font-size: 14px; }
.service-card-list span { font-size: 13px; color: var(--color-text-soft); }

@media (min-width: 768px) {
  .service-grid { grid-template-columns: 320px 1fr; gap: 60px; align-items: start; }
  .service-sticky { position: sticky; top: calc(var(--header-h) + 40px); }
  .service-cards { grid-template-columns: 1fr 1fr; gap: 24px; }
}

/* ==========================================================================
   COMPANY
   ========================================================================== */
.company {
  padding: 80px 0;
  background:
    radial-gradient(circle at 85% 10%, rgba(111,227,208,0.12), transparent 45%),
    radial-gradient(circle at 10% 90%, rgba(124,111,242,0.12), transparent 45%),
    var(--color-bg-alt);
}

.name-origin {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 32px 0;
  padding: 32px 20px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 20px 40px -30px rgba(28, 35, 51, 0.25);
}
.name-origin-item { text-align: center; min-width: 120px; }
.name-origin-char {
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: 34px;
  color: var(--color-primary-dark);
  margin-bottom: 2px;
}
.name-origin-result .name-origin-char { color: var(--color-primary); background: var(--gradient-shine-solid); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.name-origin-reading { font-size: 11px; color: var(--color-text-soft); margin-bottom: 8px; }
.name-origin-desc { font-size: 12px; color: var(--color-text-soft); line-height: 1.6; max-width: 160px; margin: 0 auto; }
.name-origin-op { font-size: 22px; color: var(--color-accent-2); font-weight: 700; }

.company-lead { font-size: 14px; color: var(--color-text-soft); margin-bottom: 32px; max-width: 640px; }

.company-table {
  border-top: 1px solid rgba(28,35,51,0.12);
}
.company-row {
  display: grid;
  grid-template-columns: 1fr;
  padding: 16px 0;
  border-bottom: 1px solid rgba(28,35,51,0.12);
  gap: 4px;
}
.company-row dt {
  font-weight: 700;
  font-size: 13px;
  color: var(--color-primary-dark);
}
.company-row dd { font-size: 14px; }
.company-row a { text-decoration: underline; text-decoration-color: var(--color-accent-1); }

@media (min-width: 768px) {
  .company-row { grid-template-columns: 200px 1fr; padding: 20px 0; }
}

/* ==========================================================================
   NEWS
   ========================================================================== */
.news { padding: 80px 0; background: var(--color-bg); overflow: hidden; }
.news-grid { display: grid; gap: 32px; position: relative; }
.news-intro { font-size: 14px; color: var(--color-text-soft); display: flex; flex-direction: column; gap: 6px; }

.news-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.news-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 16px 30px -26px rgba(28,35,51,0.3);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}
.news-item a:hover, .news-item a:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px -22px rgba(28,35,51,0.35);
}
.news-date { font-size: 12px; color: var(--color-text-soft); font-weight: 500; }
.news-tag {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: var(--color-primary);
  border-radius: 999px;
  padding: 4px 10px;
}
.news-title { font-size: 14px; flex: 1 1 200px; }
.news-arrow { width: 18px; height: 18px; color: var(--color-primary); flex-shrink: 0; }

.news-more { align-self: flex-start; }
.news-more svg { width: 16px; height: 16px; }

/*
  palmtopでは通常の横書き見出しとして表示し(セクションの見出しが無いと
  支援技術にセクション内容が伝わらないため)、laptopでのみ縦書きの
  サイドラベルに切り替える。
*/
.news-side-label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  order: -1;
}
.news-side-jp { font-size: 12px; letter-spacing: 0.1em; color: var(--color-text-soft); }
.news-side-en {
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 0.05em;
  color: var(--color-primary);
}

@media (min-width: 768px) {
  .news-grid { grid-template-columns: 1fr 1.4fr 90px; gap: 50px; align-items: start; }
  .news-side-label {
    align-items: center;
    gap: 10px;
    writing-mode: vertical-rl;
    justify-self: end;
    order: 0;
  }
  .news-side-jp { font-size: 13px; letter-spacing: 0.2em; }
  .news-side-en { font-size: 44px; }
}

/* ==========================================================================
   CONTACT / CTA
   ========================================================================== */
.contact { padding: 80px 0 0; text-align: center; background: var(--color-bg); }
.contact .section-heading-jp { color: var(--color-text); }

.contact-panel-outer {
  position: relative;
  margin-top: 40px;
  padding: 60px 20px;
  overflow: hidden;
}
.contact-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.4);
  z-index: 0;
}
.contact-panel-outer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18,32,61,0.55), rgba(18,32,61,0.75));
  z-index: 1;
}
.contact-lead {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: clamp(20px, 5vw, 26px);
  line-height: 1.6;
  margin-bottom: 32px;
}

.contact-card {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 0 auto;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 24px;
  padding: 36px 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.contact-card-col { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.contact-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(111,227,208,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent-1);
}
.contact-card-icon svg { width: 24px; height: 24px; }
.contact-card-label {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contact-card-label span { font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.7); }
.contact-tel {
  color: #fff;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.02em;
}
.contact-card-divider { width: 100%; height: 1px; background: rgba(255,255,255,0.25); }

@media (min-width: 768px) {
  .contact-card {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 48px 60px;
  }
  .contact-card-divider { width: 1px; height: 80px; }
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: var(--color-navy); color: rgba(255,255,255,0.8); padding: 50px 0 30px; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.footer-logo .logo-text { color: #fff; }
.footer-logo .logo-mark { fill: var(--color-accent-1); }
.footer-logo .logo-mark-facet { fill: #fff; }
.footer-address { font-size: 12px; line-height: 1.9; color: rgba(255,255,255,0.65); }
.footer-address a { text-decoration: underline; text-decoration-color: var(--color-accent-1); }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; font-size: 12px; letter-spacing: 0.05em; }
.footer-copyright { font-size: 11px; color: rgba(255,255,255,0.45); }

@media (min-width: 768px) {
  .footer-inner { flex-direction: row; justify-content: space-between; text-align: left; }
}
