/* Import Bentham font */
@import url("https://fonts.googleapis.com/css2?family=Bentham&display=swap");
img,
svg {
  max-width: 100%;
  display: block;
}
a,
button {
  background: 0 0;
}
.s-24571666b32e8a41c858,
.s-a7adfa3d5c70e9f4d328,
body {
  font-family: Bentham, serif;
}
.s-c63bcad74f9754edfa91.s-5fc7e38bffe00ca46add,
img,
svg {
  display: block;
}
:root {
  --coral: #A84E00;
  --coral-600: #8C4000;
  --offwhite: #0F1210;
  --ink: #F2F3F1;
  --ink-60: rgba(242, 243, 241, 0.7);
  --link-color: #0E5F3B;
  --surface: #161A17;
  --shadow: 0 14px 36px rgba(0, 0, 0, 0.34);
  --radius: 16px;
  --radius-lg: 22px;
  --grid-max: 1160px;
  --link: #0E5F3B;
}
*,
.s-24571666b32e8a41c858 *,
::after,
::before {
  box-sizing: border-box;
}
html:focus-within {
  scroll-behavior: smooth;
}
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
ol[role="list"],
ul[role="list"] {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  height: auto;
}
a {
  text-decoration: none;
  color: var(--link-color);
}
button {
  border: 0;
  padding: 0;
}
body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  line-height: 1.6;
  color: var(--ink);
  background: var(--offwhite);
  max-width: 100vw;
  overflow-x: hidden;
}
.s-255a762c36cdae2fe950 {
  width: min(var(--grid-max), 90vw);
  margin-inline: auto;
}
.s-212301c593df7a10ee64 {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  background: var(--coral);
  color: #fff;
  font-weight: 700;
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}
.s-212301c593df7a10ee64:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(92, 0, 46, 0.35);
}
.s-212301c593df7a10ee64:active {
  transform: translateY(0);
}
.s-5e9b60f69165f32f8930 {
  display: inline-block;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: rgba(168, 78, 0, 0.2);
  color: #A84E00;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}
.s-20182fbc10716eb197ea {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}
.s-20182fbc10716eb197ea .s-1a954628a960aaef81d7 {
  margin-bottom: 1.2rem;
}
.s-c44e12466ad9bfb4d398 {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #A84E00;
  font-weight: 800;
  font-size: 0.78rem;
}
h2 {
  font-size: clamp(1.6rem, 3.2vw, 2.2rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.s-8cb33b2754e53feca4f7 {
  color: var(--ink-60);
  max-width: 68ch;
}
header.s-f819d7dee1ee55de63a8 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(180deg, #0f1210cc, #0f121080 70%, #0f121000);
  backdrop-filter: saturate(1.1) blur(6px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.s-3224a500d5a1273d6d0c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
}
.s-63acf68c4f951d6412a8 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.s-63acf68c4f951d6412a8 svg {
  width: 40px;
  height: 40px;
}
.s-755ea24aa34ee7d8efa5 {
  font-weight: 900;
  letter-spacing: 0.2px;
  font-size: 1.06rem;
}
nav.s-e3b7c980d763196e9d13 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.s-bce1b640aa3b70b17d91 {
  display: flex;
  gap: 0.9rem;
  align-items: center;
}
.s-bce1b640aa3b70b17d91 a {
  padding: 0.5rem 0.7rem;
  border-radius: 12px;
  transition: background 0.2s;
}
.s-bce1b640aa3b70b17d91 a:hover {
  background: rgba(255, 255, 255, 0.08);
}
.s-7a86b15480e0a870f0b0 {
  display: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.s-7a86b15480e0a870f0b0:hover {
  background: rgba(255, 255, 255, 0.08);
}
.s-7a86b15480e0a870f0b0 svg {
  width: 22px;
  height: 22px;
}
.s-81fb781480778b8443c6 svg,
canvas#ideaParticles {
  width: 100%;
  height: 100%;
}
.s-b3cd584ff1d124ae8f1d {
  position: fixed;
  inset: 0 0 auto 0;
  top: 64px;
  background: var(--surface);
  border-top: 1px solid #2a2e2b;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s, transform 0.25s;
  z-index: 1200;
}
.s-b3cd584ff1d124ae8f1d.s-5fc7e38bffe00ca46add {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.s-65cc0add9acbf262fd31 {
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
}
.s-65cc0add9acbf262fd31 a {
  padding: 1rem;
  border-radius: 14px;
  font-weight: 700;
  background: rgba(14, 95, 59, 0.15);
  color: var(--link-color);
}
.s-40d6346096cf30d730d3 {
  padding: 1rem;
  color: var(--ink-60);
  font-size: 0.92rem;
}
#hero[role="banner"] {
  position: relative;
  isolation: isolate;
}
.s-e5294a5f17f80de9579a {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.s-08f8e2df92c22ef0fa4d {
  position: absolute;
  inset: -10% -10%;
  background: radial-gradient(
      1200px 600px at 20% 20%,
      rgba(168, 78, 0, 0.28),
      transparent 60%
    ),
    radial-gradient(
      900px 480px at 80% 10%,
      rgba(14, 95, 59, 0.38),
      transparent 60%
    ),
    radial-gradient(
      800px 600px at 50% 90%,
      rgba(168, 78, 0, 0.2),
      transparent 60%
    );
}
canvas#ideaParticles {
  position: absolute;
  inset: 0;
}

/* HERO animations */
#underlinePath {
  stroke: var(--link-color);
  stroke-width: 4;
  fill: none;
  stroke-linecap: round;
  stroke-dasharray: 420 900;
  stroke-dashoffset: 900;
  animation: underline-draw 2.2s ease-out 0.2s forwards;
}

@keyframes underline-draw {
  to {
    stroke-dashoffset: 420;
  }
}

.s-08f8e2df92c22ef0fa4d {
  animation: bg-pulse 12s ease-in-out infinite alternate;
}

@keyframes bg-pulse {
  0% { filter: saturate(1) hue-rotate(0deg); opacity: 0.8; }
  50% { filter: saturate(1.1) hue-rotate(-6deg); opacity: 0.9; }
  100% { filter: saturate(1.15) hue-rotate(6deg); opacity: 1; }
}

/* Buttons & CTA hovers */
.s-212301c593df7a10ee64 {
  background-image: linear-gradient(135deg, var(--coral), var(--coral-600));
}
.s-212301c593df7a10ee64:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.45);
}
.s-60e790913dd64671c8f5:hover,
.s-1f3e736e078691b3cedf:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

/* IDEES carousel controls */
.s-1d9e48cd581ca4bff14e {
  transition: transform 0.2s, background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.s-1d9e48cd581ca4bff14e:hover {
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
}
.s-edee9402d198b04ac77d {
  transition: transform 0.2s, background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.s-edee9402d198b04ac77d:hover {
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
}

/* Slider nav buttons redesign */
.s-b35bb38df9605e4c5858.s-1d9e48cd581ca4bff14e,
.s-b35bb38df9605e4c5858.s-edee9402d198b04ac77d{
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(22,26,23,0.6);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(8px) saturate(1.1);
  color: var(--ink);
}
.s-b35bb38df9605e4c5858.s-1d9e48cd581ca4bff14e svg,
.s-b35bb38df9605e4c5858.s-edee9402d198b04ac77d svg{
  width: 22px;
  height: 22px;
}
.s-b35bb38df9605e4c5858.s-1d9e48cd581ca4bff14e:hover,
.s-b35bb38df9605e4c5858.s-edee9402d198b04ac77d:hover{
  background: rgba(22,26,23,0.75);
  border-color: rgba(14,95,59,0.35);
}
.s-b35bb38df9605e4c5858.s-1d9e48cd581ca4bff14e:active,
.s-b35bb38df9605e4c5858.s-edee9402d198b04ac77d:active{
  transform: translateY(-50%) scale(0.98);
  box-shadow: 0 6px 16px rgba(0,0,0,0.35);
}
.s-b35bb38df9605e4c5858.s-1d9e48cd581ca4bff14e:focus-visible,
.s-b35bb38df9605e4c5858.s-edee9402d198b04ac77d:focus-visible{
  outline: 2px solid var(--link-color);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce){
  .s-b35bb38df9605e4c5858.s-1d9e48cd581ca4bff14e:active,
  .s-b35bb38df9605e4c5858.s-edee9402d198b04ac77d:active{
    transform: translateY(-50%);
  }
}

/* IDEES cards interactions */
.s-e75e1be665cd80a0b271 {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  will-change: transform, box-shadow;
}
.s-e75e1be665cd80a0b271:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.5);
  border-color: rgba(14, 95, 59, 0.4);
}
.s-e75e1be665cd80a0b271 .s-bb362a46a483f3f8c993 img {
  transition: transform 0.35s ease;
}
.s-e75e1be665cd80a0b271:hover .s-bb362a46a483f3f8c993 img {
  transform: scale(1.05);
}

/* Chips animation */
.s-f1f58fdf9a38d2d1cc33 .s-5e9b60f69165f32f8930 {
  background: linear-gradient(135deg, rgba(168, 78, 0, 0.25), rgba(14, 95, 59, 0.25));
  color: var(--ink);
  animation: chip-fade 3.6s ease-in-out infinite;
}
@keyframes chip-fade {
  0%, 100% { filter: saturate(1); opacity: 0.9; }
  50% { filter: saturate(1.2); opacity: 1; }
}

/* Accessibility: reduce motion */
@media (prefers-reduced-motion: reduce) {
  #underlinePath,
  .s-08f8e2df92c22ef0fa4d,
  .s-e75e1be665cd80a0b271,
  .s-f1f58fdf9a38d2d1cc33 .s-5e9b60f69165f32f8930 {
    animation: none !important;
  }
  .s-1d9e48cd581ca4bff14e:hover,
  .s-edee9402d198b04ac77d:hover {
    transform: translateY(-50%);
  }
}

/* New HERO layout */
.s-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center}
.s-hero-content{display:flex;flex-direction:column;gap:1.2rem}
.s-hero-stats{display:flex;gap:0.9rem;flex-wrap:wrap;margin-top:0.4rem}
.s-hero-stats .s-stat{background:var(--surface);border:1px solid #2a2e2b;border-radius:12px;padding:0.6rem 0.8rem;box-shadow:var(--shadow)}
.s-hero-stats .s-stat span{font-weight:900}
.s-hero-visuals{position:relative;display:grid;place-items:center}
.s-hero-orb{position:absolute;border-radius:50%;filter:blur(18px);opacity:.5;mix-blend:screen}
.s-orb-a{width:160px;height:160px;right:14%;top:6%;background:radial-gradient(circle at 30% 30%, rgba(168,78,0,.7), rgba(168,78,0,.05));animation:orb-float 8s ease-in-out infinite}
.s-orb-b{width:220px;height:220px;left:2%;bottom:8%;background:radial-gradient(circle at 30% 30%, rgba(14,95,59,.6), rgba(14,95,59,.06));animation:orb-float 11s ease-in-out -1.5s infinite}
.s-orb-c{width:120px;height:120px;left:40%;top:-6%;background:radial-gradient(circle at 30% 30%, rgba(168,78,0,.5), rgba(14,95,59,.05));animation:orb-float 9.2s ease-in-out -0.8s infinite}
@keyframes orb-float{0%,100%{transform:translateY(0) translateX(0)}50%{transform:translateY(-12px) translateX(6px)}}
.s-cta-ripple{position:relative;overflow:hidden}
.s-cta-ripple:after{content:"";position:absolute;inset:auto auto 0 50%;transform:translateX(-50%);width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.2);opacity:0;animation:ripple 2.2s ease-out infinite}
@keyframes ripple{0%{opacity:.6;transform:translateX(-50%) scale(1)}100%{opacity:0;transform:translateX(-50%) scale(16)}}
.s-cta-ghost{border:2px solid var(--link-color)}

