@import url("https://fonts.googleapis.com/css2?family=Satisfy&family=Roboto+Serif:opsz,wght@8..144,300;8..144,400;8..144,500;8..144,600;8..144,700&family=Roboto+Slab:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #f5f5f7;
  --bg-alt: #f9fafb;
  --bg-soft: #e5e7eb;
  --accent: #2563eb;
  --accent-soft: rgba(37, 99, 235, 0.08);
  --heading-accent: #1e3a8a;
  --text-main: #111827;
  --text-muted: #4b5563;
  --border-subtle: rgba(148, 163, 184, 0.6);
  --border-strong: rgba(203, 213, 225, 0.9);
  --radius-lg: 9px;
  --radius-md: 12px;
  --radius-pill: 999px;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4.5rem;
  --content-max: 1080px;
  --shadow-soft: 0 22px 45px rgba(15, 23, 42, 0.85);
  --shadow-subtle: 0 18px 35px rgba(15, 23, 42, 0.6);
  --linkedin-color: #0a66c2;
  --linkedin-color-hover: #084c95;
  --logo-glow: rgba(5, 80, 55, 0.55);
  --stamp-outline: rgba(234, 88, 12, 0.82);
  --stamp-outline-dashed: rgba(234, 88, 12, 0.55);
}

body[data-theme="nocturne"] {
  --bg: #0b1220;
  --bg-alt: #111827;
  --bg-soft: #1f2937;
  --accent: #60a5fa;
  --accent-soft: rgba(96, 165, 250, 0.18);
  --heading-accent: #bfdbfe;
  --text-main: #e5e7eb;
  --text-muted: #cbd5e1;
  --logo-glow: rgba(8, 12, 22, 0.65);
}

