:root {
  --canvas: #f7f5f2;
  --panel: #f1eeea;
  --panel-soft: #fbfaf8;
  --ink: #171717;
  --muted: #6e6e6e;
  --accent: #9b6b43;
  --accent-hover: #8b5e3c;
  --border: #e7ddd2;
  --shadow: 0 16px 48px rgba(94, 59, 36, 0.05);
  --shadow-soft: 0 10px 30px rgba(94, 59, 36, 0.05);
  --radius-card: 1.7rem;
  --radius-pill: 999px;
  --section-space: clamp(4.625rem, 8vw, 5.625rem);
  --text-base: clamp(1.125rem, 1.3vw, 1.175rem);
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --body-bg:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.9), transparent 32%),
    radial-gradient(circle at 14% 6%, rgba(155, 107, 67, 0.06), transparent 24%),
    var(--canvas);
  --nav-border: rgba(231, 221, 210, 0.88);
  --nav-bg: rgba(247, 245, 242, 0.88);
  --nav-link: rgb(55, 65, 81);
  --hero-bg: #ffffff;
  --hero-glow-one: radial-gradient(circle, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.28) 52%, transparent 72%);
  --hero-glow-two: radial-gradient(circle, rgba(155, 107, 67, 0.09) 0%, rgba(155, 107, 67, 0.03) 48%, transparent 76%);
  --avatar-border: rgba(155, 107, 67, 0.35);
  --avatar-bg: rgba(255, 255, 255, 0.82);
  --avatar-shadow: 0 16px 40px rgba(94, 59, 36, 0.08);
  --hero-title-shadow: 0 18px 50px rgba(94, 59, 36, 0.08);
  --hero-role: #7b614d;
  --hero-divider: rgba(155, 107, 67, 0.35);
  --button-ghost-bg: rgba(255, 255, 255, 0.72);
  --button-ghost-border: rgba(155, 107, 67, 0.55);
  --button-ghost-hover-bg: rgba(255, 255, 255, 0.92);
  --button-ghost-hover-text: var(--accent-hover);
  --button-ghost-hover-border: var(--accent-hover);
  --button-solid-hover-bg: var(--accent-hover);
  --button-solid-hover-text: #fff;
  --button-solid-hover-border: var(--accent-hover);
  --button-active-bg: rgba(255, 255, 255, 0.96);
  --button-active-text: #171717;
  --button-active-border: rgba(155, 107, 67, 0.7);
  --section-border: rgba(231, 221, 210, 0.88);
  --section-about-bg:
    radial-gradient(circle at 14% 18%, rgba(155, 107, 67, 0.04), transparent 24%),
    radial-gradient(circle at 86% 78%, rgba(255, 255, 255, 0.7), transparent 28%),
    var(--panel-soft);
  --section-experience-bg:
    radial-gradient(circle at 16% 22%, rgba(155, 107, 67, 0.06), transparent 24%),
    radial-gradient(circle at 84% 76%, rgba(255, 255, 255, 0.62), transparent 30%),
    linear-gradient(180deg, rgba(241, 238, 234, 0.72) 0%, rgba(247, 245, 242, 0.92) 100%);
  --section-timeline-bg:
    radial-gradient(circle at 50% 34%, rgba(155, 107, 67, 0.08), transparent 28%),
    radial-gradient(circle at 18% 22%, rgba(155, 107, 67, 0.05), transparent 18%),
    radial-gradient(circle at 82% 74%, rgba(255, 255, 255, 0.55), transparent 20%),
    linear-gradient(180deg, rgba(241, 238, 234, 0.88) 0%, rgba(247, 245, 242, 0.98) 100%);
  --section-testimonials-bg:
    radial-gradient(circle at 50% 22%, rgba(155, 107, 67, 0.08), transparent 24%),
    radial-gradient(circle at 16% 26%, rgba(155, 107, 67, 0.05), transparent 18%),
    radial-gradient(circle at 84% 72%, rgba(255, 255, 255, 0.55), transparent 18%),
    linear-gradient(180deg, rgba(241, 238, 234, 0.92) 0%, rgba(247, 245, 242, 0.98) 100%);
  --section-reviews-bg:
    radial-gradient(circle at 18% 18%, rgba(155, 107, 67, 0.05), transparent 20%),
    radial-gradient(circle at 82% 76%, rgba(255, 255, 255, 0.46), transparent 22%),
    var(--canvas);
  --testimonial-spark-color: rgba(155, 107, 67, 0.3);
  --testimonial-spark-shadow-1: rgba(155, 107, 67, 0.26);
  --testimonial-spark-shadow-2: rgba(155, 107, 67, 0.32);
  --testimonial-spark-shadow-3: rgba(155, 107, 67, 0.22);
  --testimonial-orb: radial-gradient(circle, rgba(155, 107, 67, 0.08) 0%, rgba(155, 107, 67, 0.02) 48%, transparent 74%);
  --timeline-spark: rgba(214, 186, 126, 0.38);
  --timeline-spark-shadow-1: rgba(214, 186, 126, 0.34);
  --timeline-spark-shadow-2: rgba(214, 186, 126, 0.28);
  --timeline-orb: radial-gradient(circle, rgba(214, 186, 126, 0.08) 0%, rgba(214, 186, 126, 0.02) 46%, transparent 72%);
  --stat-bg: rgba(255, 255, 255, 0.78);
  --tag-bg: rgba(241, 238, 234, 0.82);
  --tag-color: #5e3b24;
  --project-card-bg: #fff;
  --project-hover-border: rgba(155, 107, 67, 0.45);
  --project-hover-shadow: 0 22px 56px rgba(94, 59, 36, 0.08);
  --project-image-bg: #ece7e0;
  --project-arrow-bg: transparent;
  --project-arrow-hover-bg: transparent;
  --card-bg: rgba(255, 255, 255, 0.84);
  --card-panel-bg: rgba(241, 238, 234, 0.82);
  --card-hover-border: rgba(155, 107, 67, 0.42);
  --card-hover-shadow: 0 22px 56px rgba(94, 59, 36, 0.08);
  --service-icon-bg: #fff;
  --contact-item-bg: rgba(255, 255, 255, 0.84);
  --social-item-bg: transparent;
  --timeline-line: linear-gradient(180deg, rgba(155, 107, 67, 0.62) 0%, rgba(155, 107, 67, 0.24) 100%);
  --timeline-line-shadow: 0 0 18px rgba(155, 107, 67, 0.08);
  --timeline-dot-bg: #f5d98a;
  --timeline-dot-border: var(--canvas);
  --timeline-dot-shadow: 0 0 0 5px rgba(155, 107, 67, 0.08), 0 0 18px rgba(155, 107, 67, 0.18);
  --timeline-card-bg:
    radial-gradient(circle at top left, rgba(155, 107, 67, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 245, 242, 0.98) 100%);
  --timeline-card-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 20px 50px rgba(94, 59, 36, 0.08);
  --timeline-card-highlight: radial-gradient(circle at top left, rgba(155, 107, 67, 0.08), transparent 70%);
  --marquee-edge-left: linear-gradient(90deg, rgba(247, 245, 242, 0.98) 0%, rgba(247, 245, 242, 0) 100%);
  --marquee-edge-right: linear-gradient(270deg, rgba(247, 245, 242, 0.98) 0%, rgba(247, 245, 242, 0) 100%);
  --testimonial-card-bg:
    radial-gradient(circle at top left, rgba(155, 107, 67, 0.07), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 245, 242, 0.98) 100%);
  --testimonial-card-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 18px 48px rgba(94, 59, 36, 0.08);
  --testimonial-footer-border: rgba(155, 107, 67, 0.08);
  --review-card-bg:
    radial-gradient(circle at top left, rgba(155, 107, 67, 0.06), transparent 26%),
    rgba(255, 255, 255, 0.9);
  --review-footer-border: rgba(155, 107, 67, 0.08);
  --footer-bg: rgba(241, 238, 234, 0.7);
  --projects-alt-section-bg:
    radial-gradient(circle at 18% 22%, rgba(155, 107, 67, 0.06), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.52), transparent 24%),
    linear-gradient(180deg, rgba(247, 245, 242, 0.96) 0%, rgba(241, 238, 234, 0.98) 100%);
  --projects-alt-card-bg: rgba(255, 255, 255, 0.9);
  --projects-alt-card-border: rgba(231, 221, 210, 0.92);
  --projects-alt-card-shadow: 0 18px 48px rgba(94, 59, 36, 0.08);
  --projects-alt-title: var(--ink);
  --projects-alt-meta: var(--accent);
  --projects-alt-button-bg: transparent;
  --projects-alt-button-text: #9b6b43;
  --projects-alt-button-border: #9b6b43;
  --projects-alt-button-hover-bg: transparent;
  --projects-alt-button-hover-text: #8b5e3c;
  --projects-alt-button-hover-border: #8b5e3c;
  --toggle-bg: #171717;
  --toggle-text: #ffffff;
  --toggle-border: #171717;
  --toggle-hover-bg: #2a2a2a;
  --toggle-hover-border: #2a2a2a;
  --toggle-hover-text: #ffffff;
  --skills-section-bg: transparent;
  --services-section-bg: transparent;
  --contact-section-bg: transparent;
}