/* IDEES section - full width with background images */
.s-d11ce424081d27fe8287 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  width: 100%;
  max-width: 100%;
}
.s-d11ce424081d27fe8287 .s-e75e1be665cd80a0b271 {
  min-width: 0;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 2rem;
  display: flex;
  align-items: flex-end;
}
.s-d11ce424081d27fe8287 .s-e75e1be665cd80a0b271::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(15,18,16,0.5) 50%, rgba(15,18,16,0.85) 100%);
  z-index: 1;
}
.s-idea-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #fff;
}
.s-idea-content .s-5e9b60f69165f32f8930 {
  background: rgba(168,78,0,0.35);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(4px);
}
.s-idea-content h3 {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.s-idea-content p {
  color: rgba(255,255,255,0.85);
  text-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

@media(max-width:980px){
  .s-hero-grid{grid-template-columns:1fr}
}
h1 {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
h3 {
  font-size: 1.05rem;
  margin: 0.6rem 0 0.3rem;
}
main {
  min-height: calc(100vh - 240px);
}
.s-94acd8a52748d74613a3 {
  padding: clamp(4rem, 8vw, 6rem) 0;
}
.s-fa54966ba35cedf8b345 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.s-2351b1d3c90fc1094adf {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.s-65c063a5fd6c22ace1c7 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 900;
  color: var(--ink);
}
.s-5644e7a582fe55b9dfff {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.5;
  color: var(--ink-60);
  max-width: 60ch;
}
.s-9a5ec15963f5bdb02fb3 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.s-60e790913dd64671c8f5 {
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  border: 2px solid var(--link-color);
  color: var(--link-color);
  font-weight: 700;
  transition: background 0.2s, color 0.2s;
}
.s-60e790913dd64671c8f5:hover {
  background: var(--link-color);
  color: var(--ink);
}
.s-26d2b0021fc36bad2f0c {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-end;
}
.s-81fb781480778b8443c6 {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 4/5;
}
.s-bcdccfcf903e9de2da42 {
  width: 100%;
  max-width: 320px;
}
.s-f1f58fdf9a38d2d1cc33 {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.s-658c8286c17e402644ee {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.s-703c518a23972ccb5a64 {
  position: relative;
  padding: 2rem 0;
}
.s-1d9e48cd581ca4bff14e {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid #2a2e2b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  z-index: 10;
  transition: background 0.2s, border-color 0.2s;
}
.s-1d9e48cd581ca4bff14e:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--link-color);
}
.s-859d455b8ebd64a26ac0 {
  left: -22px;
}
.s-edee9402d198b04ac77d {
  right: -22px;
}
/* Removed old slider styles - now using grid layout */
.s-448adeccdca714bc112e {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0.5rem 0;
  color: var(--ink);
}
.s-bb362a46a483f3f8c993 {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--surface);
}
.s-bb362a46a483f3f8c993 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-ecaf239350e4f3c1d672 {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1rem;
}
/* ETUDES - case studies cards */
.s-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.s-case-card {
  position: relative;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(20, 24, 22, 0.7), rgba(18, 22, 20, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.3s ease;
  overflow: hidden;
}
.s-case-card::before {
  content: "";
  position: absolute;
  inset: -30% -20% -20% -30%;
  background: radial-gradient(40% 40% at 30% 20%, rgba(168, 78, 0, 0.15), transparent 60%),
              radial-gradient(40% 40% at 70% 80%, rgba(14, 95, 59, 0.12), transparent 60%);
  filter: blur(32px);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.s-case-card:hover::before {
  opacity: 1;
}
.s-case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.2);
}
.s-case-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
  position: relative;
  z-index: 2;
}
.s-case-number {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 0.85rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 0.25rem 0.6rem;
  backdrop-filter: blur(6px);
  z-index: 2;
}
.s-case-title {
  position: relative;
  z-index: 2;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 1rem 0;
}
.s-case-text {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0 0 1.5rem 0;
}
.s-case-stats {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.s-stat-item {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}
.s-stat-item strong {
  color: #fff;
  font-weight: 800;
  margin-right: 0.25rem;
}
@media (max-width: 980px) {
  .s-cases-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 640px) {
  .s-cases-grid {
    grid-template-columns: 1fr;
  }
  .s-case-card {
    padding: 1.5rem;
  }
}
.s-584b59eaafaa354b39a5 {
  margin-top: 2rem;
}
.s-eedd5f451abe9308b900 {
  margin-top: 3rem;
}
.s-2ab0591dbcf5fefdad65 {
  background: var(--surface);
  border: 1px solid #2a2e2b;
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 1.5rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
.s-2ab0591dbcf5fefdad65:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}
.s-30240410d0acdae1bd52 {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}
.s-3aa3c10235fc1b0dee9d {
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0.5rem 0;
  color: var(--ink);
}
.s-c89a738d22cd4c521eec {
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.s-65bde36b6484202b3822 {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.s-13909701eeadea7333dc {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-e9e469519c6df401c903 {
  padding: 1rem;
  background: var(--surface);
  border: 1px solid #2a2e2b;
  border-radius: 12px;
  font-weight: 700;
  color: var(--ink);
}
.s-f616bb71208ae1981bb3 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.s-1f3e736e078691b3cedf {
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  border: 2px solid var(--link-color);
  color: var(--link-color);
  font-weight: 700;
  transition: background 0.2s, color 0.2s;
}
.s-1f3e736e078691b3cedf:hover {
  background: var(--link-color);
  color: var(--ink);
}
.s-16c00449a9a3f15a3214 {
  display: grid;
  gap: 1rem;
}
.s-bd370d1b6f9b3580a770 {
  padding: 1.2rem;
  background: var(--surface);
  border: 1px solid #2a2e2b;
  border-radius: 12px;
  color: var(--ink);
}
/* GALERIE - masonry grid with overlays */
.s-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.s-gallery-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.s-gallery-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(20, 24, 22, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  aspect-ratio: 4/3;
  overflow: hidden;
  transition: all 0.3s ease;
}
.s-gallery-image-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.2);
}
.s-gallery-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.s-gallery-image-wrapper:hover img {
  transform: scale(1.08);
}
.s-gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.s-gallery-image-wrapper:hover .s-gallery-overlay {
  opacity: 1;
}
.s-gallery-source {
  background: rgba(168, 78, 0, 0.8);
  color: #fff;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  backdrop-filter: blur(8px);
}
.s-gallery-caption {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 640px) {
  .s-gallery-grid {
    grid-template-columns: 1fr;
  }
}
/* FAQ - accordion design */
.s-faq-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto;
}
.s-faq-item {
  background: linear-gradient(180deg, rgba(20, 24, 22, 0.7), rgba(18, 22, 20, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.s-faq-item:hover {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.s-faq-item.s-faq-active {
  border-color: rgba(168, 78, 0, 0.4);
  box-shadow: 0 12px 32px rgba(168, 78, 0, 0.2);
}
.s-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
}
.s-faq-question:hover {
  background: rgba(255, 255, 255, 0.03);
}
.s-faq-question:focus {
  outline: 2px solid rgba(168, 78, 0, 0.5);
  outline-offset: -2px;
}
.s-faq-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.s-faq-text {
  flex: 1;
  line-height: 1.5;
}
.s-faq-arrow {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  transition: transform 0.3s ease;
}
.s-faq-arrow svg {
  width: 20px;
  height: 20px;
}
.s-faq-item.s-faq-active .s-faq-arrow {
  transform: rotate(180deg);
  color: rgba(168, 78, 0, 0.9);
}
.s-faq-answer {
  overflow: hidden;
  transition: 0.4s ease, padding 0.4s ease;
  padding: 0 1.5rem;
}
.s-faq-item.s-faq-active .s-faq-answer {
  max-height: 500px;
  padding: 0 1.5rem;
}
.s-faq-content {
  padding-top: 1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  font-size: 0.98rem;
}
.s-faq-content p {
  margin: 0;
}
.s-faq-content a {
  color: rgba(168, 78, 0, 0.9);
  text-decoration: underline;
  text-decoration-color: rgba(168, 78, 0, 0.4);
  transition: color 0.2s, text-decoration-color 0.2s;
}
.s-faq-content a:hover {
  color: rgba(168, 78, 0, 1);
  text-decoration-color: rgba(168, 78, 0, 0.7);
}
@media (max-width: 640px) {
  .s-faq-question {
    padding: 1.25rem;
    font-size: 1rem;
    gap: 0.75rem;
  }
  .s-faq-icon {
    font-size: 1.25rem;
  }
  .s-faq-answer {
    padding: 0 1.25rem;
  }
  .s-faq-item.s-faq-active .s-faq-answer {
    padding: 0 1.25rem 1.25rem 1.25rem;
  }
}
.s-a928d4c5751e4352ec16 {
  margin-top: 4rem;
  background: var(--surface);
  border-top: 1px solid #2a2e2b;
}
.s-790f5a4f2e985b582ee9 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 1.8rem 0;
}
.s-c0b255cf88f773762d07 {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.s-c0b255cf88f773762d07 svg {
  flex-shrink: 0;
}
.s-c0b255cf88f773762d07 strong {
  font-size: 1.1rem;
  color: var(--ink);
}
.s-d4927dda05af693bff7d {
  font-size: 0.92rem;
  color: var(--ink-60);
  margin-top: 0.5rem;
  line-height: 1.6;
}
.s-d4927dda05af693bff7d a {
  color: var(--link-color);
  text-decoration: underline;
}
.s-7c3a0658ec9bfe9a63c8 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}
.s-7c3a0658ec9bfe9a63c8 a {
  color: var(--ink-60);
  padding: 0.35rem 0.25rem;
  border-radius: 10px;
  transition: background 0.2s, color 0.2s;
}
.s-7c3a0658ec9bfe9a63c8 a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}
.s-b150a1aa0a630d6d247c {
  border-top: 1px solid #2a2e2b;
  padding: 1rem 0;
  color: var(--ink-60);
  font-size: 0.88rem;
  text-align: center;
}
.s-d94da06e0f673616113e {
  position: fixed;
  inset: auto 16px 16px auto;
  z-index: 2147483000;
}
.s-24571666b32e8a41c858 {
  max-width: 420px;
  width: min(92vw, 420px);
  background: var(--surface);
  color: var(--ink);
  border: 1px solid #2a2e2b;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
  line-height: 1.5;
}
.s-491c9ed263853c25ba6c {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 1rem 0.2rem;
}
.s-fefbb527ab096f3d6cfc {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--coral);
}
.s-89940abdc1f0a1799a09 {
  font-weight: 900;
  letter-spacing: 0.2px;
  color: var(--ink);
}
.s-5e67affc9c256943e8a6 {
  padding: 0.2rem 1rem 1rem;
  color: var(--ink-60);
  font-size: 0.95rem;
}
.s-ebf38769e9721f2a44d9 {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}
.s-ebf38769e9721f2a44d9 a {
  color: var(--link-color);
  font-weight: 700;
  text-decoration: underline;
}
.s-7e1d26d8d51a510423ff {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
.s-972a613a5bdbe1cba566 {
  cursor: pointer;
  user-select: none;
  border: 0;
  border-radius: 999px;
  padding: 0.7rem 1.1rem;
  font-weight: 800;
  font-size: 0.9rem;
  transition: background 0.2s, color 0.2s;
}
.s-972a613a5bdbe1cba566:focus {
  outline: 2px solid var(--link-color);
  outline-offset: 2px;
}
.s-f44579f7cce080fbecef {
  background: var(--coral);
  color: #fff;
}
.s-f44579f7cce080fbecef:hover {
  background: var(--coral-600);
}
.s-aaf54d5136438a0b829c {
  background: rgba(14, 95, 59, 0.15);
  color: var(--link-color);
}
.s-aaf54d5136438a0b829c:hover {
  background: rgba(14, 95, 59, 0.25);
}
.s-84de5e0350e5c27bcd54 {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid #2a2e2b;
}
.s-84de5e0350e5c27bcd54:hover {
  background: rgba(255, 255, 255, 0.05);
}
.s-b72b96cdc10ded24fa8e {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid #2a2e2b;
}
.s-b72b96cdc10ded24fa8e:hover {
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 980px) {
  .s-fa54966ba35cedf8b345 {
    grid-template-columns: 1fr;
  }
  .s-790f5a4f2e985b582ee9,
  .s-8e6c522d6391250f675d,
  .s-de820e2414088aefe2e5 {
    grid-template-columns: 1fr;
  }
  nav.s-e3b7c980d763196e9d13 .s-bce1b640aa3b70b17d91 {
    display: none;
  }
  .s-7a86b15480e0a870f0b0 {
    display: inline-flex;
  }
  .s-c89a738d22cd4c521eec {
    grid-template-columns: 1fr;
  }
  .s-1d9e48cd581ca4bff14e {
    display: none;
  }
  .s-d11ce424081d27fe8287 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .s-d11ce424081d27fe8287 {
    grid-template-columns: 1fr;
  }
  .s-d11ce424081d27fe8287 .s-e75e1be665cd80a0b271 {
    min-height: 280px;
  }
}
@media (max-width: 520px) {
  .s-24571666b32e8a41c858 {
    inset: auto 8px 8px 8px;
    width: auto;
  }
}

/* METHODS - new layout */
.s-methods-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.s-method-card{position:relative;isolation:isolate;min-height:220px;border-radius:18px;border:1px solid #2a2e2b;background:linear-gradient(180deg, rgba(20,24,22,.6), rgba(20,24,22,.9));overflow:hidden;box-shadow:0 18px 48px rgba(0,0,0,.45);transition:transform .25s ease, box-shadow .25s ease}
.s-method-card:hover{transform:translateY(-6px);box-shadow:0 28px 68px rgba(0,0,0,.6)}
.s-method-bg{position:absolute;inset:-20% -10% -10% -20%;background:radial-gradient(40% 40% at 20% 10%, rgba(168,78,0,.18), transparent 60%),radial-gradient(40% 40% at 80% 60%, rgba(14,95,59,.16), transparent 60%);filter:blur(24px);z-index:0}
.s-method-num{position:absolute;top:14px;left:14px;font-weight:800;font-size:.95rem;color:rgba(255,255,255,.8);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:.25rem .6rem;backdrop-filter:blur(6px);z-index:2}
.s-method-title{position:relative;z-index:2;margin:0 0 .4rem 0;padding:2.2rem 1.25rem 0 1.25rem;color:#fff;font-size:1.05rem;font-weight:800}
.s-method-text{position:relative;z-index:2;margin:0 1.25rem 1.25rem 1.25rem;color:rgba(255,255,255,.85)}
@media (max-width: 980px){.s-methods-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 640px){.s-methods-grid{grid-template-columns:1fr}}

/* ATELIER - redesigned with cards */
.s-atelier-new{position:relative;isolation:isolate;border-radius:20px;overflow:hidden;min-height:400px}
.s-atelier-bg{position:absolute;inset:0;background:linear-gradient(135deg, rgba(20,24,22,.95), rgba(18,22,20,.98));z-index:0}
.s-atelier-bg::before{content:"";position:absolute;inset:-50% -30% -30% -50%;background:radial-gradient(50% 50% at 20% 15%, rgba(168,78,0,.25), transparent 70%),radial-gradient(50% 50% at 80% 75%, rgba(14,95,59,.22), transparent 70%);filter:blur(40px);animation:pulse 8s ease-in-out infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}
.s-atelier-content{position:relative;z-index:2;padding:2.5rem;display:flex;flex-direction:column;gap:2rem}
.s-mixer-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.s-mixer-card{position:relative;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:1.75rem;text-align:center;transition:all .3s ease;backdrop-filter:blur(8px)}
.s-mixer-card:hover{transform:translateY(-4px);background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.2);box-shadow:0 12px 32px rgba(0,0,0,.4)}
.s-mixer-card[data-type="action"]:hover{box-shadow:0 12px 32px rgba(168,78,0,.3)}
.s-mixer-card[data-type="context"]:hover{box-shadow:0 12px 32px rgba(14,95,59,.3)}
.s-mixer-card[data-type="constraint"]:hover{box-shadow:0 12px 32px rgba(168,78,0,.25)}
.s-card-icon{font-size:2.5rem;margin-bottom:.75rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}
.s-card-label{font-size:.85rem;font-weight:700;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}
.s-card-value{font-size:1.15rem;font-weight:800;color:#fff;line-height:1.4}
.s-mix-btn-new{display:flex;align-items:center;justify-content:center;gap:.75rem;align-self:center;padding:1rem 2.5rem;font-size:1.05rem;border-radius:14px;transition:all .25s ease;position:relative;overflow:hidden}
.s-mix-btn-new::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg, rgba(168,78,0,.2), rgba(14,95,59,.2));opacity:0;transition:opacity .25s}
.s-mix-btn-new:hover::before{opacity:1}
.s-mix-btn-new:active{transform:scale(.98)}
.s-btn-icon{font-size:1.2rem;display:inline-block;animation:spin 3s linear infinite}
@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.s-mix-btn-new:hover .s-btn-icon{animation-duration:1s}
.s-result-box{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:1.75rem;display:flex;flex-direction:column;gap:1rem;backdrop-filter:blur(10px)}
.s-result-label{font-size:.85rem;font-weight:700;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.05em}
.s-result-text{font-size:1.1rem;color:#fff;line-height:1.6}
.s-result-text em{font-style:normal;color:#fff;font-weight:700;background:rgba(168,78,0,.2);padding:.2rem .4rem;border-radius:6px}
.s-copy-btn{display:flex;align-items:center;gap:.5rem;align-self:flex-start;padding:.65rem 1.25rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:12px;color:#fff;cursor:pointer;transition:all .2s;font-size:.95rem}
.s-copy-btn:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);transform:translateY(-1px)}
.s-copy-btn svg{width:18px;height:18px}
@media (max-width: 820px){
  .s-mixer-cards{grid-template-columns:1fr;gap:1rem}
  .s-atelier-content{padding:1.5rem}
  .s-result-box{padding:1.25rem}
}

/* RITUELS - timeline design */
.s-rituals-timeline{display:flex;flex-direction:column;gap:0;position:relative}
.s-ritual-step{display:grid;grid-template-columns:auto 1fr;gap:2rem;position:relative;padding:2rem 0;align-items:start}
.s-ritual-step:not(:last-child)::after{content:"";position:absolute;left:2.5rem;top:5rem;width:2px;height:calc(100% - 2rem);background:linear-gradient(180deg, rgba(168,78,0,.4), rgba(14,95,59,.4));z-index:0}
.s-step-number{position:relative;z-index:2;width:5rem;height:5rem;border-radius:50%;background:linear-gradient(135deg, rgba(168,78,0,.3), rgba(14,95,59,.3));border:2px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800;color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.4);backdrop-filter:blur(8px);transition:all .3s ease}
.s-ritual-step:hover .s-step-number{transform:scale(1.1);box-shadow:0 12px 32px rgba(0,0,0,.5);border-color:rgba(255,255,255,.25)}
.s-step-content{position:relative;z-index:2;padding-top:.5rem}
.s-step-title{font-size:1.35rem;font-weight:800;color:#fff;margin:0 0 .75rem 0}
.s-step-desc{font-size:1rem;color:rgba(255,255,255,.8);line-height:1.6;margin:0}
.s-step-line{display:none}
@media (max-width: 640px){
  .s-ritual-step{grid-template-columns:1fr;gap:1rem;padding:1.5rem 0}
  .s-ritual-step::after{left:2.5rem}
  .s-step-number{width:4rem;height:4rem;font-size:1rem}
  .s-step-content{padding-top:0}
}