body[data-theme="nocturne"] {
  background:
    radial-gradient(circle at 0 0, var(--accent-soft), transparent 40%),
    radial-gradient(circle at top, #111827 0, #0f172a 55%, #020617 100%);
}

body[data-theme="nocturne"]::before {
  background-image: url("assets/images/bg_2dark.png");
}

body[data-theme="nocturne"] .site-header {
  background: linear-gradient(to bottom, rgba(2, 6, 23, 0.94), rgba(15, 23, 42, 0.9));
  box-shadow: 0 10px 26px rgba(2, 6, 23, 0.5);
}

body[data-theme="nocturne"] .site-footer {
  background: linear-gradient(to top, rgba(2, 6, 23, 0.95), rgba(15, 23, 42, 0.85));
}

body[data-theme="nocturne"] .card {
  background: rgba(15, 23, 42, 0.72);
}

body[data-theme="nocturne"] .brand-logo {
  filter: grayscale(1) brightness(1.8) contrast(1.05) drop-shadow(0 0 12px var(--logo-glow));
}

body[data-theme="sage"] {
  --bg: #f6f8f3;
  --bg-alt: #eef3e9;
  --bg-soft: #dde7d4;
  --accent: #3f7d58;
  --accent-soft: rgba(63, 125, 88, 0.12);
  --heading-accent: #1f5138;
  --text-main: #1c2b22;
  --text-muted: #425446;
  --logo-glow: rgba(20, 55, 38, 0.55);
}

body[data-theme="sage"] {
  background:
    radial-gradient(circle at 0 0, var(--accent-soft), transparent 38%),
    radial-gradient(circle at top, #fbfcfa 0, #f2f6ee 52%, #dde7d4 100%);
}

body[data-theme="sage"]::before {
  background-image: url("assets/images/bg_2dark.png");
}

body[data-theme="sage"] .site-header {
  background: linear-gradient(to bottom, rgba(240, 246, 236, 0.95), rgba(252, 253, 250, 0.92));
  box-shadow: 0 10px 22px rgba(31, 81, 56, 0.08);
}

body[data-theme="sage"] .site-footer {
  background: linear-gradient(to top, #edf4e7, #fbfcfa);
}

body[data-theme="sage"] .card {
  background: #fcfdfb;
}

body[data-theme="terracotta"] {
  --bg: #fbf4ec;
  --bg-alt: #f9eee2;
  --bg-soft: #efd8c3;
  --accent: #b45309;
  --accent-soft: rgba(180, 83, 9, 0.12);
  --heading-accent: #7c2d12;
  --text-main: #3f220f;
  --text-muted: #6b4229;
  --logo-glow: rgba(80, 30, 12, 0.55);
}

body[data-theme="terracotta"] {
  background:
    radial-gradient(circle at 0 0, var(--accent-soft), transparent 38%),
    radial-gradient(circle at top, #fffaf5 0, #fbf1e7 52%, #efd8c3 100%);
}

body[data-theme="terracotta"]::before {
  background-image: url("assets/images/bg_2dark.png");
}

body[data-theme="terracotta"] .site-header {
  background: linear-gradient(to bottom, rgba(252, 241, 228, 0.95), rgba(255, 250, 245, 0.93));
  box-shadow: 0 10px 24px rgba(124, 45, 18, 0.09);
}

body[data-theme="terracotta"] .site-footer {
  background: linear-gradient(to top, #f8e9da, #fffaf5);
}

body[data-theme="terracotta"] .card {
  background: #fffdf9;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Roboto Serif", Georgia, "Times New Roman", serif;
  background: linear-gradient(
    135deg,
    #7c3aed 0%,
    #06b6d4 35%,
    #10b981 65%,
    #3b82f6 100%
  );
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: -0.011em;
  -webkit-font-smoothing: antialiased;
  position: relative;
  isolation: isolate;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.2;
  background-image: url("assets/images/bg_2dark.png");
  background-size: 210% auto;
  background-repeat: no-repeat;
  background-position: var(--bg-image-x, 0%) center;
  will-change: background-position;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 2.8vw, 2rem);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: linear-gradient(
    to bottom,
    rgba(243, 244, 246, 0.96),
    rgba(255, 255, 255, 0.94)
  );
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
  border-bottom: none;
}

.site-header .container {
  max-width: var(--content-max);
  padding-inline: clamp(1.25rem, 2.8vw, 2rem);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.header-identity {
  min-width: 0;
}

.logo {
  font-family: "Roboto Slab", "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-transform: none;
  margin: 0;
  color: var(--heading-accent);
}

.tagline {
  font-family: "Roboto Slab", "Times New Roman", serif;
  margin: 0.25rem 0 0;
  color: var(--text-muted);
  font-size: 0.96rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav {
  font-family: "Roboto Slab", "Times New Roman", serif;
  display: flex;
  gap: 1.5rem;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-transform: none;
  color: var(--heading-accent);
}

.nav a {
  position: relative;
  color: var(--heading-accent);
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  padding-bottom: 0.2rem;
  text-transform: none;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.nav-toggle-bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--heading-accent);
  margin: 0 auto;
}

.nav-toggle-bar + .nav-toggle-bar {
  margin-top: 6px;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(to right, #2563eb, #7c3aed);
  transition: width 0.18s ease-out;
}

.nav a:hover {
  color: var(--text-main);
}

.nav a:hover::after {
  width: 100%;
}

.nav-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.155rem;
  height: 1.155rem;
  padding-bottom: 0;
  margin-left: 0.1rem;
  color: #ffffff;
}

.nav-contact .coffee-icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-contact::after {
  display: none;
}

.nav-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  padding-bottom: 0;
  margin-left: 0.1rem;
  color: var(--linkedin-color);
}

.nav-linkedin .linkedin-icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.nav-linkedin .label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-linkedin::after {
  display: none;
}

.nav-linkedin:hover {
  color: var(--linkedin-color-hover);
}

.hero {
  padding: clamp(4.5rem, 8vw, 6.5rem) 0 clamp(3.5rem, 5vw, 4.5rem);
  border-bottom: none;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 60%) minmax(0, 40%);
  align-items: start;
  position: relative;
  min-height: 220px;
}

.hero-text {
  width: 100%;
  text-align: left;
}

.hero-stamp {
  position: relative;
  align-self: center;
  justify-self: center;
  width: 193px;
  height: 193px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  border: 4px solid var(--stamp-outline);
  border-radius: 999px;
  background: rgb(255, 248, 235);
  box-shadow: 0 10px 22px rgba(234, 88, 12, 0.18);
  transform: rotate(12deg);
}

.hero-stamp::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px dashed var(--stamp-outline-dashed);
  border-radius: 999px;
}

.hero-stamp::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  border-radius: 999px;
  background: radial-gradient(
    ellipse 50% 30% at 28% 18%,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.2) 55%,
    transparent 80%
  );
  pointer-events: none;
  opacity: var(--stamp-specular-opacity, 0.7);
  transition: opacity 0.25s ease-out;
}

.hero-stamp__top,
.hero-stamp__focus {
  position: relative;
  z-index: 1;
  color: #7c2d12;
  text-align: center;
  text-transform: uppercase;
}

.hero-stamp__icon {
  position: absolute;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  top: 37%;
  right: 1.15rem;
  margin-bottom: 0;
  color: #7c2d12;
  opacity: 1;
}

.hero-stamp__icon--left {
  left: 1.15rem;
  right: auto;
}