:root[data-theme="dark"] {
  --canvas: #0b0d10;
  --panel: #11151a;
  --panel-soft: #161b20;
  --ink: #f5efe8;
  --muted: #b8aea3;
  --accent: #c5905d;
  --accent-hover: #ddb282;
  --border: #262d35;
  --shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
  --shadow-soft: 0 12px 34px rgba(0, 0, 0, 0.24);
  --body-bg:
    radial-gradient(circle at top, rgba(197, 144, 93, 0.1), transparent 24%),
    radial-gradient(circle at 14% 6%, rgba(197, 144, 93, 0.08), transparent 18%),
    radial-gradient(circle at 86% 12%, rgba(71, 86, 106, 0.18), transparent 24%),
    var(--canvas);
  --nav-border: rgba(38, 45, 53, 0.9);
  --nav-bg: rgba(11, 13, 16, 0.84);
  --nav-link: rgba(245, 239, 232, 0.86);
  --hero-bg:
    radial-gradient(circle at 50% -10%, rgba(197, 144, 93, 0.09), transparent 40%),
    linear-gradient(180deg, #0d1116 0%, #0a0c0f 100%);
  --hero-glow-one: radial-gradient(circle, rgba(197, 144, 93, 0.18) 0%, rgba(197, 144, 93, 0.06) 46%, transparent 72%);
  --hero-glow-two: radial-gradient(circle, rgba(101, 120, 144, 0.16) 0%, rgba(101, 120, 144, 0.04) 48%, transparent 76%);
  --avatar-border: rgba(197, 144, 93, 0.42);
  --avatar-bg: rgba(20, 24, 29, 0.92);
  --avatar-shadow: 0 16px 40px rgba(0, 0, 0, 0.26);
  --hero-title-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  --hero-role: var(--accent);
  --hero-divider: rgba(197, 144, 93, 0.36);
  --button-ghost-bg: rgba(17, 21, 26, 0.82);
  --button-ghost-border: rgba(197, 144, 93, 0.46);
  --button-ghost-hover-bg: #ffffff;
  --button-ghost-hover-text: #171717;
  --button-ghost-hover-border: #ffffff;
  --button-solid-hover-bg: #ffffff;
  --button-solid-hover-text: #171717;
  --button-solid-hover-border: #ffffff;
  --button-active-bg: #ffffff;
  --button-active-text: #171717;
  --button-active-border: #ffffff;
  --section-border: rgba(38, 45, 53, 0.88);
  --section-about-bg:
    radial-gradient(circle at 14% 18%, rgba(197, 144, 93, 0.08), transparent 24%),
    radial-gradient(circle at 86% 78%, rgba(84, 97, 115, 0.16), transparent 28%),
    var(--panel-soft);
  --section-experience-bg:
    radial-gradient(circle at 16% 22%, rgba(197, 144, 93, 0.09), transparent 24%),
    radial-gradient(circle at 84% 76%, rgba(74, 92, 114, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(17, 21, 26, 0.9) 0%, rgba(11, 13, 16, 0.96) 100%);
  --section-timeline-bg:
    radial-gradient(circle at 50% 34%, rgba(197, 144, 93, 0.12), transparent 28%),
    radial-gradient(circle at 18% 22%, rgba(197, 144, 93, 0.07), transparent 18%),
    radial-gradient(circle at 82% 74%, rgba(71, 86, 106, 0.18), transparent 20%),
    linear-gradient(180deg, rgba(17, 21, 26, 0.96) 0%, rgba(11, 13, 16, 1) 100%);
  --section-testimonials-bg:
    radial-gradient(circle at 50% 22%, rgba(197, 144, 93, 0.12), transparent 24%),
    radial-gradient(circle at 16% 26%, rgba(197, 144, 93, 0.07), transparent 18%),
    radial-gradient(circle at 84% 72%, rgba(71, 86, 106, 0.18), transparent 18%),
    linear-gradient(180deg, rgba(17, 21, 26, 0.96) 0%, rgba(10, 12, 15, 1) 100%);
  --section-reviews-bg:
    radial-gradient(circle at 18% 18%, rgba(197, 144, 93, 0.07), transparent 20%),
    radial-gradient(circle at 82% 76%, rgba(71, 86, 106, 0.14), transparent 22%),
    var(--canvas);
  --testimonial-spark-color: rgba(197, 144, 93, 0.34);
  --testimonial-spark-shadow-1: rgba(197, 144, 93, 0.24);
  --testimonial-spark-shadow-2: rgba(197, 144, 93, 0.3);
  --testimonial-spark-shadow-3: rgba(197, 144, 93, 0.2);
  --testimonial-orb: radial-gradient(circle, rgba(197, 144, 93, 0.12) 0%, rgba(197, 144, 93, 0.03) 48%, transparent 74%);
  --timeline-spark: rgba(214, 186, 126, 0.48);
  --timeline-spark-shadow-1: rgba(214, 186, 126, 0.34);
  --timeline-spark-shadow-2: rgba(214, 186, 126, 0.28);
  --timeline-orb: radial-gradient(circle, rgba(214, 186, 126, 0.12) 0%, rgba(214, 186, 126, 0.03) 46%, transparent 72%);
  --stat-bg: rgba(17, 21, 26, 0.84);
  --tag-bg: rgba(17, 21, 26, 0.82);
  --tag-color: var(--ink);
  --project-card-bg: rgba(17, 21, 26, 0.92);
  --project-hover-border: rgba(197, 144, 93, 0.5);
  --project-hover-shadow: 0 22px 56px rgba(0, 0, 0, 0.34);
  --project-image-bg: #0d1116;
  --project-arrow-bg: rgba(11, 13, 16, 0.72);
  --project-arrow-hover-bg: rgba(17, 21, 26, 0.96);
  --card-bg: rgba(17, 21, 26, 0.84);
  --card-panel-bg: rgba(22, 27, 32, 0.84);
  --card-hover-border: rgba(197, 144, 93, 0.42);
  --card-hover-shadow: 0 22px 56px rgba(0, 0, 0, 0.3);
  --service-icon-bg: rgba(11, 13, 16, 0.9);
  --contact-item-bg: rgba(17, 21, 26, 0.88);
  --social-item-bg: rgba(17, 21, 26, 0.78);
  --timeline-line: linear-gradient(180deg, rgba(197, 144, 93, 0.68) 0%, rgba(197, 144, 93, 0.2) 100%);
  --timeline-line-shadow: 0 0 18px rgba(197, 144, 93, 0.12);
  --timeline-dot-bg: #f2d178;
  --timeline-dot-border: #11151a;
  --timeline-dot-shadow: 0 0 0 5px rgba(197, 144, 93, 0.1), 0 0 18px rgba(197, 144, 93, 0.22);
  --timeline-card-bg:
    radial-gradient(circle at top left, rgba(197, 144, 93, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(17, 21, 26, 0.98) 0%, rgba(11, 13, 16, 1) 100%);
  --timeline-card-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 20px 50px rgba(0, 0, 0, 0.34);
  --timeline-card-highlight: radial-gradient(circle at top left, rgba(197, 144, 93, 0.1), transparent 70%);
  --marquee-edge-left: linear-gradient(90deg, rgba(11, 13, 16, 0.98) 0%, rgba(11, 13, 16, 0) 100%);
  --marquee-edge-right: linear-gradient(270deg, rgba(11, 13, 16, 0.98) 0%, rgba(11, 13, 16, 0) 100%);
  --testimonial-card-bg:
    radial-gradient(circle at top left, rgba(197, 144, 93, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(17, 21, 26, 0.98) 0%, rgba(11, 13, 16, 1) 100%);
  --testimonial-card-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 48px rgba(0, 0, 0, 0.34);
  --testimonial-footer-border: rgba(197, 144, 93, 0.14);
  --review-card-bg:
    radial-gradient(circle at top left, rgba(197, 144, 93, 0.08), transparent 26%),
    rgba(17, 21, 26, 0.92);
  --review-footer-border: rgba(197, 144, 93, 0.14);
  --footer-bg: rgba(10, 12, 15, 0.94);
  --projects-alt-section-bg:
    radial-gradient(circle at 18% 22%, rgba(197, 144, 93, 0.09), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(75, 99, 132, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(12, 15, 20, 0.98) 0%, rgba(9, 11, 16, 1) 100%);
  --projects-alt-card-bg: rgba(18, 21, 27, 0.96);
  --projects-alt-card-border: rgba(38, 45, 53, 0.96);
  --projects-alt-card-shadow: 0 22px 58px rgba(0, 0, 0, 0.38);
  --projects-alt-title: #f5efe8;
  --projects-alt-meta: var(--accent);
  --projects-alt-button-bg: transparent;
  --projects-alt-button-text: #f5efe8;
  --projects-alt-button-border: #f5efe8;
  --projects-alt-button-hover-bg: transparent;
  --projects-alt-button-hover-text: #ffffff;
  --projects-alt-button-hover-border: #ffffff;
  --toggle-bg: #ffffff;
  --toggle-text: #171717;
  --toggle-border: #ffffff;
  --toggle-hover-bg: #f2ede7;
  --toggle-hover-border: #f2ede7;
  --toggle-hover-text: #171717;
  --skills-section-bg:
    radial-gradient(circle at 18% 16%, rgba(197, 144, 93, 0.06), transparent 20%),
    linear-gradient(180deg, rgba(15, 19, 26, 0.96) 0%, rgba(10, 13, 18, 1) 100%);
  --services-section-bg:
    radial-gradient(circle at 82% 18%, rgba(92, 121, 163, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(13, 17, 24, 0.98) 0%, rgba(10, 12, 17, 1) 100%);
  --contact-section-bg:
    radial-gradient(circle at 14% 24%, rgba(197, 144, 93, 0.07), transparent 20%),
    radial-gradient(circle at 88% 76%, rgba(75, 99, 132, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(14, 18, 24, 0.98) 0%, rgba(10, 12, 16, 1) 100%);
}

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

html {
  scroll-behavior: smooth;
}

body.remi-portfolio-page {
  margin: 0;
  background: var(--body-bg);
  color: var(--ink);
  font-family: var(--font-sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.remi-loader {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 18% 18%, rgba(155, 107, 67, 0.08), transparent 20%),
    radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.42), transparent 24%),
    var(--canvas);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

:root[data-theme="dark"] .remi-loader {
  background:
    radial-gradient(circle at 18% 18%, rgba(197, 144, 93, 0.1), transparent 22%),
    radial-gradient(circle at 82% 22%, rgba(75, 99, 132, 0.16), transparent 24%),
    var(--canvas);
}

body.remi-is-ready .remi-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

html.remi-preload .remi-loader,
body.remi-is-loading .remi-loader {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.remi-loader__inner {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

.remi-loader__eyebrow {
  margin: 0;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.remi-loader__word {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  animation: remi-loader-pulse 1.9s ease-in-out infinite;
}

:root[data-theme="dark"] {
  scrollbar-color: rgba(255, 255, 255, 0.62) rgba(255, 255, 255, 0.1);
}

:root[data-theme="dark"] ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

:root[data-theme="dark"] ::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

:root[data-theme="dark"] ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  border: 2px solid rgba(10, 12, 16, 0.9);
}

:root[data-theme="dark"] ::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.78);
}

.remi-portfolio-page,
.remi-portfolio-page *::before,
.remi-portfolio-page *::after {
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.3s ease;
}

.remi-js .remi-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 0.58s ease,
    transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.remi-js .remi-reveal--hero {
  transform: translate3d(0, 20px, 0) scale(0.992);
}

.remi-js .remi-reveal--fade {
  transform: none;
}

.remi-js .remi-reveal--stagger {
  transition-delay: var(--remi-delay, 0ms);
}

.remi-js .remi-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.remi-portfolio-page h1,
.remi-portfolio-page h2,
.remi-portfolio-page h3,
.remi-portfolio-page p {
  margin-top: 0;
}

.remi-portfolio-page img {
  display: block;
  max-width: 100%;
}

.remi-portfolio-page a {
  color: inherit;
  text-decoration: none;
}

.remi-portfolio-page .site {
  position: relative;
  overflow-x: clip;
}

.remi-screen-reader-text,
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.remi-skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.remi-skip-link:focus {
  transform: translateY(0);
}

.remi-shell {
  width: min(1180px, calc(100% - clamp(28px, 5vw, 40px)));
  margin: 0 auto;
}

.remi-focusable:focus-visible,
.remi-portfolio-page a:focus-visible,
.remi-portfolio-page button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.remi-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--nav-border);
  backdrop-filter: blur(14px);
  background: var(--nav-bg);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

body.admin-bar .remi-nav {
  top: 32px;
}

.remi-js .remi-nav {
  animation: remi-nav-settle 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.remi-nav__inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  min-height: 78px;
}

.remi-nav__panel {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.remi-brand {
  flex: 0 0 auto;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 32px;
  white-space: nowrap;
}

.remi-brand:hover {
  color: var(--accent);
}

.remi-nav__toggle {
  display: none;
  appearance: none;
  -webkit-appearance: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--card-bg);
  color: var(--ink);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.remi-nav__toggle:hover,
.remi-nav__toggle:active,
.remi-nav__toggle:focus {
  border-width: 1px;
  border-color: var(--border);
  background: var(--card-bg);
  color: var(--ink);
  -webkit-text-fill-color: currentColor;
  outline: none;
}

.remi-nav__toggle:focus-visible {
  border-width: 1px;
  border-color: color-mix(in srgb, var(--accent) 72%, var(--border));
  background: var(--card-bg);
  color: var(--ink);
  -webkit-text-fill-color: currentColor;
  outline: 2px solid color-mix(in srgb, var(--accent) 32%, transparent);
  outline-offset: 3px;
}

.remi-nav__toggle-line {
  display: block;
  width: 18px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.remi-nav.is-open .remi-nav__toggle-line:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.remi-nav.is-open .remi-nav__toggle-line:nth-child(2) {
  opacity: 0;
}

.remi-nav.is-open .remi-nav__toggle-line:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.remi-nav nav {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: center;
}

.remi-theme-toggle {
  flex: 0 0 auto;
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--toggle-border);
  border-radius: 999px;
  background: var(--toggle-bg);
  color: var(--toggle-text);
  font: inherit;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  -webkit-tap-highlight-color: transparent;
}

:root:not([data-theme="dark"]) .remi-theme-toggle {
  background: #171717;
  color: #ffffff;
  border-color: #171717;
}

:root[data-theme="dark"] .remi-theme-toggle {
  background: #ffffff;
  color: #171717;
  border-color: #ffffff;
}

.remi-theme-toggle:hover {
  transform: translateY(-1px);
  border-color: var(--toggle-hover-border);
  background: var(--toggle-hover-bg);
  color: var(--toggle-hover-text);
  -webkit-text-fill-color: currentColor;
}

.remi-theme-toggle:active,
.remi-theme-toggle:focus,
.remi-theme-toggle:focus-visible {
  background: var(--toggle-bg);
  color: var(--toggle-text);
  -webkit-text-fill-color: currentColor;
}

:root:not([data-theme="dark"]) .remi-theme-toggle:hover,
:root:not([data-theme="dark"]) .remi-theme-toggle:active,
:root:not([data-theme="dark"]) .remi-theme-toggle:focus,
:root:not([data-theme="dark"]) .remi-theme-toggle:focus-visible {
  background: #171717;
  color: #ffffff;
  border-color: #171717;
}

:root[data-theme="dark"] .remi-theme-toggle:hover,
:root[data-theme="dark"] .remi-theme-toggle:active,
:root[data-theme="dark"] .remi-theme-toggle:focus,
:root[data-theme="dark"] .remi-theme-toggle:focus-visible {
  background: #ffffff;
  color: #171717;
  border-color: #ffffff;
}

.remi-theme-toggle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.remi-theme-toggle__label {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

:root:not([data-theme="dark"]) .remi-theme-toggle__icon--sun {
  display: none;
}

:root[data-theme="dark"] .remi-theme-toggle__icon--moon {
  display: none;
}

:root:not([data-theme="dark"]) .remi-theme-toggle__icon--moon,
:root[data-theme="dark"] .remi-theme-toggle__icon--sun {
  display: inline-flex;
}

.remi-nav__menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 14px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.remi-nav__menu a {
  display: inline-flex;
  align-items: center;
  height: 32px;
  color: var(--nav-link);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 24px;
  transition: color 0.2s ease;
}

.remi-nav__menu a:hover {
  color: var(--accent-hover);
}

.remi-hero {
  position: relative;
  min-height: calc(100svh - 78px);
  display: grid;
  place-items: center;
  text-align: center;
  padding: clamp(5.625rem, 10vw, 6.875rem) 0;
  border-bottom: 1px solid var(--section-border);
  background: var(--hero-bg);
  overflow: clip;
}

.remi-hero__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.remi-hero__glow {
  position: absolute;
  border-radius: 999px;
  will-change: transform;
}

.remi-hero__glow--one {
  top: 10%;
  left: 8%;
  width: clamp(220px, 28vw, 360px);
  height: clamp(220px, 28vw, 360px);
  background: var(--hero-glow-one);
  animation: remi-float-one 14s ease-in-out infinite;
}

.remi-hero__glow--two {
  right: 8%;
  bottom: 10%;
  width: clamp(240px, 30vw, 400px);
  height: clamp(180px, 22vw, 280px);
  background: var(--hero-glow-two);
  animation: remi-float-two 16s ease-in-out infinite;
}

.remi-hero__avatar {
  width: 172px;
  height: 172px;
  margin: 0 auto clamp(1.75rem, 5vw, 50px);
  padding: 4px;
  border: 1px solid var(--avatar-border);
  border-radius: 10px;
  background: var(--avatar-bg);
  box-shadow: var(--avatar-shadow);
}

.remi-hero__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: contain;
  object-position: center center;
  transform: none;
  transform-origin: center center;
}

.remi-hero__eyebrow,
.remi-section__eyebrow,
.remi-stat__label,
.remi-project__category,
.remi-contact__label,
.remi-footer__copy {
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.remi-hero__eyebrow,
.remi-section__eyebrow {
  margin: 0 0 20px;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 500;
}

.remi-hero__eyebrow {
  margin-bottom: 15px;
  margin-top: clamp(2.5rem, 7vw, 70px);
  letter-spacing: 0.34em;
}

.remi-hero__title,
.remi-section__title,
.remi-project__title,
.remi-card__title,
.remi-footer__title {
  font-family: var(--font-sans);
  font-weight: 700;
  color: var(--ink);
}

.remi-hero__title {
  margin: 0 0 20px;
  font-size: clamp(3.35rem, 7.6vw, 5.1rem);
  line-height: 0.95;
  text-shadow: var(--hero-title-shadow);
}

.remi-hero__role {
  margin: 0 0 20px;
  color: var(--hero-role);
  font-size: clamp(2rem, 4vw, 2.35rem);
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding-bottom: 24px;
}

.remi-hero__role::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 112px;
  height: 1px;
  background: var(--hero-divider);
  transform: translateX(-50%);
}

.remi-hero__summary,
.remi-section__description,
.remi-about__text p,
.remi-card__copy {
  color: var(--muted);
  font-size: var(--text-base);
  line-height: 1.85;
}

.remi-hero__summary {
  width: min(760px, 100%);
  margin: 0 auto 12px;
  font-size: clamp(1.2rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.remi-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  box-shadow: var(--shadow-soft);
}

.remi-button:hover {
  transform: translateY(-2px);
}

.remi-button--ghost {
  padding: 15px 34px;
  background: var(--button-ghost-bg);
  color: var(--ink);
  border-color: var(--button-ghost-border);
  -webkit-text-fill-color: currentColor;
}

.remi-button--ghost:visited,
.remi-button--ghost:focus,
.remi-button--ghost:active {
  color: var(--ink);
  -webkit-text-fill-color: currentColor;
}

.remi-button--ghost:hover {
  border-color: var(--button-ghost-hover-border);
  background: var(--button-ghost-hover-bg);
  color: var(--button-ghost-hover-text);
  -webkit-text-fill-color: var(--button-ghost-hover-text);
}

.remi-button--solid {
  padding: 15px 34px;
  background: linear-gradient(135deg, #b87642 0%, #9b6b43 100%);
  border-color: #9b6b43;
  color: #fff;
  -webkit-text-fill-color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1rem;
  font-weight: 500;
}

.remi-button--solid:hover {
  background: var(--button-solid-hover-bg);
  border-color: var(--button-solid-hover-border);
  color: var(--button-solid-hover-text);
  -webkit-text-fill-color: var(--button-solid-hover-text);
}

.remi-button:active {
  background: var(--button-active-bg);
  border-color: var(--button-active-border);
  color: var(--button-active-text);
  -webkit-text-fill-color: var(--button-active-text);
}

.remi-hero__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 36px;
}

.remi-hero__contact .remi-button--ghost {
  font-size: 1rem;
  font-weight: 500;
}

.remi-hero__contact .remi-button {
  border-radius: 1rem;
}

.remi-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.remi-button__icon svg {
  width: 20px;
  height: 20px;
}

.remi-hero__contact .remi-button--solid .remi-button__icon {
  color: #fff;
}

.remi-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.22), 0 30px 80px rgba(0, 0, 0, 0.34);
}

.remi-section {
  padding: var(--section-space) 0;
  border-bottom: 1px solid var(--section-border);
  scroll-margin-top: 132px;
}

.remi-section--panel {
  background: var(--panel);
}

.remi-section--about {
  background: var(--section-about-bg);
}

.remi-section--experience {
  background: var(--section-experience-bg);
}

.remi-section--timeline {
  position: relative;
  background: var(--section-timeline-bg);
  color: var(--ink);
  overflow: hidden;
}

.remi-section--testimonials {
  position: relative;
  background: var(--section-testimonials-bg);
  color: var(--ink);
  overflow: hidden;
}

.remi-section--reviews {
  background: var(--section-reviews-bg);
}

.remi-section--projects-alt {
  background: var(--projects-alt-section-bg);
}

#skills {
  background: var(--skills-section-bg);
}

#services {
  background: var(--services-section-bg);
}

#contact {
  background: var(--contact-section-bg);
}

.remi-section--testimonials::before,
.remi-section--testimonials::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.remi-section--testimonials::before {
  inset: 14% auto auto 10%;
  width: 8px;
  height: 8px;
  background: var(--testimonial-spark-color);
  box-shadow:
    318px 168px 0 var(--testimonial-spark-shadow-1),
    1210px 216px 0 var(--testimonial-spark-shadow-2),
    676px 610px 0 var(--testimonial-spark-shadow-3);
}

.remi-section--testimonials::after {
  right: -180px;
  top: 22%;
  width: 380px;
  height: 380px;
  background: var(--testimonial-orb);
}

.remi-section--timeline::before,
.remi-section--timeline::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.remi-section--timeline::before {
  inset: 18% auto auto 12%;
  width: 10px;
  height: 10px;
  background: var(--timeline-spark);
  box-shadow:
    228px 322px 0 var(--timeline-spark-shadow-1),
    452px 702px 0 var(--timeline-spark-shadow-2);
}

.remi-section--timeline::after {
  right: -120px;
  top: 16%;
  width: 300px;
  height: 300px;
  background: var(--timeline-orb);
}

.remi-section__heading {
  width: min(760px, 100%);
  margin-bottom: 44px;
}

.remi-section__title {
  margin: 0 0 24px;
  font-size: clamp(2.25rem, 5vw, 3rem);
  line-height: 1;
  text-wrap: balance;
}

.remi-section__heading--timeline .remi-section__title {
  color: var(--ink);
}

#experience-timeline-title,
#testimonials-title {
  white-space: nowrap;
  max-width: none;
}

@media (max-width: 760px) {
  #experience-timeline-title,
  #testimonials-title {
    white-space: normal;
    text-wrap: balance;
  }
}

.remi-nowrap {
  white-space: nowrap;
}

.remi-section__heading--timeline .remi-section__eyebrow {
  color: var(--accent);
}

.remi-section--testimonials .remi-section__title {
  color: var(--ink);
}

.remi-section--testimonials .remi-section__eyebrow {
  color: var(--accent);
}

.remi-section--testimonials .remi-section__description {
  color: var(--muted);
}

.remi-section__description {
  margin: 20px 0 0;
  max-width: min(70ch, 100%);
  text-wrap: pretty;
}

.remi-about {
  display: flex;
  flex-direction: column;
}

.remi-about__text p {
  margin: 0 0 18px;
}

.remi-stats,
.remi-skills,
.remi-grid,
.remi-bullet-list,
.remi-contact__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.remi-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.remi-stat {
  padding: 26px 20px;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 1.4rem;
  background: var(--stat-bg);
}

.remi-stat__value {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 4vw, 2.9rem);
  line-height: 1;
}