.hero-stamp__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #7c2d12;
  fill-opacity: 1;
  opacity: 1;
}

.hero-stamp__icon svg path {
  fill: #7c2d12;
  fill-opacity: 1;
}

.hero-stamp__ring-text {
  position: absolute;
  inset: 10px;
  z-index: 2;
  pointer-events: none;
}

.hero-stamp__ring-text svg {
  width: 100%;
  height: 100%;
}

.hero-stamp__ring-text text {
  fill: #7c2d12;
  font-family: "Roboto Slab", "Times New Roman", serif;
  font-size: 7.2px;
  font-weight: 700;
  letter-spacing: 0.85px;
  text-transform: uppercase;
}

.hero-stamp__ring-text textPath {
  dominant-baseline: middle;
  text-anchor: middle;
}

.hero-stamp__ring-text--bottom text {
  font-size: 6.1px;
  letter-spacing: 0.5px;
}

.hero-stamp__focus {
  font-size: 3.381rem;
  font-family: "Roboto Slab", "Times New Roman", serif;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.06em;
  margin-top: 0.03rem;
}

.hero-text h2 {
  font-family: "Roboto Slab", "Times New Roman", serif;
  max-width: none;
  font-size: clamp(1.83rem, 2.82vw + 0.7rem, 3.1rem);
  line-height: calc(0.96em + 5px);
  letter-spacing: -0.055em;
  margin: 0 0 1.25rem;
  color: #ffffff;
}

@keyframes hero-welcome-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.hero-welcome {
  font-family: "Satisfy", cursive;
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 400;
  margin: 0 0 1rem;
  animation: hero-welcome-fade 1.2s ease-out forwards;
  opacity: 0;
}

.hero-subtitle {
  margin: 0 0 1.75rem;
  color: #ffffff;
  max-width: 40rem;
  font-size: calc(1.06rem + 6px);
  line-height: 1.75;
  text-align: left;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-bottom: 1.25rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-family: "Roboto Slab", "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
  padding: 0.8rem 1.35rem;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  transition: background 0.16s ease-out, transform 0.12s ease-out,
    box-shadow 0.16s ease-out, border-color 0.16s ease-out, color 0.16s ease-out;
}

.btn.primary {
  background: #1e3a8a;
  border: 2px solid #ffffff;
  box-shadow: 0 6px 20px rgba(30, 58, 138, 0.35);
  color: #ffffff;
}

.btn.primary:hover {
  background: #ffffff;
  border: 2px solid #1e3a8a;
  color: #1e3a8a;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(30, 58, 138, 0.25);
}

.btn.ghost {
  background: rgba(255, 255, 255, 0.9);
  color: var(--text-main);
}

.btn.ghost:hover {
  background: rgba(15, 23, 42, 0.96);
}

.btn.full-width {
  width: 100%;
}

.hero-note {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 32rem;
}

.hero-aside {
  display: flex;
  justify-content: flex-end;
  padding-top: 0;
}

.hero-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 1.75rem;
  border: 1px solid rgba(124, 58, 237, 0.25);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.06),
    0 0 0 1px rgba(124, 58, 237, 0.08);
  max-width: 340px;
  color: var(--text-main);
}

.hero-card h3 {
  margin-top: 0;
  margin-bottom: 0.9rem;
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: var(--heading-accent);
}

.hero-card ul {
  padding-left: 1.1rem;
  margin: 0.2rem 0 0;
  color: var(--text-muted);
  font-size: 0.94rem;
  line-height: 1.75;
}

.hero-card li + li {
  margin-top: 0.25rem;
}

.section {
  padding: clamp(4rem, 7vw, 5.5rem) 0;
}

.section-alt {
  background: transparent;
}

.section-header {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  text-align: center;
}

.section-header h2 {
  font-family: "Roboto Slab", "Times New Roman", serif;
  margin: 0 0 0.8rem;
  font-size: clamp(1.65rem, 1.1vw + 1.3rem, 2.2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.section-header p {
  margin: 0 auto;
  color: #ffffff;
  max-width: 42rem;
  font-size: calc(1rem + 6px);
  line-height: 1.75;
}

.grid {
  display: grid;
  gap: 2rem;
}

.two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.three-column {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.three-column .card:last-child:nth-child(3n+1) {
  grid-column: 2;
}

.two-column .card:last-child:nth-child(2n+1) {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 50%;
}

.card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  border: 1px solid rgba(124, 58, 237, 0.25);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05),
    0 0 0 1px rgba(124, 58, 237, 0.08);
  min-height: 100%;
  color: var(--text-main);
}

.card--ai-stamped {
  position: relative;
  overflow: visible;
}

.skill-stamp {
  position: absolute;
  top: -18px;
  right: -14px;
  width: 85px;
  height: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  border: 2px solid var(--stamp-outline);
  border-radius: 999px;
  background: rgb(255, 248, 235);
  box-shadow: 0 6px 14px rgba(234, 88, 12, 0.2);
  transform: rotate(10deg);
  pointer-events: none;
  z-index: 2;
}

.skill-stamp::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1.5px dashed var(--stamp-outline-dashed);
  border-radius: 999px;
}

.skill-stamp__icon,
.skill-stamp__focus {
  position: relative;
  z-index: 2;
  color: #7c2d12;
  text-align: center;
  text-transform: uppercase;
}

.skill-stamp__icon {
  position: absolute;
  z-index: 2;
  display: block;
  width: 14.72px;
  height: 14.72px;
  top: 63%;
  right: 0.5rem;
  transform: translateY(-50%);
  margin-bottom: 0;
  opacity: 1;
}

.skill-stamp__icon--left {
  left: 0.5rem;
  right: auto;
}

.skill-stamp__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #7c2d12;
  fill-opacity: 1;
  opacity: 1;
}

.skill-stamp__icon svg path {
  fill: #7c2d12;
  fill-opacity: 1;
}

.skill-stamp__ring-text {
  position: absolute;
  inset: 4px;
  z-index: 2;
  pointer-events: none;
}

.skill-stamp__ring-text svg {
  width: 100%;
  height: 100%;
}

.skill-stamp__ring-text text {
  fill: #7c2d12;
  font-family: "Roboto Slab", "Times New Roman", serif;
  font-size: 11.9px;
  font-weight: 700;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}

.skill-stamp__ring-text textPath {
  dominant-baseline: middle;
  text-anchor: middle;
}

.skill-stamp__ring-text--top text {
  font-size: 10.14px;
}

.skill-stamp__ring-text--bottom text {
  font-size: 10px;
  letter-spacing: 0.4px;
}

.skill-stamp__focus {
  font-size: 1.78rem;
  font-family: "Roboto Slab", "Times New Roman", serif;
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.card h3,
.card h4 {
  font-family: "Roboto Slab", "Times New Roman", serif;
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.04rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--heading-accent);
}

.inspiration-quote {
  font-family: "Roboto Slab", "Times New Roman", serif;
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-align: left;
  align-self: flex-start;
  position: relative;
  padding-left: 0;
}

.inspiration-quote::before {
  content: "“";
  position: absolute;
  left: calc(-0.62rem - 4px);
  top: -0.08rem;
  font-size: 1.42em;
  line-height: 1;
  color: #ffffff;
}

.inspiration-copy {
  display: block;
  align-self: start;
  margin-top: 0;
  padding-top: 0;
  text-align: left;
  max-width: 62ch;
}

/* Keep copy stacks top-left aligned and consistent across items. */
.inspiration-copy .inspiration-quote {
  min-height: 0;
  display: block;
  margin-top: 0;
  align-self: flex-start;
  text-align: left;
}

.card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.96rem;
  line-height: 1.72;
}

.certification-link {
  color: var(--heading-accent);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.certification-link:hover {
  color: var(--accent);
}

.certification-item + .certification-item {
  margin-top: 1.5rem;
}

.certification-logo {
  display: block;
  margin: 0 0 0.85rem;
  width: auto;
  height: auto;
}

.certification-logo--nng {
  max-width: 75px;
  max-height: 23px;
}

.certification-logo--ixdf {
  max-width: 239px;
  max-height: 48px;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
}

.skills-grid .card:last-child:nth-child(3n+1) {
  grid-column: 2;
}

.inspiration-card {
  position: relative;
  overflow: visible;
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
  padding: 2.75rem 2rem 2.75rem;
  border: 1px solid rgba(124, 58, 237, 0.25);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08),
    0 0 0 1px rgba(124, 58, 237, 0.08);
  max-width: 860px;
  margin: 0 auto;
}

.inspiration-stamp {
  position: absolute;
  top: -97px;
  left: 50%;
  transform: translateX(-50%) rotate(-8deg);
  width: 122px;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(16, 185, 129, 0.82);
  border-radius: 999px;
  background: rgb(236, 253, 245);
  pointer-events: none;
  z-index: 10;
}

.inspiration-stamp::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1.5px dashed rgba(16, 185, 129, 0.5);
  border-radius: 999px;
}

.inspiration-stamp::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 999px;
  background: radial-gradient(
    ellipse 50% 30% at 28% 18%,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.2) 55%,
    transparent 80%
  );
  pointer-events: none;
  opacity: var(--inspiration-stamp-specular-opacity, 0.7);
  transition: opacity 0.25s ease-out;
}