.remi-stat__label {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.76rem;
}

.remi-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.remi-tag {
  display: inline-flex;
  padding: 11px 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--tag-bg);
  font-size: 0.94rem;
  color: var(--tag-color);
}

.remi-projects {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.remi-project {
  border-radius: 1.8rem;
}

.remi-project__card {
  height: 100%;
}

.remi-project__link {
  display: block;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 1.8rem;
  background: var(--project-card-bg);
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.remi-project__link:hover {
  transform: translate3d(0, -3px, 0);
  border-color: var(--project-hover-border);
  box-shadow: var(--project-hover-shadow);
}

.remi-project__image {
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background: var(--project-image-bg);
}

.remi-project__image img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.remi-project__link:hover .remi-project__image img {
  transform: scale3d(1.025, 1.025, 1);
}

.remi-project__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
}

.remi-project__actions {
  padding: 0 22px 22px;
}

.remi-project__category {
  color: var(--muted);
  font-size: 0.76rem;
}

.remi-project__title {
  margin: 10px 0 0;
  font-size: clamp(1.25rem, 2.6vw, 1.5rem);
  line-height: 1.25;
  text-transform: capitalize;
}

.remi-project__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--accent);
  background: var(--project-arrow-bg);
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.remi-project__link:hover .remi-project__arrow {
  transform: translate3d(0, -2px, 0);
  border-color: var(--project-hover-border);
  background: var(--project-arrow-hover-bg);
}