.inspiration-stamp__icon {
  position: relative;
  z-index: 2;
  display: block;
  width: 104px;
  height: 104px;
  color: #10b981;
  opacity: 1;
}

.inspiration-stamp__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #10b981;
  stroke: #10b981;
  fill-opacity: 1;
  opacity: 1;
  filter: drop-shadow(-1.5px -1.5px 0 rgba(255, 255, 255, 0.8))
    drop-shadow(1.5px 1.5px 1.5px rgba(0, 0, 0, 0.25))
    drop-shadow(2.5px 2.5px 4px rgba(0, 0, 0, 0.14));
}

.inspiration-stamp__icon svg path {
  fill: #10b981;
  fill-opacity: 1;
}

.inspiration-stamp__icon svg circle {
  fill: #10b981;
  stroke: none;
}

.inspiration-stamp__icon svg circle.compass-center {
  fill: white;
}

.inspiration-card .inspiration-quote,
.inspiration-card .inspiration-quote::before {
  color: var(--heading-accent);
  font-family: "Roboto Slab", "Times New Roman", serif;
  font-size: 1.248rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.inspiration-card .inspiration-name {
  color: var(--heading-accent);
  font-family: "Roboto Slab", "Times New Roman", serif;
  font-size: 1.04rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.inspiration-card .inspiration-copy p {
  color: var(--text-muted);
}

/* Testimonials: 2-column grid, match Inspiration alignment and styling */
#testimonials .testimonials-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  transform: none;
  justify-items: start;
  max-width: 100%;
}

#testimonials .testimonials-grid .inspiration-item:last-child:nth-child(2n+1) {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 50%;
}

#testimonials .testimonials-item {
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
  max-width: 100%;
  text-align: left;
}

#testimonials .testimonials-item .inspiration-copy {
  max-width: 62ch;
  text-align: left;
}

/* Testimonials: hanging quote styled like Inspiration (::before on inspiration-quote) */

/* Testimonials: sub titles = blue title style; wrap at em dash; role after dash matches Inspiration card name size */
#testimonials .testimonials-item .inspiration-name {
  font-family: "Roboto Slab", "Times New Roman", serif;
  font-size: 1.248rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--heading-accent);
  margin: 0 0 0.5rem;
}

#testimonials .testimonials-item .testimonial-role {
  font-size: 1.04rem;
  font-weight: 600;
}

#testimonials .testimonials-item .inspiration-quote,
#testimonials .testimonials-item .inspiration-copy p:not(.inspiration-name) {
  color: var(--text-muted);
  font-family: "Roboto Serif", Georgia, "Times New Roman", serif;
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.72;
  margin: 0;
  padding-left: 1.32em;
}

/* Hanging quote mark: left-align with sub titles and body copy */
#testimonials .testimonials-item .inspiration-quote::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: -0.08rem;
  font-size: 2.13em;
  line-height: 1;
  color: var(--heading-accent);
  font-family: "Roboto Slab", "Times New Roman", serif;
  letter-spacing: -0.02em;
}

#testimonials .testimonials-item .inspiration-quote {
  margin-bottom: 0.75rem;
}

.inspiration-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.9rem;
  max-width: 800px;
  margin: 0 auto;
  transform: translateX(2rem);
  padding-bottom: 1.25rem;
}

.inspiration-item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: start;
  gap: 1.2rem;
  text-align: left;
}

.inspiration-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.inspiration-photo {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
}

.inspiration-name {
  margin: 0.45rem 0 0;
  font-family: "Roboto Slab", "Times New Roman", serif;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.25;
  color: #ffffff;
  text-align: center;
}

.inspiration-copy p {
  margin: 0;
  text-align: left;
}

.subsection-heading {
  margin: 0 0 1.2rem;
  font-size: calc(1.1rem + 6px);
  color: #ffffff;
  text-align: center;
}

.logo-bar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: stretch;
  gap: 1.5rem;
  padding: 1.25rem 0 0.25rem;
}

.brand-item {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 146px;
  padding: 0.75rem 1rem;
  text-align: center;
}

.brand-logo {
  display: block;
  max-width: 100%;
  max-height: 63px;
  width: auto;
  height: auto;
  margin: 0 auto;
  filter: brightness(0) invert(1) drop-shadow(0 0 12px var(--logo-glow));
  opacity: 0.9;
  transition: opacity 0.24s ease-out;
}

.brand-name {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.24s ease-out;
  pointer-events: none;
}

.brand-item:hover .brand-logo {
  opacity: 0;
}

.brand-item:hover .brand-name {
  opacity: 1;
}