.remi-project__code-button,
.remi-project-alt__code-button {
  width: 100%;
  min-height: 40px;
  font-size: 0.9rem;
  font-weight: 600;
}

.remi-code-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: currentColor;
  -webkit-text-fill-color: currentColor;
}

.remi-code-button__icon svg {
  display: block;
  color: currentColor;
  fill: currentColor;
  stroke: none;
  -webkit-text-fill-color: currentColor;
}

.remi-code-button__icon--eye svg,
.remi-code-button__icon--eye svg * {
  fill: none !important;
  stroke: currentColor;
  -webkit-text-fill-color: currentColor;
}

.remi-projects-alt {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.remi-project-alt__link {
  display: block;
  overflow: hidden;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.remi-project-alt__card {
  height: 100%;
  border: 1px solid var(--projects-alt-card-border);
  border-radius: 1.9rem;
  background: var(--projects-alt-card-bg);
  box-shadow: var(--projects-alt-card-shadow);
  overflow: hidden;
}

.remi-project-alt__card:hover {
  transform: translate3d(0, -4px, 0);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
}

.remi-project-alt__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.55 / 1;
  background: #0b0e13;
}

.remi-project-alt__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.remi-project-alt__link:hover .remi-project-alt__media img {
  transform: scale3d(1.03, 1.03, 1);
}

.remi-project-alt--farmersell .remi-project-alt__media {
  background: #ffffff;
}

.remi-project-alt--agroconnect .remi-project-alt__media,
.remi-project-alt--rhemabeautyshop .remi-project-alt__media,
.remi-project-alt--verassecret .remi-project-alt__media {
  background: #ffffff;
}

.remi-project-alt--agroconnect .remi-project-alt__media img,
.remi-project-alt--rhemabeautyshop .remi-project-alt__media img,
.remi-project-alt--verassecret .remi-project-alt__media img,
.remi-project-alt--farmersell .remi-project-alt__media img {
  object-fit: contain;
  object-position: center;
  padding: 18px;
}

.remi-project-alt--agroconnect .remi-project-alt__link:hover .remi-project-alt__media img,
.remi-project-alt--rhemabeautyshop .remi-project-alt__link:hover .remi-project-alt__media img,
.remi-project-alt--verassecret .remi-project-alt__link:hover .remi-project-alt__media img,
.remi-project-alt--farmersell .remi-project-alt__link:hover .remi-project-alt__media img {
  transform: none;
}

.remi-project-alt__body {
  padding: 22px 28px 24px;
}

.remi-project-alt__meta {
  margin: 0;
  color: var(--projects-alt-meta);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.remi-project-alt__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--projects-alt-button-border);
  border-radius: 1rem;
  background: var(--projects-alt-button-bg);
  color: var(--projects-alt-button-text);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.remi-project-alt__button--code-style {
  color: var(--projects-alt-meta);
  letter-spacing: 0.08em;
  box-shadow: none;
  -webkit-text-fill-color: var(--projects-alt-meta);
}

.remi-project-alt__button--code-style .remi-code-button__icon,
.remi-project-alt__button--code-style .remi-code-button__icon svg {
  color: #ffffff;
  fill: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.remi-project-alt__button:hover {
  background: color-mix(in srgb, var(--projects-alt-button-hover-bg) 72%, transparent);
  color: #111111;
  border-color: color-mix(in srgb, var(--projects-alt-button-hover-border) 72%, var(--projects-alt-button-border));
}

:root[data-theme="dark"] .remi-project-alt__button:hover {
  background: var(--projects-alt-button-hover-text);
  color: #111111;
  border-color: var(--projects-alt-button-hover-text);
  -webkit-text-fill-color: #111111;
}

.remi-project-alt__actions {
  display: grid;
  gap: 12px;
  padding: 0 28px 30px;
}

.remi-project-alt__code-button {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--projects-alt-button-border);
  border-radius: 1rem;
  background: var(--projects-alt-button-bg);
  color: var(--projects-alt-meta);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none;
  -webkit-text-fill-color: var(--projects-alt-meta);
}

.remi-project-alt__code-button .remi-code-button__icon,
.remi-project-alt__code-button .remi-code-button__icon svg {
  color: #ffffff;
  fill: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.remi-project-alt__code-button:hover {
  background: var(--projects-alt-button-hover-bg);
  color: var(--projects-alt-button-hover-text);
  border-color: var(--projects-alt-button-hover-border);
  -webkit-text-fill-color: var(--projects-alt-button-hover-text);
}

:root[data-theme="dark"] .remi-project-alt__code-button:hover {
  background: var(--projects-alt-button-hover-text);
  color: #111111;
  border-color: var(--projects-alt-button-hover-text);
  -webkit-text-fill-color: #111111;
}

.remi-project-alt__code-button--disabled,
.remi-project-alt__code-button--disabled:hover {
  opacity: 0.58;
  cursor: not-allowed;
  transform: none;
  background: var(--projects-alt-button-bg);
  color: var(--projects-alt-meta);
  border-color: var(--projects-alt-button-border);
  -webkit-text-fill-color: var(--projects-alt-meta);
}

.remi-project-page__hero {
  padding-top: clamp(4rem, 7vw, 5rem);
  padding-bottom: clamp(3.5rem, 6vw, 4.5rem);
}

.remi-project-page .remi-shell {
  width: min(1280px, calc(100% - clamp(28px, 10vw, 140px)));
}

.remi-project-page__section {
  position: relative;
  overflow: hidden;
}

.remi-project-page__section .remi-section__heading {
  width: min(840px, 100%);
  margin-bottom: 40px;
}

.remi-project-page__section--hero {
  background:
    radial-gradient(circle at 18% 16%, rgba(155, 107, 67, 0.06), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.42), transparent 22%),
    var(--canvas);
}

.remi-project-page__section--overview {
  background:
    radial-gradient(circle at 82% 20%, rgba(155, 107, 67, 0.05), transparent 24%),
    var(--panel-soft);
}

.remi-project-page__section--focus {
  background:
    radial-gradient(circle at 14% 26%, rgba(155, 107, 67, 0.06), transparent 22%),
    linear-gradient(180deg, rgba(241, 238, 234, 0.76) 0%, rgba(247, 245, 242, 0.96) 100%);
}

.remi-project-page__section--tools {
  background:
    radial-gradient(circle at 84% 20%, rgba(155, 107, 67, 0.05), transparent 22%),
    var(--canvas);
}

.remi-project-page__section--gallery {
  background:
    radial-gradient(circle at 18% 18%, rgba(155, 107, 67, 0.05), transparent 22%),
    radial-gradient(circle at 84% 76%, rgba(255, 255, 255, 0.42), transparent 20%),
    var(--panel);
}

.remi-project-page__section--description {
  background:
    radial-gradient(circle at 86% 22%, rgba(155, 107, 67, 0.05), transparent 24%),
    var(--canvas);
}

.remi-project-page__section--learned {
  background:
    radial-gradient(circle at 16% 18%, rgba(155, 107, 67, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(241, 238, 234, 0.72) 0%, rgba(247, 245, 242, 0.96) 100%);
}

.remi-project-page__section--note {
  background:
    radial-gradient(circle at 18% 18%, rgba(155, 107, 67, 0.05), transparent 22%),
    var(--canvas);
}

:root[data-theme="dark"] .remi-project-page__section--hero {
  background:
    radial-gradient(circle at 18% 16%, rgba(197, 144, 93, 0.08), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(75, 99, 132, 0.16), transparent 22%),
    var(--canvas);
}

:root[data-theme="dark"] .remi-project-page__section--overview {
  background:
    radial-gradient(circle at 82% 20%, rgba(197, 144, 93, 0.08), transparent 24%),
    var(--panel-soft);
}

:root[data-theme="dark"] .remi-project-page__section--focus {
  background:
    radial-gradient(circle at 14% 26%, rgba(197, 144, 93, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(17, 21, 26, 0.92) 0%, rgba(11, 13, 16, 1) 100%);
}

:root[data-theme="dark"] .remi-project-page__section--tools {
  background:
    radial-gradient(circle at 84% 20%, rgba(75, 99, 132, 0.14), transparent 22%),
    var(--canvas);
}

:root[data-theme="dark"] .remi-project-page__section--gallery {
  background:
    radial-gradient(circle at 18% 18%, rgba(197, 144, 93, 0.08), transparent 22%),
    radial-gradient(circle at 84% 76%, rgba(75, 99, 132, 0.16), transparent 20%),
    var(--panel);
}

:root[data-theme="dark"] .remi-project-page__section--description {
  background:
    radial-gradient(circle at 86% 22%, rgba(75, 99, 132, 0.14), transparent 24%),
    var(--canvas);
}

:root[data-theme="dark"] .remi-project-page__section--learned {
  background:
    radial-gradient(circle at 16% 18%, rgba(197, 144, 93, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(17, 21, 26, 0.92) 0%, rgba(11, 13, 16, 1) 100%);
}

:root[data-theme="dark"] .remi-project-page__section--note {
  background:
    radial-gradient(circle at 18% 18%, rgba(75, 99, 132, 0.14), transparent 22%),
    var(--canvas);
}

.remi-project-page__intro {
  max-width: 620px;
}

.remi-project-page__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 42px;
  color: var(--accent);
  font-size: 0.98rem;
  font-weight: 500;
  text-decoration: none;
}

.remi-project-page__back span[aria-hidden="true"] {
  display: inline-block;
  animation: remi-back-arrow-pulse 2.6s ease-in-out infinite;
  transform-origin: center;
}

.remi-project-page__back:hover {
  color: var(--accent-strong);
}

.remi-project-page__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.95fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}

.remi-project-page__hero-side {
  padding-left: clamp(2rem, 4vw, 3rem);
  border-left: 1px solid color-mix(in srgb, var(--border) 86%, transparent);
}

.remi-project-page__label {
  margin: 0 0 28px;
  color: var(--accent);
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.45;
  font-weight: 500;
}

.remi-project-page__title {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  line-height: 0.98;
  font-weight: 700;
  text-wrap: balance;
}

.remi-project-page__summary {
  margin: 0;
  max-width: 520px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.6vw, 1.24rem);
  line-height: 1.9;
}

.remi-project-page__accent-line {
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 28px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 72%, transparent);
}

.remi-project-page__hero-note {
  max-width: 460px;
}

.remi-project-page__hero-note .remi-section__eyebrow {
  margin-bottom: 18px;
}

.remi-project-page__hero-note-copy {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.08rem);
  line-height: 1.9;
}

.remi-project-page__hero-note-copy + .remi-project-page__hero-note-copy {
  margin-top: 16px;
}

.remi-project-page__hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.remi-project-page__hero-meta-item {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--card-bg);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.remi-project-page__hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.remi-project-page__hero-media,
.remi-project-page__gallery-item {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 1.8rem;
  background: var(--card-bg);
  box-shadow: var(--shadow);
}

.remi-project-page__hero-media img,
.remi-project-page__gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.remi-project-page__hero-media {
  max-width: 1100px;
  margin: 0 auto;
}

.remi-project-page__overview,
.remi-project-page__learned {
  display: grid;
  gap: 20px;
}

.remi-project-page__overview-card,
.remi-project-page__learned-card {
  margin: 0;
  line-height: 1.85;
  padding: 32px 34px;
}

.remi-project-page__focus {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.remi-project-page__focus-card {
  display: flex;
  align-items: center;
  min-height: 84px;
  padding: 22px 20px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.remi-project-page__gallery {
  display: grid;
  gap: 24px;
}

.remi-project-page__gallery-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.remi-project-page__gallery-head .remi-section__heading {
  margin-bottom: 0;
  width: auto;
  max-width: none;
}

#project-gallery-title {
  white-space: nowrap;
}

.remi-project-page__gallery-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.remi-project-page__gallery-arrows {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid color-mix(in srgb, var(--border) 90%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--card-bg) 94%, transparent);
  box-shadow: var(--shadow-soft);
}