.brand-logo--sanofi {
  width: min(100%, 200px);
  max-height: 41px;
}

.brand-logo--tripadvisor {
  width: min(100%, 287px);
  max-height: 70px;
}

.brand-logo--logmein {
  width: min(100%, 273px);
  max-height: 56px;
}

.brand-logo--wawa {
  width: min(100%, 182px);
  max-height: 53px;
}

.brand-logo--irobot {
  width: min(100%, 178px);
  max-height: 46px;
}

.brand-logo--reebok {
  width: min(100%, 360px);
  max-height: 99px;
}

.brand-logo--vistaprint {
  width: min(100%, 218px);
  max-height: 48px;
  justify-self: center;
}

.brand-logo--monster {
  width: min(100%, 168px);
  max-height: 42px;
}

.brand-logo--bose {
  width: min(100%, 626px);
  max-height: 150px;
}

.brand-logo--allen-gerritsen {
  width: min(100%, 207px);
  max-height: 53px;
}

.brand-logo--emerson {
  width: min(100%, 230px);
  max-height: 45px;
  justify-self: center;
}

.brand-logo--mobiquity {
  width: min(100%, 207px);
  max-height: 42px;
  justify-self: center;
}

.brand-logo--bottomline {
  width: min(100%, 169px);
  max-height: 36px;
}

@media (prefers-reduced-motion: reduce) {
  .brand-logo,
  .brand-name {
    transition: none;
  }

  body::before {
    background-position: center center, 0% center;
    will-change: auto;
  }
}

.contact-actions {
  display: flex;
  justify-content: center;
  margin: 1.5rem 0 2rem;
}

.top-link-wrap {
  text-align: center;
  margin: 2.75rem 0 2rem;
}

.top-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
  opacity: 0.5;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.top-link:hover {
  opacity: 1;
}

.top-link-icon {
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
  flex-shrink: 0;
  display: block;
}

.contact-layout {
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: flex-start;
}

.contact-form-wrapper {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.contact-form-icon {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1e3a8a;
  border: 2px solid #ffffff;
  pointer-events: none;
  z-index: 2;
}

.contact-form-icon .coffee-icon {
  display: block;
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-form-icon .coffee-icon path,
.contact-form-icon .coffee-icon line {
  stroke: #ffffff;
}

.contact-form {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(124, 58, 237, 0.25);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05),
    0 0 0 1px rgba(124, 58, 237, 0.08);
  color: var(--text-main);
  max-width: 420px;
  width: 100%;
}

.form-message {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.94rem;
  line-height: 1.5;
}

.form-message--success {
  background: rgba(16, 185, 129, 0.15);
  color: #047857;
  border: 1px solid rgba(16, 185, 129, 0.4);
}

.form-message--error {
  background: rgba(239, 68, 68, 0.1);
  color: #b91c1c;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.field {
  margin-bottom: 1rem;
}

.field label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.field input,
.field textarea {
  width: 100%;
  padding: 0.8rem 0.9rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: #ffffff;
  color: var(--text-main);
  font: inherit;
  line-height: 1.5;
  outline: none;
  transition: border-color 0.14s ease-out, box-shadow 0.14s ease-out,
    background 0.14s ease-out;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #9ca3af;
}

.field input:focus,
.field textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.7);
  background: #ffffff;
}

.form-note {
  margin-top: 0.75rem;
  font-size: 0.84rem;
  line-height: 1.6;
  color: var(--text-muted);
}

.contact-copy {
  text-align: center;
}

.contact-copy h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.contact-copy p {
  color: #ffffff;
  line-height: 1.72;
}

.contact-highlights {
  padding-left: 1.1rem;
  margin: 1rem 0 1rem;
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.7;
}

.contact-highlights li + li {
  margin-top: 0.2rem;
}

.contact-note {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #ffffff;
}

.site-footer {
  padding: 2.5rem 0 2.75rem;
  border-top: none;
  background: linear-gradient(to top, #f3f4f6, #ffffff);
}

.footer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  font-size: 12px;
  line-height: 1.25;
  color: var(--heading-accent);
  text-align: center;
}

.footer-linkedin {
  display: flex;
  margin-right: 0;
  margin-bottom: 0;
}

.footer-content p {
  margin: 0;
}

.icon.fa-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  margin-right: 0.36rem;
  color: var(--linkedin-color);
  vertical-align: -0.06rem;
}

.icon.fa-linkedin .linkedin-icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.icon.fa-linkedin:hover {
  color: var(--linkedin-color-hover);
}