.remi-project-page__gallery-arrow {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--card-bg);
  color: var(--ink);
  -webkit-text-fill-color: currentColor;
  box-shadow: var(--shadow);
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.remi-project-page__gallery-arrow:visited {
  color: var(--ink);
  -webkit-text-fill-color: currentColor;
}

.remi-project-page__gallery-arrow:hover:not(:disabled) {
  transform: translate3d(0, -2px, 0);
  border-color: color-mix(in srgb, var(--accent) 82%, transparent);
  background: color-mix(in srgb, var(--accent) 10%, var(--card-bg));
  color: var(--accent);
  -webkit-text-fill-color: var(--accent);
}

.remi-project-page__gallery-arrow:focus,
.remi-project-page__gallery-arrow:active {
  outline: none;
  box-shadow: var(--shadow);
  border-color: color-mix(in srgb, var(--accent) 82%, transparent);
  background: color-mix(in srgb, var(--accent) 10%, var(--card-bg));
  color: var(--accent);
  -webkit-text-fill-color: var(--accent);
}

.remi-project-page__gallery-arrow:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--accent) 72%, transparent);
  outline-offset: 3px;
  border-color: color-mix(in srgb, var(--accent) 82%, transparent);
  background: color-mix(in srgb, var(--accent) 10%, var(--card-bg));
  color: var(--accent);
  -webkit-text-fill-color: var(--accent);
}

.remi-project-page__gallery-arrow:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.remi-project-page__gallery-item {
  overflow: hidden;
}

.remi-project-page__gallery-trigger {
  touch-action: manipulation;
}

.remi-project-page__gallery-carousel {
  overflow: hidden;
  padding: 6px 0;
}

.remi-project-page__gallery--carousel {
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 3);
  overflow-x: auto;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: auto;
  touch-action: pan-y pinch-zoom;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.remi-project-page__gallery--carousel::-webkit-scrollbar {
  display: none;
}

.remi-project-page__gallery-item--carousel {
  scroll-snap-align: start;
  padding: 14px;
}

.remi-project-page__gallery-title {
  margin-top: 21px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.remi-project-page__gallery--titles-only {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
  overflow: visible;
  padding-bottom: 0;
}

.remi-project-page__gallery-item--titles-only {
  min-width: 0;
  padding: 0;
}

.remi-project-page__gallery-item--titles-only .remi-project-page__gallery-title {
  margin-top: 0;
  padding: 18px 20px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--panel) 88%, var(--card-bg));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--border) 78%, transparent);
}

.remi-project-page__gallery--stacked {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 3rem);
}

.remi-project-page__gallery-item--stacked {
  padding: 16px;
}

.remi-project-page__gallery--showcase {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 3rem);
}

.remi-project-page__gallery-item--showcase {
  padding: 16px;
}

.remi-project-page__gallery-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 1rem;
  overflow: hidden;
  cursor: zoom-in;
  transition: transform 240ms ease;
}

.remi-project-page__gallery-trigger:hover {
  transform: translate3d(0, -4px, 0);
}

.remi-project-page__gallery-frame {
  display: block;
  aspect-ratio: 1 / 1.08;
  border-radius: 1rem;
  overflow: hidden;
  background: color-mix(in srgb, var(--panel) 88%, var(--card-bg));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--border) 78%, transparent);
}

.remi-project-page__gallery-trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 320ms ease;
}

.remi-project-page__gallery-trigger:hover img {
  transform: scale(1.02);
}

.remi-project-page__gallery-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 18px;
}

.remi-project-page__gallery-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 22%, var(--border));
}

.remi-project-page__gallery-dot.is-active {
  background: var(--accent);
}

.remi-project-page__focus--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.remi-project-page__focus--tags .remi-tag {
  min-height: 44px;
  padding-inline: 18px;
}

.remi-project-page__hero-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.remi-project-page__hero-tags .remi-tag {
  min-height: 46px;
  padding-inline: 18px;
}

.remi-project-page__description {
  max-width: 900px;
  display: grid;
  gap: 18px;
}

.remi-project-page__description-copy {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.45vw, 1.2rem);
  line-height: 1.9;
}

.remi-project-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.remi-project-page__actions--gallery {
  justify-content: flex-start;
}

.remi-project-page__action-button {
  min-height: 48px;
  padding: 0 24px;
  border-radius: 0.95rem;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
}

.remi-project-page__action-button,
.remi-project-page__action-button:visited,
.remi-project-page__action-button:focus,
.remi-project-page__action-button:active {
  -webkit-text-fill-color: currentColor;
}

.remi-project-page__action-button .remi-code-button__icon,
.remi-project-page__action-button .remi-code-button__icon svg {
  color: currentColor;
  fill: currentColor;
  -webkit-text-fill-color: currentColor;
}

.remi-project-alt__code-button:visited,
.remi-project-alt__code-button:focus,
.remi-project-alt__code-button:active {
  color: var(--projects-alt-meta);
  -webkit-text-fill-color: var(--projects-alt-meta);
}

:root[data-theme="dark"] .remi-project-page__action-button--back {
  color: var(--accent);
  -webkit-text-fill-color: var(--accent);
}

.remi-project-page .remi-project-page__action-button--back {
  color: var(--button-ghost-hover-text);
  -webkit-text-fill-color: var(--button-ghost-hover-text);
  border-color: transparent;
  background: transparent;
  font-size: 0.79rem;
  padding: 0 18px;
}

.remi-project-page .remi-project-page__action-button--back:hover {
  border-color: transparent;
  background: transparent;
  color: var(--button-ghost-hover-text);
  -webkit-text-fill-color: var(--button-ghost-hover-text);
}

.remi-project-page .remi-project-page__action-button--back:active {
  background: transparent;
  border-color: transparent;
  color: var(--button-ghost-hover-text);
  -webkit-text-fill-color: var(--button-ghost-hover-text);
}

.remi-project-page__note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 34px;
  align-items: start;
}

.remi-project-page__note-title {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: clamp(1.18rem, 1.8vw, 1.4rem);
  line-height: 1.2;
  font-weight: 700;
}

.remi-project-page__note-copy {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.8;
}

.remi-project-page__note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 10%, var(--card-bg));
  color: var(--accent);
  font-size: 2rem;
  line-height: 1;
}

.remi-nav__menu a.is-current {
  color: var(--accent);
  border-bottom-color: color-mix(in srgb, var(--accent) 74%, transparent);
}

.remi-lightbox[hidden] {
  display: none;
}

.remi-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
}

body.remi-lightbox-open {
  overflow: hidden;
}

.remi-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 12, 0.76);
  backdrop-filter: blur(8px);
}

.remi-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1580px);
  height: min(100% - 48px, 96vh);
  margin: 24px auto;
  padding: 64px 24px 24px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.remi-lightbox__nav {
  position: absolute;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(20, 20, 24, 0.72);
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.remi-lightbox__nav--prev {
  left: 6px;
}

.remi-lightbox__nav--next {
  right: 6px;
}

.remi-lightbox__nav:hover {
  background: color-mix(in srgb, var(--accent) 16%, rgba(20, 20, 24, 0.9));
  border-color: color-mix(in srgb, var(--accent) 72%, rgba(255, 255, 255, 0.22));
  color: var(--accent);
  -webkit-text-fill-color: var(--accent);
  transform: translateY(calc(-50% - 1px));
}

.remi-lightbox__nav:focus,
.remi-lightbox__nav:active {
  background: color-mix(in srgb, var(--accent) 16%, rgba(20, 20, 24, 0.9));
  border-color: color-mix(in srgb, var(--accent) 72%, rgba(255, 255, 255, 0.22));
  color: var(--accent);
  -webkit-text-fill-color: var(--accent);
}

.remi-lightbox__image {
  display: block;
  width: min(100%, 1320px);
  max-width: 100%;
  max-height: none;
  height: auto;
  margin: 0 auto;
  border-radius: 1rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
  background: #fff;
}

.remi-lightbox__close {
  position: absolute;
  top: 4px;
  right: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(20, 20, 24, 0.72);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.remi-lightbox__close:hover {
  background: #fff;
  color: #111;
  transform: translate3d(0, -1px, 0);
}

.remi-grid {
  display: grid;
  gap: 22px;
}

.remi-grid--experience {
  grid-template-columns: 1fr;
}

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

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

.remi-card {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: var(--card-bg);
  box-shadow: var(--shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.remi-card--panel {
  background: var(--card-panel-bg);
}

.remi-card--certification {
  padding-top: 20px;
  padding-bottom: 20px;
  border-color: var(--accent);
}

.remi-card--certification .remi-card__title {
  font-size: 16px;
  line-height: 24px;
}

.remi-card--certification .remi-card__copy {
  margin-top: 10px;
}

.remi-card--service .remi-card__title {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}

.remi-card--service .remi-card__copy {
  line-height: 1.8;
}

.remi-card--service:hover {
  transform: translate3d(0, -3px, 0);
  border-color: var(--card-hover-border);
  box-shadow: var(--card-hover-shadow);
}

.remi-card--timeline .remi-card__title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 24px;
}

.remi-card__meta {
  margin: 12px 0 0;
  color: var(--accent);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.remi-card__title {
  margin: 16px 0 0;
  font-size: clamp(1.25rem, 2.6vw, 1.5rem);
  line-height: 1.25;
}

.remi-card__copy {
  margin: 18px 0 0;
}

.remi-bullet-list {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.remi-bullet-list .remi-card__copy {
  display: flex;
  gap: 10px;
  margin-top: 0;
  line-height: 1.55;
}

.remi-bullet-list .remi-card__copy::before {
  content: "•";
  flex: 0 0 auto;
  display: inline-block;
  margin-top: -1px;
  font-size: 20px;
  line-height: 1;
  color: var(--accent);
}

.remi-service__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--service-icon-bg);
}

.remi-contact {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}

.remi-contact__details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.remi-contact__item {
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 1.4rem;
  background: var(--contact-item-bg);
}

.remi-contact__label {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.74rem;
}

.remi-contact__label--flush {
  margin-top: 0;
}

.remi-contact__value {
  margin-top: 8px;
  font-size: 1.05rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.remi-contact__link {
  transition: color 0.2s ease;
}

.remi-contact__link:hover {
  color: var(--accent-hover);
}

.remi-contact__button {
  margin-top: 26px;
}

.remi-contact__social-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.remi-contact__social-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 1.2rem;
  color: var(--ink);
  background: var(--social-item-bg);
}

.remi-contact__social-item::after {
  content: "Available";
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.remi-timeline {
  position: relative;
  display: grid;
  gap: 72px;
  padding: 18px 0 8px;
}

.remi-timeline__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: var(--timeline-line);
  box-shadow: var(--timeline-line-shadow);
}

.remi-timeline__item {
  position: relative;
  display: grid;
  width: 100%;
}

.remi-timeline__item--left {
  justify-items: start;
  padding-right: calc(50% + 56px);
}

.remi-timeline__item--right {
  justify-items: end;
  padding-left: calc(50% + 56px);
}

.remi-timeline__dot {
  position: absolute;
  top: 34px;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: var(--timeline-dot-bg);
  border: 4px solid var(--timeline-dot-border);
  box-shadow: var(--timeline-dot-shadow);
}

.remi-timeline__card {
  position: relative;
  width: min(100%, 710px);
  padding: 30px 36px 32px;
  border: 1px solid var(--border);
  border-radius: 2rem;
  background: var(--timeline-card-bg);
  box-shadow: var(--timeline-card-shadow);
}

.remi-timeline__card::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 0 0 0 100%;
  background: var(--timeline-card-highlight);
  pointer-events: none;
}

.remi-timeline__item--left .remi-timeline__card::after {
  top: 0;
  right: 0;
  border-radius: 0 0 0 100%;
}

.remi-timeline__item--right .remi-timeline__card::after {
  top: 0;
  right: 0;
  border-radius: 0 0 0 100%;
}

.remi-timeline__meta {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.remi-timeline__title {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.06;
  text-wrap: balance;
}

.remi-timeline__details {
  display: grid;
  gap: 16px;
}

.remi-timeline__details p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

.remi-testimonials {
  display: grid;
  gap: 28px;
}

.remi-testimonials__description {
  max-width: 760px;
}

.remi-testimonials__marquee {
  position: relative;
  overflow: hidden;
}

.remi-testimonials__marquee::before,
.remi-testimonials__marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 88px;
  z-index: 2;
  pointer-events: none;
}

.remi-testimonials__marquee::before {
  left: 0;
  background: var(--marquee-edge-left);
}

.remi-testimonials__marquee::after {
  right: 0;
  background: var(--marquee-edge-right);
}

.remi-testimonials__track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation-duration: 42s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform;
}

.remi-testimonials__track--forward {
  animation-name: remi-marquee-forward;
}

.remi-testimonials__track--reverse {
  animation-name: remi-marquee-reverse;
}

.remi-testimonial-card {
  flex: 0 0 430px;
  min-height: 270px;
  padding: 28px 28px 24px;
  border: 1px solid var(--border);
  border-radius: 1.9rem;
  background: var(--testimonial-card-bg);
  box-shadow: var(--testimonial-card-shadow);
}

.remi-testimonial-card__quote-mark {
  color: rgba(155, 107, 67, 0.46);
  font-family: var(--font-serif);
  font-size: 3rem;
  line-height: 1;
}

.remi-testimonial-card__quote {
  margin: 18px 0 28px;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.65;
}

.remi-testimonial-card__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid var(--testimonial-footer-border);
}