.icon.fa-linkedin .label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer-content .footer-linkedin {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-note {
  max-width: 32rem;
  margin: 0 auto;
}

@media (max-width: 1100px) and (min-width: 901px) {
  .header-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .header-identity {
    padding-right: 0.75rem;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0.5rem 0;
    border-radius: 0;
    background: var(--heading-accent);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(18px);
    z-index: 45;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out,
      visibility 0.2s ease-out;
  }

  .nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 0 1.25rem;
    font-size: 1.02rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.05;
    color: #ffffff;
    justify-content: flex-start;
  }

  .nav a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
  }

  .nav a::after {
    display: none;
  }

  .nav a.nav-linkedin {
    width: 100%;
    min-height: 50px;
    padding: 0 1.25rem;
    margin-left: 0;
    color: #ffffff;
    justify-content: flex-start;
  }

  .nav a.nav-linkedin .linkedin-icon {
    width: 30px;
    height: 30px;
  }

  .nav a.nav-contact {
    width: 100%;
    min-height: 50px;
    padding: 0 1.25rem;
    color: #ffffff;
    justify-content: flex-start;
  }

  .nav a.nav-contact .coffee-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  }

  .nav a.nav-contact .coffee-icon path,
  .nav a.nav-contact .coffee-icon line {
    stroke: #ffffff;
  }

  .site-header .container {
    position: relative;
  }

  .logo-bar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .brand-logo {
    width: auto;
  }

  .inspiration-grid {
    transform: none;
    justify-items: center;
  }

  .inspiration-item {
    grid-template-columns: 1fr;
    gap: 1rem;
    justify-items: center;
    text-align: center;
    max-width: 100%;
  }

  .inspiration-media {
    align-items: center;
    order: 1;
  }

  .inspiration-copy {
    order: 2;
    text-align: center;
  }

  .inspiration-name {
    text-align: center;
  }

  .inspiration-copy .inspiration-quote {
    min-height: 0;
    text-align: center;
  }

  .inspiration-copy .inspiration-quote::before {
    position: relative;
    left: auto;
  }

  .inspiration-copy p {
    text-align: center;
  }

  #testimonials .testimonials-item .inspiration-copy {
    text-align: left;
  }

  #testimonials .testimonials-item .inspiration-copy .inspiration-quote {
    text-align: left;
  }

  #testimonials .testimonials-item .inspiration-copy p {
    text-align: left;
  }

  .inspiration-photo {
    width: 84px;
    height: 84px;
  }

  .inspiration-stamp {
    width: 101px;
    height: 101px;
    top: -75px;
    left: 50%;
    transform: translateX(-50%) rotate(-8deg);
  }

  .inspiration-stamp__icon {
    width: 79px;
    height: 79px;
  }
}

@media (max-width: 900px) {
  body::before {
    background-size: cover, 260% auto;
  }

  .header-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.85rem;
  }

  .site-header .container {
    position: relative;
  }

  .header-identity {
    padding-right: 0.75rem;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0.5rem 0;
    border-radius: 0;
    background: var(--heading-accent);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(18px);
    z-index: 45;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out,
      visibility 0.2s ease-out;
  }

  .nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 0 1.25rem;
    font-size: 1.02rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.05;
    color: #ffffff;
    justify-content: flex-start;
  }

  .nav a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
  }

  .nav a::after {
    display: none;
  }

  .nav a.nav-linkedin {
    width: 100%;
    min-height: 50px;
    padding: 0 1.25rem;
    margin-left: 0;
    color: #ffffff;
    justify-content: flex-start;
  }

  .nav a.nav-linkedin .linkedin-icon {
    width: 30px;
    height: 30px;
  }

  .nav a.nav-contact {
    width: 100%;
    min-height: 50px;
    padding: 0 1.25rem;
    color: #ffffff;
    justify-content: flex-start;
  }

  .nav a.nav-contact .coffee-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  }

  .nav a.nav-contact .coffee-icon path,
  .nav a.nav-contact .coffee-icon line {
    stroke: #ffffff;
  }

  .logo-bar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem 1rem;
  }

  .brand-item {
    min-height: 134px;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-text {
    width: 100%;
  }

  .hero-stamp {
    width: 192px;
    height: 192px;
  }

  .hero-aside {
    justify-content: flex-start;
    padding-top: 0;
  }

  .hero-text h2 {
    max-width: 40rem;
  }

  .two-column {
    grid-template-columns: minmax(0, 1fr);
  }

  .three-column,
  .skills-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .three-column .card:last-child:nth-child(3n+1),
  .skills-grid .card:last-child:nth-child(3n+1) {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 50%;
  }

  .inspiration-grid {
    grid-template-columns: minmax(0, 1fr);
    transform: none;
    justify-items: center;
  }

  .inspiration-item {
    grid-template-columns: 1fr;
    gap: 1rem;
    justify-items: center;
    text-align: center;
    max-width: 100%;
  }

  .inspiration-media {
    align-items: center;
    order: 1;
  }

  .inspiration-copy {
    order: 2;
    text-align: center;
  }

  .inspiration-name {
    text-align: center;
  }

  .inspiration-copy .inspiration-quote {
    min-height: 0;
    text-align: center;
  }

  .inspiration-copy .inspiration-quote::before {
    position: relative;
    left: auto;
  }

  .inspiration-copy p {
    text-align: center;
  }

  #testimonials .testimonials-item .inspiration-copy {
    text-align: left;
  }

  #testimonials .testimonials-item .inspiration-copy .inspiration-quote {
    text-align: left;
  }

  #testimonials .testimonials-item .inspiration-copy p {
    text-align: left;
  }

  .inspiration-photo {
    width: 84px;
    height: 84px;
  }

  .skill-stamp {
    width: 79px;
    height: 79px;
    top: -26px;
    right: -20px;
  }

  .inspiration-stamp {
    width: 101px;
    height: 101px;
    top: -75px;
    left: 50%;
    transform: translateX(-50%) rotate(-8deg);
  }

  .inspiration-stamp__icon {
    width: 79px;
    height: 79px;
  }
}