.remi-testimonial-card__name {
  margin: 0;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
}

.remi-testimonial-card__role {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.4;
}

.remi-testimonial-card__stars {
  color: #d1a94c;
  font-size: 1rem;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

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

.remi-card--review {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  background: var(--review-card-bg);
}

.remi-review__quote-mark {
  color: rgba(155, 107, 67, 0.42);
  font-family: var(--font-serif);
  font-size: 2.8rem;
  line-height: 1;
}

.remi-review__quote {
  margin: 16px 0 24px;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.7;
}

.remi-review__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--review-footer-border);
}

.remi-review__name {
  margin: 0;
  color: var(--ink);
  font-size: 1.06rem;
  font-weight: 700;
}

.remi-review__role {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.4;
}

.remi-review__stars {
  color: #d1a94c;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.remi-footer {
  padding: 32px 0;
  background: var(--footer-bg);
}

.remi-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.remi-footer__title {
  margin: 0;
  font-size: 1rem;
  line-height: 24px;
}

.remi-footer__copy {
  color: var(--muted);
  font-size: 0.76rem;
}

@keyframes remi-nav-settle {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes remi-float-one {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(10px, -12px, 0) scale(1.03);
  }
}

@keyframes remi-float-two {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-12px, 10px, 0) scale(1.02);
  }
}

@keyframes remi-marquee-forward {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - 12px), 0, 0);
  }
}

@keyframes remi-marquee-reverse {
  from {
    transform: translate3d(calc(-50% - 12px), 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes remi-back-arrow-pulse {
  0%,
  100% {
    transform: translateX(0) scale(1);
    opacity: 0.9;
  }

  50% {
    transform: translateX(-3px) scale(1.06);
    opacity: 1;
  }
}

@keyframes remi-loader-pulse {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@media (max-width: 980px) {
  .remi-project-page__hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .remi-project-page__hero-side {
    padding-left: 0;
    border-left: 0;
    padding-top: 4px;
  }

  .remi-nav__inner {
    flex-wrap: nowrap;
  }

  .remi-nav__menu {
    gap: 12px 18px;
  }

  .remi-nav__menu a {
    font-size: 0.9rem;
  }

  .remi-contact {
    grid-template-columns: 1fr;
    gap: 32px;
  }

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

  .remi-contact__details {
    grid-template-columns: 1fr;
  }

  .remi-projects {
    grid-template-columns: 1fr;
  }

  .remi-projects-alt {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .remi-project-page__focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .remi-project-page__gallery--showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .remi-project-page__gallery--stacked {
    grid-template-columns: 1fr;
  }

  .remi-project-page__gallery--carousel {
    grid-auto-columns: calc((100% - 24px) / 2);
  }

  .remi-project-page__hero-tags {
    margin-top: 0;
  }

  .remi-project-page__gallery-head {
    gap: 18px;
    align-items: flex-start;
  }

  .remi-project-page__actions > * {
    flex: 1 1 calc(50% - 7px);
  }

  .remi-grid--certifications {
    grid-template-columns: 1fr;
  }

  .remi-grid--reviews {
    grid-template-columns: 1fr;
  }

  .remi-timeline__item--left,
  .remi-timeline__item--right {
    padding-left: 72px;
    padding-right: 0;
    justify-items: start;
  }

  .remi-timeline__line {
    left: 22px;
    transform: none;
  }

  .remi-timeline__dot {
    left: 23px;
    transform: translateX(-50%);
  }

  .remi-testimonial-card {
    flex-basis: 360px;
    min-height: 250px;
  }
}

@media (max-width: 1024px) {
  body.admin-bar .remi-nav {
    top: 46px;
  }

  .remi-nav__inner {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    text-align: left;
  }

  .remi-footer__inner {
    justify-content: center;
    text-align: center;
  }

  .remi-nav__toggle {
    display: inline-flex;
  }

  .remi-nav__panel {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: var(--card-bg);
    box-shadow: var(--shadow);
  }

  .remi-nav.is-open .remi-nav__panel {
    display: flex;
  }

  .remi-nav nav {
    width: 100%;
    justify-content: flex-start;
  }

  .remi-nav__menu {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
  }

  .remi-nav__menu a {
    width: 100%;
    min-height: 46px;
    height: auto;
    padding: 10px 14px;
    justify-content: flex-start;
    border-radius: 14px;
    background: color-mix(in srgb, var(--card-bg) 74%, transparent);
  }

  .remi-nav__menu a:hover,
  .remi-nav__menu a.is-current {
    background: color-mix(in srgb, var(--accent) 10%, var(--card-bg));
  }

  .remi-theme-toggle {
    width: 100%;
    justify-content: center;
  }

  .remi-project-alt__actions {
    padding-inline: 22px;
  }

  .remi-stats,
  .remi-grid--services {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .remi-button,
  .remi-button--ghost,
  .remi-button--solid {
    width: 100%;
  }

  .remi-stats,
  .remi-grid--services {
    grid-template-columns: 1fr;
  }

  .remi-project__body,
  .remi-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .remi-projects-alt {
    grid-template-columns: 1fr;
  }

  .remi-project-alt__body {
    padding: 24px 20px 24px;
  }

  .remi-project-alt__actions {
    padding: 0 20px 24px;
  }

  .remi-footer__inner {
    align-items: center;
  }

  .remi-project-page__focus {
    grid-template-columns: 1fr;
  }

  .remi-project-page__gallery-head {
    flex-direction: column;
    align-items: flex-start;
  }

  #project-gallery-title {
    white-space: normal;
  }

  .remi-project-page__gallery-controls {
    width: 100%;
    justify-content: space-between;
  }

  .remi-project-page__gallery--showcase,
  .remi-project-page__gallery--stacked {
    grid-template-columns: 1fr;
  }

  .remi-project-page__gallery--carousel {
    grid-auto-columns: 100%;
  }

  .remi-project-page__hero-media,
  .remi-project-page__gallery-item {
    padding: 12px;
    border-radius: 1.4rem;
  }

  .remi-project-page__overview-card,
  .remi-project-page__learned-card {
    padding: 24px 22px;
  }

  .remi-project-page__note {
    grid-template-columns: 1fr;
    padding: 28px 22px;
    gap: 16px;
  }

  .remi-lightbox__dialog {
    width: min(100% - 20px, 1440px);
    height: min(100% - 20px, 96vh);
    margin: 10px auto;
    padding: 48px 10px 10px;
  }

  .remi-lightbox__nav {
    width: 42px;
    height: 42px;
  }

  .remi-lightbox__nav--prev {
    left: 0;
  }

  .remi-lightbox__nav--next {
    right: 0;
  }

  .remi-project-page__hero-actions {
    gap: 12px;
  }

  .remi-project-page__actions > * {
    flex-basis: 100%;
  }

  .remi-project-page__action-button {
    width: 100%;
  }

  .remi-whatsapp {
    right: 14px;
    bottom: 82px;
  }

  .remi-timeline {
    gap: 44px;
  }

  .remi-timeline__item--left,
  .remi-timeline__item--right {
    padding-left: 48px;
  }

  .remi-timeline__line {
    left: 14px;
  }

  .remi-timeline__dot {
    top: 28px;
    left: 15px;
    width: 20px;
    height: 20px;
  }

  .remi-timeline__card {
    padding: 24px 22px 26px;
    border-radius: 1.5rem;
  }

  .remi-testimonials__marquee::before,
  .remi-testimonials__marquee::after {
    width: 34px;
  }

  .remi-testimonial-card {
    flex-basis: 300px;
    min-height: 240px;
    padding: 24px 20px 22px;
    border-radius: 1.5rem;
  }

  .remi-testimonial-card__quote {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .remi-portfolio-page,
  .remi-portfolio-page *::before,
  .remi-portfolio-page *::after {
    transition: none !important;
  }

  .remi-js .remi-reveal,
  .remi-js .remi-reveal--hero,
  .remi-js .remi-nav {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .remi-hero__glow {
    transform: none !important;
    animation: none !important;
  }

  .remi-testimonials__track {
    animation: none !important;
    transform: none !important;
  }

  .remi-loader__word {
    animation: none !important;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