@media (max-width: 720px) {
  .hero-actions {
    margin-bottom: 2.5rem;
  }

  .hero-stamp {
    position: static;
    margin: 2rem 0 0;
    transform: rotate(8deg);
  }

  .logo-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .skill-stamp {
    width: 72px;
    height: 72px;
    top: -14px;
    right: -8px;
  }

  .inspiration-stamp {
    width: 101px;
    height: 101px;
    top: -75px;
    left: 50%;
    transform: translateX(-50%) rotate(-8deg);
  }

  .inspiration-stamp__icon {
    width: 79px;
    height: 79px;
  }

  body::before {
    background-size: cover, auto 100dvh;
  }

  .header-content {
    align-items: center;
    gap: 0.85rem;
  }

  .site-header .logo {
    font-size: 1.944rem;
  }

  .nav a {
    min-height: 75px;
    font-size: 1.53rem;
    line-height: 1.575;
  }

  .nav a.nav-linkedin {
    width: 100%;
    min-height: 75px;
  }

  .nav a.nav-contact {
    width: 100%;
    min-height: 75px;
    padding: 0 1.25rem;
    color: #ffffff;
    justify-content: flex-start;
  }

  .nav a.nav-contact .coffee-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  }

  .nav a.nav-contact .coffee-icon path,
  .nav a.nav-contact .coffee-icon line {
    stroke: #ffffff;
  }

  .hero {
    padding-top: 4rem;
  }

  .hero-text h2 {
    max-width: none;
  }

  .three-column,
  .skills-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .three-column .card:last-child:nth-child(3n+1),
  .skills-grid .card:last-child:nth-child(3n+1),
  .two-column .card:last-child:nth-child(2n+1),
  #testimonials .testimonials-grid .inspiration-item:last-child:nth-child(2n+1) {
    grid-column: unset;
    justify-self: unset;
    max-width: none;
  }

  .inspiration-grid {
    transform: none;
    justify-items: center;
  }

  #testimonials .testimonials-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .inspiration-item {
    grid-template-columns: 1fr;
    gap: 1rem;
    justify-items: center;
    text-align: center;
    max-width: 100%;
  }

  .inspiration-media {
    align-items: center;
    order: 1;
  }

  .inspiration-copy {
    order: 2;
    text-align: center;
  }

  .inspiration-name {
    text-align: center;
  }

  .inspiration-copy .inspiration-quote {
    min-height: 0;
    text-align: center;
  }

  .inspiration-copy .inspiration-quote::before {
    position: relative;
    left: auto;
  }

  .inspiration-copy p {
    text-align: center;
  }

  #testimonials .testimonials-item .inspiration-copy {
    text-align: left;
  }

  #testimonials .testimonials-item .inspiration-copy .inspiration-quote {
    text-align: left;
  }

  #testimonials .testimonials-item .inspiration-copy p {
    text-align: left;
  }

  .inspiration-photo {
    width: 84px;
    height: 84px;
  }

  .top-link-wrap {
    margin-top: calc(2.75rem + 30px);
  }

  .top-link {
    min-width: 50px;
    min-height: 50px;
    opacity: 0.8;
  }

  .site-footer {
    padding: 1.8rem 0 2.1rem;
  }

  .footer-content {
    white-space: normal;
    line-height: 1.35;
  }
}

