:root {
  --fo-pearl-cream-1: #FBF5EE;
  --fo-pearl-cream-2: #F7EFE5;
  --fo-pearl-cream-3: #F2E6D8;
  --fo-parchment: #FDF8F0;
  --fo-parchment-warm: #F5EBE0;
  --fo-malachite: #1F4D3A;
  --fo-malachite-deep: #163728;
  --fo-cocoa: #6B5E54;
  --fo-terracotta: #C76B3F;
  --fo-terracotta-deep: #A95730;
  --fo-rose: #D4A599;
  --fo-champagne: #D4B36A;
  --fo-graphite: #3A2E2E;
  --fo-sage: #BFC9B6;
  --fo-amber-soft: #E8C9A8;
  --fo-cream-gold: rgba(212, 179, 106, 0.35);
  --fo-shadow-soft: rgba(199, 107, 63, 0.16);
  --fo-shadow-deep: rgba(58, 46, 46, 0.18);
  --fo-shadow-malachite: rgba(31, 77, 58, 0.18);
  --fo-c-ink: #1F4D3A;
  --fo-c-paper: #FDF8F0;
  --fo-font-serif: "Cormorant Garamond", "Times New Roman", serif;
  --fo-font-sans: "Outfit", "Helvetica Neue", Arial, sans-serif;
  --fo-font-mono: "IBM Plex Mono", "Courier New", monospace;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-family: var(--fo-font-sans);
  font-size: 16px;
  line-height: 1.75;
  color: var(--fo-malachite);
  background: linear-gradient(135deg, var(--fo-pearl-cream-1) 0%, var(--fo-pearl-cream-2) 50%, var(--fo-pearl-cream-3) 100%);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

strong, p, span, h1, h2, h3, h4, h5, h6, a, li, button, label, input, textarea, select {
  color: inherit;
}

img { max-width: 100%; height: auto; display: block; }

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

button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; padding: 0; }

ul, ol { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4, h5, h6 { font-family: var(--fo-font-serif); margin: 0; font-weight: 600; color: var(--fo-malachite); }

.fo-mono { font-family: var(--fo-font-mono); letter-spacing: 0.04em; text-transform: uppercase; }
.fo-italic { font-style: italic; }

.fo-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
}

.fo-container-wide {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
}

.fo-panel {
  background: rgba(253, 248, 240, 0.96);
  backdrop-filter: blur(16px);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 28px;
  box-shadow: 0 12px 32px var(--fo-shadow-soft);
}

.fo-panel-soft {
  background: rgba(253, 248, 240, 0.94);
  backdrop-filter: blur(14px);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 36px;
  box-shadow: 0 16px 40px rgba(199, 107, 63, 0.16);
}

.fo-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--fo-terracotta) 0%, var(--fo-champagne) 100%);
  color: #FFFFFF;
  font-family: var(--fo-font-serif);
  font-size: 16px;
  letter-spacing: 0.01em;
  padding: 18px 36px;
  border-radius: 100px;
  box-shadow: 8px 8px 24px rgba(199, 107, 63, 0.3);
  white-space: nowrap;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}

.fo-btn-primary:hover {
  transform: translate(-2px, -2px);
  box-shadow: 12px 12px 36px rgba(199, 107, 63, 0.4), 0 0 0 4px rgba(212, 179, 106, 0.25);
}

.fo-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(253, 248, 240, 0.94);
  border: 2px solid var(--fo-malachite);
  color: var(--fo-malachite);
  font-family: var(--fo-font-serif);
  font-size: 15px;
  font-style: italic;
  padding: 16px 32px;
  border-radius: 100px;
  white-space: nowrap;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease;
}

.fo-btn-secondary:hover {
  background: rgba(212, 179, 106, 0.2);
  transform: translate(-2px, -2px);
}

.fo-pill {
  display: inline-block;
  background: rgba(253, 248, 240, 0.94);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 100px;
  padding: 8px 18px;
  font-family: var(--fo-font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fo-malachite);
}

.fo-stamp-capsule {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, var(--fo-terracotta) 0%, var(--fo-champagne) 100%);
  color: #FFFFFF;
  font-family: var(--fo-font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 100px;
  box-shadow: 4px 4px 14px rgba(199, 107, 63, 0.3);
  white-space: nowrap;
}

.fo-stamp-malachite {
  display: inline-flex;
  align-items: center;
  background: var(--fo-malachite);
  color: #FDF8F0;
  font-family: var(--fo-font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 100px;
  white-space: nowrap;
}

.fo-stamp-champagne {
  display: inline-flex;
  align-items: center;
  background: var(--fo-champagne);
  color: var(--fo-malachite);
  font-family: var(--fo-font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 100px;
  white-space: nowrap;
}

.fo-stamp-rose {
  display: inline-flex;
  align-items: center;
  background: var(--fo-rose);
  color: var(--fo-malachite);
  font-family: var(--fo-font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 100px;
  white-space: nowrap;
}

.fo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--fo-font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fo-terracotta);
}

.fo-eyebrow::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1.5px;
  background: linear-gradient(90deg, var(--fo-terracotta), transparent);
}

.fo-h1 {
  font-family: var(--fo-font-serif);
  font-size: clamp(38px, 6.4vw, 80px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--fo-malachite);
}

.fo-h2 {
  font-family: var(--fo-font-serif);
  font-size: clamp(28px, 4.2vw, 52px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: 0.005em;
  color: var(--fo-malachite);
}

.fo-h3 {
  font-family: var(--fo-font-serif);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
  color: var(--fo-malachite);
}

.fo-lead {
  font-family: var(--fo-font-sans);
  font-size: 16px;
  line-height: 1.85;
  color: var(--fo-cocoa);
}

.fo-divider-wave {
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--fo-champagne), transparent);
  border-radius: 100px;
  margin: 24px 0;
}

.fo-divider-soft {
  display: block;
  height: 1.5px;
  background: linear-gradient(90deg, var(--fo-champagne), transparent);
  border-radius: 100px;
  margin: 18px 0;
}

.fo-divider-ink {
  display: block;
  height: 2px;
  background: linear-gradient(90deg, var(--fo-malachite), transparent);
  border-radius: 100px;
  margin: 18px 0;
}

.fo-floating-left {
  position: fixed;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 76px;
  background: rgba(253, 248, 240, 0.92);
  backdrop-filter: blur(20px) saturate(140%);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 28px;
  box-shadow: 8px 8px 28px var(--fo-shadow-deep);
  z-index: 80;
  padding: 18px 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.fo-floating-left:hover { width: 224px; }

.fo-floating-logo-mark {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background: linear-gradient(135deg, var(--fo-terracotta) 0%, var(--fo-champagne) 100%);
  border: 2.5px solid var(--fo-champagne);
  box-shadow: 6px 6px 20px rgba(199, 107, 63, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  animation: fo-float-mark 8s ease-in-out infinite;
}

@keyframes fo-float-mark {
  0%, 100% { transform: rotate(-3deg); }
  50% { transform: rotate(3deg); }
}

.fo-floating-mark-blob {
  width: 26px;
  height: 18px;
  background: #FFFFFF;
  border-radius: 80% 50% 70% 60% / 60% 80% 50% 70%;
  box-shadow: inset -2px -2px 4px rgba(199, 107, 63, 0.3);
}

.fo-floating-logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-bottom: 12px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.fo-floating-logo-domain {
  font-family: var(--fo-font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fo-malachite);
  opacity: 0.7;
}

.fo-floating-logo-name {
  font-family: var(--fo-font-serif);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--fo-malachite);
  white-space: nowrap;
}

.fo-floating-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  align-items: center;
  flex: 1;
}

.fo-floating-nav a {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease;
  color: var(--fo-malachite);
}

.fo-floating-nav a:hover {
  background: rgba(199, 107, 63, 0.16);
  transform: scale(1.12);
  color: var(--fo-terracotta);
}

.fo-floating-nav a.is-active::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 25%;
  height: 50%;
  width: 3px;
  background: var(--fo-champagne);
  border-radius: 0 4px 4px 0;
}

.fo-floating-nav a .fo-tooltip {
  position: absolute;
  left: calc(100% + 16px);
  background: rgba(253, 248, 240, 0.96);
  border: 1px solid rgba(212, 179, 106, 0.3);
  box-shadow: 4px 4px 16px rgba(58, 46, 46, 0.1);
  color: var(--fo-malachite);
  font-family: var(--fo-font-serif);
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 100px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-8px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.fo-floating-nav a:hover .fo-tooltip {
  opacity: 1;
  transform: translateX(0);
}

.fo-floating-nav svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fo-floating-label {
  font-family: var(--fo-font-serif);
  font-size: 14px;
  color: var(--fo-malachite);
  white-space: nowrap;
  opacity: 0;
  position: absolute;
  left: 64px;
  transition: opacity 0.3s ease 0.1s;
}

.fo-floating-left:hover .fo-floating-label {
  opacity: 1;
}

.fo-floating-cta {
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background: linear-gradient(135deg, var(--fo-terracotta), var(--fo-champagne));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  box-shadow: 6px 6px 18px rgba(199, 107, 63, 0.3);
  margin-top: 6px;
  transition: transform 0.35s ease;
}

.fo-floating-cta:hover { transform: scale(1.15); }

.fo-floating-cta svg {
  width: 18px;
  height: 18px;
  stroke: #FFFFFF;
  stroke-width: 2;
  fill: none;
}

.fo-floating-scroll {
  position: absolute;
  left: -8px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(212, 179, 106, 0.2);
  border-radius: 100px;
  overflow: hidden;
}

.fo-floating-scroll-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: var(--fo-terracotta);
  height: 0%;
  transition: height 0.1s linear;
}

.fo-mobile-capsule {
  display: none;
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  max-width: 420px;
  height: 64px;
  background: rgba(253, 248, 240, 0.92);
  backdrop-filter: blur(16px) saturate(140%);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 32px;
  box-shadow: 4px 4px 18px var(--fo-shadow-deep);
  padding: 8px 12px 8px 8px;
  z-index: 100;
  align-items: center;
  gap: 12px;
}

.fo-mobile-logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background: linear-gradient(135deg, var(--fo-terracotta) 0%, var(--fo-champagne) 100%);
  border: 2px solid var(--fo-champagne);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fo-mobile-logo-mark .fo-floating-mark-blob {
  width: 20px;
  height: 14px;
}

.fo-mobile-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  flex: 1;
  min-width: 0;
}

.fo-mobile-logo-domain {
  font-family: var(--fo-font-mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fo-malachite);
  opacity: 0.7;
}

.fo-mobile-logo-name {
  font-family: var(--fo-font-serif);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--fo-malachite);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fo-burger {
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background: rgba(253, 248, 240, 0.92);
  border: 1.5px solid var(--fo-cream-gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.fo-burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--fo-malachite);
  border-radius: 100px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.fo-burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.fo-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }

.fo-burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.fo-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(160deg, var(--fo-pearl-cream-1) 0%, var(--fo-pearl-cream-2) 60%, var(--fo-pearl-cream-3) 100%);
  border-radius: 32px 32px 0 0;
  z-index: 95;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  padding: 100px 32px 64px;
}

.fo-mobile-menu.is-open {
  transform: translateY(0);
}

.fo-mobile-menu::before {
  content: "";
  position: absolute;
  top: 18%;
  right: -40px;
  width: 360px;
  height: 360px;
  background: var(--fo-rose);
  border-radius: 50%;
  opacity: 0.2;
  filter: blur(160px);
  pointer-events: none;
}

.fo-mobile-menu-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  z-index: 2;
}

.fo-mobile-menu-list a {
  display: flex;
  align-items: baseline;
  gap: 18px;
  font-family: var(--fo-font-serif);
  font-size: 28px;
  font-style: italic;
  color: var(--fo-malachite);
  padding: 18px 0;
  border-bottom: 1.5px solid rgba(212, 179, 106, 0.4);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fo-mobile-menu.is-open .fo-mobile-menu-list a {
  opacity: 1;
  transform: translateY(0);
}

.fo-mobile-menu.is-open .fo-mobile-menu-list a:nth-child(1) { transition-delay: 0.08s; }
.fo-mobile-menu.is-open .fo-mobile-menu-list a:nth-child(2) { transition-delay: 0.16s; }
.fo-mobile-menu.is-open .fo-mobile-menu-list a:nth-child(3) { transition-delay: 0.24s; }
.fo-mobile-menu.is-open .fo-mobile-menu-list a:nth-child(4) { transition-delay: 0.32s; }
.fo-mobile-menu.is-open .fo-mobile-menu-list a:nth-child(5) { transition-delay: 0.40s; }
.fo-mobile-menu.is-open .fo-mobile-menu-list a:nth-child(6) { transition-delay: 0.48s; }
.fo-mobile-menu.is-open .fo-mobile-menu-list a:nth-child(7) { transition-delay: 0.56s; }

.fo-mobile-menu-list .fo-menu-num {
  font-family: var(--fo-font-mono);
  font-size: 14px;
  font-style: normal;
  color: var(--fo-terracotta);
  letter-spacing: 0.1em;
}

.fo-mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background: rgba(253, 248, 240, 0.92);
  border: 1.5px solid var(--fo-cream-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  color: var(--fo-malachite);
  font-size: 22px;
}

.fo-mobile-menu-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  font-family: var(--fo-font-serif);
  font-size: 22px;
  color: var(--fo-malachite);
  opacity: 0.06;
  letter-spacing: 0.2em;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}

.fo-hero {
  position: relative;
  min-height: 100vh;
  padding: 132px 32px 96px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fo-hero-canvas {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  background: linear-gradient(135deg, var(--fo-pearl-cream-1) 0%, var(--fo-pearl-cream-2) 50%, var(--fo-pearl-cream-3) 100%);
}

.fo-hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  mix-blend-mode: soft-light;
  opacity: 0.85;
}

.fo-hero-blob-1 {
  width: 520px;
  height: 520px;
  background: rgba(212, 179, 106, 0.35);
  top: -15%;
  left: -10%;
  animation: fo-drift1 32s ease-in-out infinite;
}

.fo-hero-blob-2 {
  width: 480px;
  height: 480px;
  background: rgba(212, 165, 153, 0.32);
  bottom: 10%;
  right: -10%;
  animation: fo-drift2 38s ease-in-out infinite;
  animation-delay: -8s;
}

.fo-hero-blob-3 {
  width: 420px;
  height: 420px;
  background: rgba(191, 201, 182, 0.30);
  top: 25%;
  right: 30%;
  animation: fo-pulse 28s ease-in-out infinite;
}

.fo-hero-blob-4 {
  width: 380px;
  height: 380px;
  background: rgba(199, 107, 63, 0.28);
  bottom: 5%;
  left: 40%;
  animation: fo-morph 24s ease-in-out infinite;
  animation-delay: -12s;
}

@keyframes fo-drift1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(60px, 60px); }
}

@keyframes fo-drift2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-80px, -50px); }
}

@keyframes fo-pulse {
  0%, 100% { transform: scale(0.95); }
  50% { transform: scale(1.05); }
}

@keyframes fo-morph {
  0%, 100% { border-radius: 50% 50% 60% 40% / 60% 40% 50% 50%; }
  50% { border-radius: 60% 40% 50% 50% / 50% 60% 40% 60%; }
}

.fo-hero-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(31, 77, 58, 0.08);
}

.fo-hero-content {
  position: relative;
  z-index: 3;
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.fo-hero-text {
  position: relative;
  transform: rotate(-1.2deg);
  background: rgba(253, 248, 240, 0.94);
  backdrop-filter: blur(16px);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 32px;
  padding: 48px 44px;
  box-shadow: 0 12px 32px var(--fo-shadow-soft);
}

.fo-hero-text .fo-h1 {
  font-size: clamp(40px, 6vw, 76px);
  margin: 18px 0 16px;
}

.fo-hero-sub {
  font-family: var(--fo-font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fo-terracotta);
  margin-top: 24px;
}

.fo-hero-bodyline {
  font-family: var(--fo-font-sans);
  font-size: 16px;
  line-height: 1.85;
  color: var(--fo-cocoa);
  font-style: italic;
  margin: 18px 0 0;
}

.fo-hero-cta {
  display: flex;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.fo-hero-visual {
  position: relative;
  height: 560px;
  border-radius: 48px;
  overflow: hidden;
  transform: rotate(1.4deg);
  background: linear-gradient(155deg, var(--fo-malachite) 0%, var(--fo-graphite) 100%);
  border: 1.5px solid rgba(212, 179, 106, 0.4);
  box-shadow: 0 24px 56px var(--fo-shadow-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fo-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(212, 179, 106, 0.45), transparent 55%),
    radial-gradient(ellipse at 70% 80%, rgba(212, 165, 153, 0.35), transparent 55%),
    radial-gradient(ellipse at 50% 50%, rgba(199, 107, 63, 0.25), transparent 60%);
  animation: fo-pulse 12s ease-in-out infinite;
}

.fo-hero-visual-stamp {
  position: absolute;
  top: 28px;
  left: 28px;
  width: 110px;
  height: 110px;
  border-radius: 60% 50% 70% 40% / 50% 70% 50% 70%;
  background: var(--fo-champagne);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--fo-font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--fo-malachite);
  line-height: 1.4;
  text-transform: uppercase;
  transform: rotate(-8deg);
  box-shadow: 6px 6px 18px rgba(212, 179, 106, 0.4);
  z-index: 2;
}

.fo-hero-visual-caption {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  font-family: var(--fo-font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--fo-champagne);
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
}

.fo-hero-visual-blob {
  position: relative;
  width: 360px;
  height: 360px;
  border-radius: 60% 50% 70% 40% / 50% 70% 50% 70%;
  background:
    radial-gradient(circle at 30% 30%, #FDF8F0, rgba(212, 179, 106, 0.7) 60%, rgba(199, 107, 63, 0.5) 100%);
  box-shadow:
    inset -20px -30px 60px rgba(199, 107, 63, 0.3),
    0 30px 80px rgba(212, 179, 106, 0.4);
  animation: fo-morph 18s ease-in-out infinite, fo-pulse 9s ease-in-out infinite;
  z-index: 1;
}

.fo-hero-stat {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(3deg);
  background: rgba(253, 248, 240, 0.96);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 100px;
  padding: 14px 28px;
  box-shadow: 0 8px 24px rgba(199, 107, 63, 0.18);
  font-family: var(--fo-font-mono);
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fo-malachite);
  white-space: nowrap;
  z-index: 4;
}

.fo-hero-stamp-top {
  position: absolute;
  top: 120px;
  left: 24px;
  background: rgba(31, 77, 58, 0.88);
  color: #FDF8F0;
  font-family: var(--fo-font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: 100px;
  transform: rotate(-4deg);
  z-index: 4;
  display: none;
}

.fo-hero-stamp-bottom {
  position: absolute;
  bottom: 80px;
  right: 40px;
  background: rgba(212, 165, 153, 0.5);
  color: var(--fo-malachite);
  font-family: var(--fo-font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 100px;
  transform: rotate(6deg);
  z-index: 4;
  display: none;
}

.fo-section {
  position: relative;
  padding: 120px 32px;
}

.fo-section-tight { padding: 80px 32px; }

.fo-section-header {
  max-width: 920px;
  margin: 0 auto 64px;
  text-align: center;
}

.fo-section-header .fo-h2 { margin-top: 18px; }

.fo-section-header .fo-lead {
  margin-top: 18px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.fo-section-header.left { text-align: left; margin-left: 0; }

.fo-bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
  max-width: 1320px;
  margin: 0 auto;
}

.fo-bento-card {
  position: relative;
  background: rgba(253, 248, 240, 0.96);
  backdrop-filter: blur(14px);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 32px;
  box-shadow: 0 12px 32px var(--fo-shadow-soft);
  padding: 36px 32px;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease, border-radius 0.5s ease;
}

.fo-bento-card:hover {
  transform: scale(1.04) rotate(0deg);
  box-shadow: 0 24px 56px rgba(199, 107, 63, 0.24), 0 0 0 2.5px rgba(199, 107, 63, 0.55);
  border-radius: 42px;
  z-index: 5;
  outline: 2.5px solid rgba(199, 107, 63, 0.55);
  outline-offset: 6px;
}

.fo-bento-card .fo-num {
  position: absolute;
  top: 14px;
  right: 26px;
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 140px;
  line-height: 1;
  color: var(--fo-champagne);
  opacity: 0.4;
  pointer-events: none;
}

.fo-bento-card h3 {
  font-family: var(--fo-font-serif);
  font-size: 28px;
  font-style: italic;
  color: var(--fo-malachite);
  margin: 12px 0 8px;
}

.fo-bento-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--fo-cocoa);
  margin: 0 0 14px;
}

.fo-bento-card .fo-price {
  font-family: var(--fo-font-mono);
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fo-terracotta);
  margin-top: 12px;
  display: inline-block;
  background: rgba(199, 107, 63, 0.1);
  padding: 6px 12px;
  border-radius: 100px;
}

.fo-bento-large-a { grid-column: span 7; min-height: 360px; transform: rotate(-0.8deg); }
.fo-bento-large-b { grid-column: span 5; min-height: 360px; transform: rotate(1.2deg); }
.fo-bento-medium { grid-column: span 4; min-height: 280px; }
.fo-bento-large-c { grid-column: span 12; min-height: 220px; background: var(--fo-malachite); color: var(--fo-paper); transform: rotate(-0.4deg); }
.fo-bento-large-c h3, .fo-bento-large-c p { color: #FDF8F0; }
.fo-bento-large-c .fo-num { color: var(--fo-champagne); opacity: 0.6; }

.fo-bento-medium:nth-of-type(3n+1) { transform: rotate(-0.8deg); }
.fo-bento-medium:nth-of-type(3n+2) { transform: rotate(0.6deg); }
.fo-bento-medium:nth-of-type(3n+3) { transform: rotate(-0.4deg); }

.fo-bento-visual {
  width: 100%;
  height: 180px;
  border-radius: 24px;
  margin-top: 18px;
  position: relative;
  overflow: hidden;
}

.fo-marquee {
  overflow: hidden;
  margin: 64px auto 0;
  max-width: 1320px;
  position: relative;
}

.fo-marquee-track {
  display: flex;
  gap: 14px;
  animation: fo-marquee 30s linear infinite;
  width: max-content;
}

@keyframes fo-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.fo-marquee-item {
  background: rgba(253, 248, 240, 0.94);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 100px;
  padding: 12px 24px;
  font-family: var(--fo-font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fo-malachite);
  white-space: nowrap;
  flex-shrink: 0;
}

.fo-marquee-dot {
  width: 8px;
  height: 8px;
  background: var(--fo-champagne);
  border-radius: 50%;
  flex-shrink: 0;
  align-self: center;
}

.fo-process-shell {
  position: relative;
  padding: 80px 0;
}

.fo-process-track {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  padding: 32px 32px 64px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--fo-terracotta) rgba(212, 179, 106, 0.2);
}

.fo-process-track::-webkit-scrollbar { height: 6px; }
.fo-process-track::-webkit-scrollbar-track { background: rgba(212, 179, 106, 0.2); border-radius: 100px; }
.fo-process-track::-webkit-scrollbar-thumb { background: var(--fo-terracotta); border-radius: 100px; }

.fo-process-step {
  position: relative;
  flex: 0 0 360px;
  background: rgba(253, 248, 240, 0.96);
  border: 1.5px solid rgba(212, 179, 106, 0.4);
  border-radius: 36px;
  padding: 36px 32px;
  box-shadow: 0 12px 32px var(--fo-shadow-soft);
  scroll-snap-align: start;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease, border 0.3s ease;
  overflow: hidden;
}

.fo-process-step:hover {
  transform: scale(1.05);
  z-index: 5;
  box-shadow: 0 24px 56px rgba(199, 107, 63, 0.22), 0 0 0 2px rgba(199, 107, 63, 0.55);
  border-color: var(--fo-terracotta);
  outline: 2.5px solid var(--fo-champagne);
  outline-offset: 6px;
}

.fo-process-step.is-active {
  border-color: var(--fo-terracotta);
  box-shadow: 0 12px 32px var(--fo-shadow-soft), 0 0 0 1px rgba(212, 179, 106, 0.6);
}

.fo-process-step .fo-step-num {
  position: absolute;
  top: 6px;
  right: 18px;
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 96px;
  line-height: 1;
  color: var(--fo-champagne);
  opacity: 0.6;
  pointer-events: none;
}

.fo-process-step .fo-step-icon {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background: rgba(212, 179, 106, 0.15);
  border: 1.5px solid var(--fo-champagne);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.fo-process-step .fo-step-icon svg {
  width: 30px;
  height: 30px;
  stroke: var(--fo-malachite);
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fo-process-step h3 {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 22px;
  color: var(--fo-malachite);
  margin: 0 0 10px;
}

.fo-process-step p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--fo-cocoa);
  margin: 0 0 14px;
}

.fo-process-step .fo-step-time {
  font-family: var(--fo-font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fo-terracotta);
  margin-top: 14px;
  display: block;
}

.fo-process-pulse {
  width: 10px;
  height: 10px;
  background: var(--fo-champagne);
  border-radius: 50%;
  position: absolute;
  top: 24px;
  left: 24px;
  animation: fo-pulse-dot 1.5s ease-in-out infinite;
}

@keyframes fo-pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.6; }
}

.fo-process-arrows {
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
  margin: 24px auto 0;
  padding: 0 32px;
}

.fo-process-arrow {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background: rgba(253, 248, 240, 0.94);
  border: 1.5px solid var(--fo-cream-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fo-champagne);
  cursor: pointer;
  box-shadow: 5px 5px 18px rgba(212, 179, 106, 0.3);
  transition: transform 0.3s ease;
}

.fo-process-arrow:hover { transform: scale(1.1); }

.fo-process-progress {
  max-width: 1320px;
  margin: 32px auto 0;
  padding: 0 32px;
}

.fo-process-progress-bar {
  height: 4px;
  background: var(--fo-malachite);
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

.fo-process-progress-fill {
  position: absolute;
  inset: 0;
  background: var(--fo-terracotta);
  width: 16%;
  border-radius: 100px;
  transition: width 0.4s ease;
}

.fo-canvas {
  position: relative;
  width: 100%;
  min-height: 760px;
  background: rgba(253, 248, 240, 0.4);
  border: 1.5px dashed rgba(212, 179, 106, 0.4);
  border-radius: 36px;
  overflow: hidden;
  margin: 64px auto 0;
  max-width: 1320px;
}

.fo-canvas-card {
  position: absolute;
  width: 340px;
  background: rgba(253, 248, 240, 0.96);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 32px;
  box-shadow: 0 12px 32px rgba(199, 107, 63, 0.18);
  cursor: grab;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
  overflow: hidden;
  padding: 0;
}

.fo-canvas-card.is-dragging { cursor: grabbing; z-index: 50; transform: scale(1.05) rotate(0deg) !important; box-shadow: 0 24px 56px rgba(199, 107, 63, 0.32); border-radius: 40px; }

.fo-canvas-card-img {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.fo-canvas-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(31, 77, 58, 0.5));
}

.fo-canvas-card-body {
  padding: 18px 22px 22px;
}

.fo-canvas-card-title {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 20px;
  color: var(--fo-malachite);
  margin: 0 0 6px;
}

.fo-canvas-card-cat {
  font-family: var(--fo-font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fo-terracotta);
}

.fo-canvas-card-meta {
  font-family: var(--fo-font-mono);
  font-size: 11px;
  color: var(--fo-malachite);
  margin-top: 8px;
  letter-spacing: 0.04em;
}

.fo-canvas-hint {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--fo-champagne);
  color: var(--fo-malachite);
  font-family: var(--fo-font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  padding: 8px 16px;
  border-radius: 100px;
  z-index: 5;
  transition: opacity 0.4s ease;
}

.fo-canvas-hint.is-hidden { opacity: 0; pointer-events: none; }

.fo-flexgrow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1080px;
  margin: 0 auto;
}

.fo-flexgrow-card {
  position: relative;
  background: rgba(253, 248, 240, 0.96);
  border-radius: 36px;
  border: 1.5px solid var(--fo-cream-gold);
  padding: 36px 28px;
  box-shadow: 0 12px 32px var(--fo-shadow-soft);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
  overflow: hidden;
}

.fo-flexgrow-card:nth-child(1) { transform: rotate(-0.6deg); }
.fo-flexgrow-card:nth-child(2) { transform: rotate(0.5deg); }
.fo-flexgrow-card:nth-child(3) { transform: rotate(-0.7deg); }
.fo-flexgrow-card:nth-child(4) { transform: rotate(0.4deg); }
.fo-flexgrow-card:nth-child(5) { transform: rotate(-0.5deg); }
.fo-flexgrow-card:nth-child(6) { transform: rotate(0.6deg); }

.fo-flexgrow-card:hover {
  transform: scale(1.05) rotate(0deg);
  z-index: 5;
  border-color: rgba(199, 107, 63, 0.6);
  outline: 2.5px solid rgba(199, 107, 63, 0.55);
  outline-offset: 6px;
  box-shadow: 0 24px 56px rgba(199, 107, 63, 0.22);
}

.fo-flexgrow-card .fo-num {
  position: absolute;
  top: 6px;
  right: 18px;
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 72px;
  color: var(--fo-champagne);
  opacity: 0.85;
  pointer-events: none;
}

.fo-flexgrow-card h3 {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 22px;
  color: var(--fo-malachite);
  margin: 14px 0 10px;
}

.fo-flexgrow-card p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--fo-cocoa);
  margin: 0 0 14px;
}

.fo-flexgrow-icon {
  width: 52px;
  height: 52px;
  border-radius: 100px;
  background: rgba(212, 179, 106, 0.15);
  border: 1.5px solid var(--fo-champagne);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fo-flexgrow-icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--fo-malachite);
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fo-flexgrow-card .fo-cat {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-family: var(--fo-font-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FDF8F0;
  background: var(--fo-terracotta);
  padding: 6px 12px;
  border-radius: 100px;
}

.fo-stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 36px 0;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.fo-stat-card {
  background: var(--fo-malachite);
  color: #FDF8F0;
  border-radius: 36px;
  padding: 24px 28px;
  min-height: 120px;
  position: relative;
  flex: 1 1 180px;
  max-width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
}

.fo-stat-card:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 24px 56px rgba(199, 107, 63, 0.22);
  z-index: 5;
}

.fo-stat-card.is-terracotta { background: var(--fo-terracotta); }
.fo-stat-card.is-champagne { background: var(--fo-champagne); color: var(--fo-malachite); }
.fo-stat-card.is-rose { background: var(--fo-rose); color: var(--fo-malachite); }

.fo-stat-card .fo-stat-num {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 38px;
  line-height: 1;
  color: inherit;
}

.fo-stat-card .fo-stat-label {
  font-family: var(--fo-font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: inherit;
  opacity: 0.85;
  margin-top: 10px;
}

.fo-team-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.fo-team-list a {
  display: flex;
  flex-direction: column;
  padding: 18px 0;
  border-bottom: 1.5px solid rgba(212, 179, 106, 0.4);
  border-radius: 18px;
  padding: 18px 22px;
  transition: background 0.3s ease;
}

.fo-team-list a:hover { background: rgba(199, 107, 63, 0.1); }

.fo-team-list .fo-team-name {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 28px;
  color: var(--fo-malachite);
  line-height: 1.2;
}

.fo-team-list .fo-team-role {
  font-family: var(--fo-font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fo-terracotta);
  margin-top: 6px;
}

.fo-team-card {
  position: relative;
  background: rgba(253, 248, 240, 0.96);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 48px;
  overflow: hidden;
  box-shadow: 0 24px 56px var(--fo-shadow-soft);
  min-height: 540px;
}

.fo-team-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.85;
}

.fo-team-card-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(31, 77, 58, 0.2), rgba(31, 77, 58, 0.7));
}

.fo-team-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  color: #FDF8F0;
  z-index: 2;
}

.fo-team-card-content h3 {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 30px;
  color: #FDF8F0;
}

.fo-team-card-content .fo-team-role { color: var(--fo-champagne); }

.fo-team-card-stamp {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 110px;
  height: 110px;
  border-radius: 60% 50% 70% 40% / 50% 70% 50% 70%;
  background: linear-gradient(135deg, var(--fo-terracotta) 0%, var(--fo-champagne) 100%);
  color: #FFFFFF;
  font-family: var(--fo-font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  transform: rotate(-10deg);
  box-shadow: 6px 6px 20px rgba(199, 107, 63, 0.4);
  z-index: 3;
}

.fo-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}

.fo-review-card {
  background: rgba(253, 248, 240, 0.96);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 32px;
  padding: 36px 30px;
  box-shadow: 0 12px 32px var(--fo-shadow-soft);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
  position: relative;
}

.fo-review-card:hover {
  transform: scale(1.04);
  box-shadow: 0 24px 56px rgba(199, 107, 63, 0.22);
  outline: 2.5px solid rgba(199, 107, 63, 0.55);
  outline-offset: 6px;
  z-index: 5;
}

.fo-review-quote {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 18px;
  line-height: 1.55;
  color: var(--fo-malachite);
  margin: 0 0 24px;
}

.fo-review-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.fo-review-avatar {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background-size: cover;
  background-position: center;
  border: 2px solid var(--fo-champagne);
  flex-shrink: 0;
}

.fo-review-name {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 18px;
  color: var(--fo-malachite);
}

.fo-review-tag {
  font-family: var(--fo-font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fo-terracotta);
  margin-top: 4px;
}

.fo-cta-banner {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 56px;
  background: linear-gradient(135deg, var(--fo-malachite) 0%, var(--fo-graphite) 100%);
  color: #FDF8F0;
  border-radius: 56px;
  overflow: hidden;
  box-shadow: 0 24px 56px var(--fo-shadow-malachite);
}

.fo-cta-banner::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: var(--fo-champagne);
  filter: blur(120px);
  opacity: 0.3;
  border-radius: 50%;
}

.fo-cta-banner h2 {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: clamp(32px, 4vw, 52px);
  color: #FDF8F0;
  margin: 0 0 18px;
}

.fo-cta-banner p {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(253, 248, 240, 0.85);
  margin: 0 0 28px;
  max-width: 640px;
}

.fo-cta-banner .fo-cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.fo-cta-banner .fo-btn-primary {
  background: linear-gradient(135deg, var(--fo-terracotta), var(--fo-champagne));
  color: #FFFFFF;
}

.fo-cta-banner .fo-btn-secondary {
  background: rgba(253, 248, 240, 0.1);
  border-color: var(--fo-champagne);
  color: var(--fo-champagne);
}

.fo-cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.fo-faq-item {
  background: rgba(253, 248, 240, 0.96);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 28px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.fo-faq-item.is-open {
  box-shadow: 0 16px 40px var(--fo-shadow-soft);
  border-color: var(--fo-terracotta);
}

.fo-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 28px;
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 20px;
  color: var(--fo-malachite);
  text-align: left;
  gap: 18px;
}

.fo-faq-q .fo-faq-toggle {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: rgba(199, 107, 63, 0.12);
  color: var(--fo-terracotta);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.fo-faq-item.is-open .fo-faq-toggle { transform: rotate(45deg); }

.fo-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  padding: 0 28px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--fo-cocoa);
}

.fo-faq-item.is-open .fo-faq-a {
  max-height: 600px;
  padding: 0 28px 28px;
}

.fo-form {
  max-width: 640px;
  margin: 0 auto;
  background: rgba(253, 248, 240, 0.96);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 36px;
  padding: 48px 44px;
  box-shadow: 0 16px 40px var(--fo-shadow-soft);
}

.fo-form-row {
  margin-bottom: 20px;
}

.fo-form label {
  display: block;
  font-family: var(--fo-font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fo-malachite);
  margin-bottom: 8px;
}

.fo-form input,
.fo-form textarea,
.fo-form select {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid var(--fo-cream-gold);
  background: #FFFFFF;
  border-radius: 18px;
  font-family: var(--fo-font-sans);
  font-size: 15px;
  color: var(--fo-malachite);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.fo-form input:focus,
.fo-form textarea:focus,
.fo-form select:focus {
  outline: none;
  border-color: var(--fo-terracotta);
  box-shadow: 0 0 0 4px rgba(199, 107, 63, 0.15);
}

.fo-form textarea {
  min-height: 140px;
  resize: vertical;
}

.fo-form-success {
  text-align: center;
  padding: 40px 24px;
  background: rgba(31, 77, 58, 0.08);
  border-radius: 24px;
  border: 1.5px solid var(--fo-malachite);
}

.fo-form-success h3 {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 28px;
  color: var(--fo-malachite);
  margin: 0 0 12px;
}

.fo-footer {
  background: linear-gradient(160deg, var(--fo-malachite) 0%, var(--fo-graphite) 100%);
  color: rgba(253, 248, 240, 0.92);
  padding: 80px 32px 32px;
  position: relative;
  overflow: hidden;
}

.fo-footer::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -100px;
  width: 480px;
  height: 480px;
  background: var(--fo-champagne);
  opacity: 0.18;
  filter: blur(140px);
  border-radius: 50%;
}

.fo-footer::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 480px;
  height: 480px;
  background: var(--fo-terracotta);
  opacity: 0.18;
  filter: blur(140px);
  border-radius: 50%;
}

.fo-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.fo-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.fo-footer-logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.fo-footer-logo-mark {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background: linear-gradient(135deg, var(--fo-terracotta), var(--fo-champagne));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fo-footer-logo-mark .fo-floating-mark-blob {
  width: 22px;
  height: 16px;
}

.fo-footer-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.fo-footer-logo-domain {
  font-family: var(--fo-font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fo-champagne);
  opacity: 0.8;
}

.fo-footer-logo-name {
  font-family: var(--fo-font-serif);
  font-size: 18px;
  color: #FDF8F0;
}

.fo-footer-desc {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(253, 248, 240, 0.75);
}

.fo-footer h4 {
  font-family: var(--fo-font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fo-champagne);
  margin: 0 0 18px;
}

.fo-footer-col ul li {
  margin-bottom: 12px;
  font-size: 14px;
  color: rgba(253, 248, 240, 0.78);
}

.fo-footer-col ul li a:hover { color: var(--fo-champagne); }

.fo-footer-address {
  font-style: normal;
  font-size: 14px;
  color: rgba(253, 248, 240, 0.78);
  line-height: 1.7;
  margin: 0;
}

.fo-footer-meta {
  margin-top: 64px;
  padding-top: 28px;
  border-top: 1px solid rgba(212, 179, 106, 0.25);
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  align-items: center;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  font-family: var(--fo-font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(253, 248, 240, 0.65);
}

.fo-cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  max-width: 460px;
  background: rgba(253, 248, 240, 0.97);
  backdrop-filter: blur(20px);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 28px;
  padding: 24px 28px;
  box-shadow: 0 16px 40px var(--fo-shadow-deep);
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fo-cookie-banner h4 {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 20px;
  color: var(--fo-malachite);
  margin: 0;
}

.fo-cookie-banner p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--fo-cocoa);
  margin: 0;
}

.fo-cookie-banner-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.fo-cookie-accept {
  background: linear-gradient(135deg, var(--fo-terracotta), var(--fo-champagne));
  color: #FFFFFF;
  font-family: var(--fo-font-serif);
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 100px;
  box-shadow: 4px 4px 14px rgba(199, 107, 63, 0.3);
  white-space: nowrap;
}

.fo-cookie-decline {
  background: transparent;
  border: 1.5px solid var(--fo-malachite);
  color: var(--fo-malachite);
  font-family: var(--fo-font-serif);
  font-size: 14px;
  padding: 11px 20px;
  border-radius: 100px;
  white-space: nowrap;
}

.fo-cookie-link {
  font-family: var(--fo-font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--fo-terracotta);
  text-transform: uppercase;
}

.fo-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1320px;
  margin: 0 auto;
}

.fo-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 1320px;
  margin: 0 auto;
  align-items: center;
}

.fo-page-hero {
  position: relative;
  padding: 156px 32px 80px;
  overflow: hidden;
}

.fo-page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.fo-page-hero-content h1 {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: clamp(40px, 5.5vw, 72px);
  color: var(--fo-malachite);
  margin: 18px 0;
}

.fo-page-hero-content p {
  font-size: 17px;
  line-height: 1.85;
  color: var(--fo-cocoa);
  max-width: 720px;
  margin: 18px auto 0;
}

.fo-blog-card {
  background: rgba(253, 248, 240, 0.96);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 12px 32px var(--fo-shadow-soft);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
  display: flex;
  flex-direction: column;
}

.fo-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(199, 107, 63, 0.22);
  outline: 2.5px solid rgba(199, 107, 63, 0.55);
  outline-offset: 6px;
}

.fo-blog-card-img {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.fo-blog-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(31, 77, 58, 0.4));
}

.fo-blog-card-body {
  padding: 24px 28px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.fo-blog-card-meta {
  font-family: var(--fo-font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fo-terracotta);
  margin-bottom: 10px;
}

.fo-blog-card-title {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 22px;
  color: var(--fo-malachite);
  margin: 0 0 10px;
}

.fo-blog-card-excerpt {
  font-size: 14px;
  line-height: 1.7;
  color: var(--fo-cocoa);
  margin: 0 0 18px;
  flex: 1;
}

.fo-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}

.fo-blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fo-font-mono);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fo-terracotta);
  transition: gap 0.3s ease, color 0.3s ease;
}

.fo-blog-card-link:hover {
  color: var(--fo-malachite);
  gap: 12px;
}

.fo-blog-card-full {
  font-size: 14px;
  line-height: 1.85;
  color: var(--fo-cocoa);
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(199, 107, 63, 0.2);
  animation: fadeIn 0.4s ease;
}

.fo-blog-card-full p {
  margin-bottom: 16px;
}

.fo-blog-card-full p:last-child {
  margin-bottom: 0;
}

.fo-blog-expand-btn,
.fo-blog-collapse-btn {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.fo-blog-collapse-btn {
  color: var(--fo-malachite);
}

.fo-blog-collapse-btn:hover {
  color: var(--fo-terracotta);
  gap: 12px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.fo-blog-toggle-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
  font-size: 14px;
  line-height: 1.85;
  color: var(--fo-cocoa);
  margin-top: 0;
}

.fo-blog-toggle-content.is-open { max-height: 2400px; margin-top: 18px; }

.fo-blog-toggle-btn {
  align-self: flex-start;
  background: rgba(199, 107, 63, 0.1);
  border: 1.5px solid var(--fo-terracotta);
  color: var(--fo-terracotta);
  font-family: var(--fo-font-serif);
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 100px;
  white-space: nowrap;
}

.fo-thanks-card {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  background: rgba(253, 248, 240, 0.96);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 48px;
  padding: 80px 56px;
  box-shadow: 0 24px 56px var(--fo-shadow-soft);
}

.fo-thanks-stamp {
  display: inline-block;
  background: linear-gradient(135deg, var(--fo-terracotta), var(--fo-champagne));
  color: #FFFFFF;
  font-family: var(--fo-font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.fo-thanks-card h1 {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: clamp(34px, 4.5vw, 52px);
  color: var(--fo-malachite);
  margin: 0 0 18px;
}

.fo-thanks-card p {
  font-size: 17px;
  line-height: 1.85;
  color: var(--fo-cocoa);
  margin: 0 0 14px;
}

.fo-legal-body {
  max-width: 880px;
  margin: 0 auto;
  background: rgba(253, 248, 240, 0.96);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 36px;
  padding: 64px 56px;
  box-shadow: 0 16px 40px var(--fo-shadow-soft);
}

.fo-legal-body h2 {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 26px;
  color: var(--fo-malachite);
  margin: 36px 0 12px;
}

.fo-legal-body h2:first-child { margin-top: 0; }

.fo-legal-body p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--fo-cocoa);
  margin: 0 0 16px;
}

.fo-legal-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.fo-legal-body ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--fo-cocoa);
}

.fo-legal-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  background: var(--fo-champagne);
  border-radius: 50%;
}

.fo-legal-content {
  max-width: 880px;
  margin: 0 auto;
  background: rgba(253, 248, 240, 0.96);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 36px;
  padding: 48px 56px;
  box-shadow: 0 16px 40px var(--fo-shadow-soft);
}

.fo-legal-content p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--fo-cocoa);
  margin: 0 0 16px;
}

.fo-legal-content p:last-child {
  margin-bottom: 0;
}

.fo-legal-list {
  list-style: none;
  padding: 0;
  margin: 18px 0;
}

.fo-legal-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--fo-cocoa);
}

.fo-legal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: var(--fo-champagne);
  border-radius: 50%;
}

.fo-legal-address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: var(--fo-cocoa);
  margin-top: 24px;
  padding: 24px;
  background: rgba(212, 179, 106, 0.1);
  border-radius: 18px;
  border: 1.5px solid rgba(212, 179, 106, 0.3);
}

.fo-legal-address strong {
  color: var(--fo-malachite);
  font-weight: 600;
}

.fo-legal-date {
  font-family: var(--fo-font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fo-terracotta);
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(212, 179, 106, 0.3);
}

.fo-marker-stamp {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, var(--fo-terracotta), var(--fo-champagne));
  color: #FFFFFF;
  font-family: var(--fo-font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 100px;
  transform: rotate(-3deg);
  box-shadow: 4px 4px 14px rgba(199, 107, 63, 0.3);
  margin: 16px 0;
}

.fo-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.fo-pricing-card {
  background: rgba(253, 248, 240, 0.96);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 32px;
  padding: 36px 28px;
  box-shadow: 0 12px 32px var(--fo-shadow-soft);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.fo-pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(199, 107, 63, 0.22);
  outline: 2.5px solid rgba(199, 107, 63, 0.55);
  outline-offset: 6px;
}

.fo-pricing-card.is-featured {
  border-color: var(--fo-terracotta);
  background: linear-gradient(160deg, rgba(253, 248, 240, 0.98), rgba(212, 179, 106, 0.12));
}

.fo-pricing-card.is-featured:hover {
  outline-color: var(--fo-terracotta);
}

.fo-pricing-tag {
  display: inline-flex;
  align-items: center;
  background: var(--fo-champagne);
  color: var(--fo-malachite);
  font-family: var(--fo-font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 18px;
  align-self: flex-start;
}

.fo-pricing-amount {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 12px;
}

.fo-pricing-num {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 42px;
  font-weight: 600;
  color: var(--fo-malachite);
  line-height: 1;
}

.fo-pricing-unit {
  font-family: var(--fo-font-mono);
  font-size: 14px;
  color: var(--fo-cocoa);
  letter-spacing: 0.05em;
}

.fo-pricing-card h3 {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 20px;
  color: var(--fo-malachite);
  margin: 0 0 10px;
}

.fo-pricing-card > p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--fo-cocoa);
  margin: 0 0 20px;
  flex: 1;
}

.fo-pricing-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fo-pricing-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 13px;
  color: var(--fo-cocoa);
}

.fo-pricing-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--fo-terracotta);
  font-weight: 600;
}

.fo-faq-list {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fo-faq-item {
  background: rgba(253, 248, 240, 0.96);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 28px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.fo-faq-item:hover {
  border-color: rgba(212, 179, 106, 0.6);
}

.fo-faq-item[open] {
  box-shadow: 0 16px 40px var(--fo-shadow-soft);
  border-color: var(--fo-terracotta);
}

.fo-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 28px;
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 20px;
  color: var(--fo-malachite);
  text-align: left;
  gap: 18px;
  cursor: pointer;
  list-style: none;
}

.fo-faq-question::-webkit-details-marker {
  display: none;
}

.fo-faq-question::after {
  content: "+";
  font-size: 24px;
  color: var(--fo-terracotta);
  font-style: normal;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.fo-faq-item[open] .fo-faq-question::after {
  transform: rotate(45deg);
}

.fo-faq-answer {
  padding: 0 28px 24px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--fo-cocoa);
}

.fo-faq-answer p {
  margin: 0;
}

.fo-pillar-card {
  background: rgba(253, 248, 240, 0.96);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 36px;
  padding: 32px 28px;
  box-shadow: 0 12px 32px var(--fo-shadow-soft);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
}

.fo-pillar-card:hover {
  transform: scale(1.04);
  outline: 2.5px solid rgba(199, 107, 63, 0.55);
  outline-offset: 6px;
  box-shadow: 0 24px 56px rgba(199, 107, 63, 0.22);
  z-index: 5;
}

.fo-pillar-card .fo-pillar-num {
  font-family: var(--fo-font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fo-terracotta);
  margin-bottom: 12px;
}

.fo-pillar-card h3 {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 22px;
  color: var(--fo-malachite);
  margin: 0 0 12px;
}

.fo-pillar-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--fo-cocoa);
  margin: 0;
}

.fo-malachite-card {
  background: var(--fo-malachite);
  color: #FDF8F0;
  border-radius: 32px;
  padding: 36px 32px;
  box-shadow: 0 16px 40px var(--fo-shadow-malachite);
  position: relative;
  overflow: hidden;
}

.fo-malachite-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  background: var(--fo-champagne);
  opacity: 0.25;
  border-radius: 50%;
  filter: blur(60px);
}

.fo-malachite-card h3 {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 26px;
  color: #FDF8F0;
  margin: 0 0 14px;
}

.fo-malachite-card p { color: rgba(253, 248, 240, 0.85); font-size: 15px; line-height: 1.85; margin: 0; }

.fo-detail-hero {
  position: relative;
  padding: 156px 32px 80px;
  overflow: hidden;
}

.fo-detail-hero-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.fo-detail-hero h1 {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: clamp(40px, 5.5vw, 72px);
  color: var(--fo-malachite);
  margin: 16px 0 18px;
}

.fo-detail-hero-img {
  width: 100%;
  height: 460px;
  background-size: cover;
  background-position: center;
  border-radius: 36px;
  box-shadow: 0 24px 56px var(--fo-shadow-soft);
  border: 1.5px solid var(--fo-cream-gold);
}

.fo-detail-content {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 56px;
  align-items: start;
}

.fo-detail-content h2 {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 30px;
  color: var(--fo-malachite);
  margin: 36px 0 14px;
}

.fo-detail-content h2:first-child { margin-top: 0; }

.fo-detail-content p {
  font-size: 16px;
  line-height: 1.95;
  color: var(--fo-cocoa);
  margin: 0 0 18px;
}

.fo-detail-side {
  background: rgba(253, 248, 240, 0.96);
  border: 1.5px solid var(--fo-cream-gold);
  border-radius: 36px;
  padding: 36px 32px;
  position: sticky;
  top: 132px;
  box-shadow: 0 16px 40px var(--fo-shadow-soft);
}

.fo-detail-side h3 {
  font-family: var(--fo-font-serif);
  font-style: italic;
  font-size: 22px;
  color: var(--fo-malachite);
  margin: 0 0 14px;
}

.fo-detail-side ul li {
  font-size: 14px;
  color: var(--fo-cocoa);
  padding: 8px 0;
  border-bottom: 1px dashed rgba(212, 179, 106, 0.4);
  display: flex;
  justify-content: space-between;
}

.fo-detail-side ul li:last-child { border-bottom: none; }

.fo-detail-side ul li .fo-side-key { color: var(--fo-malachite); }
.fo-detail-side ul li .fo-side-val { font-family: var(--fo-font-mono); color: var(--fo-terracotta); font-size: 13px; }

.fo-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fo-font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fo-terracotta);
  margin-bottom: 24px;
}

@media (max-width: 1280px) {
  .fo-floating-left { display: none; }
  .fo-mobile-capsule { display: flex; }
  .fo-hero { padding-top: 110px; }
  .fo-page-hero, .fo-detail-hero { padding-top: 110px; }
}

@media (max-width: 1024px) {
  .fo-hero-content { grid-template-columns: 1fr; gap: 32px; }
  .fo-hero-visual { height: 440px; transform: rotate(0deg); }
  .fo-hero-text { transform: rotate(0deg); }
  .fo-detail-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .fo-detail-content { grid-template-columns: 1fr; gap: 32px; }
  .fo-detail-side { position: static; }
  .fo-grid-3, .fo-flexgrow, .fo-reviews-grid { grid-template-columns: 1fr 1fr; }
  .fo-footer-grid { grid-template-columns: 1fr 1fr; }
  .fo-section-header { margin-bottom: 48px; }
  .fo-section { padding: 80px 24px; }
}

@media (max-width: 768px) {
  .fo-hero { padding: 96px 16px 64px; min-height: auto; }
  .fo-hero-text { padding: 32px 24px; }
  .fo-hero-cta { flex-direction: column; }
  .fo-hero-cta a { width: 100%; justify-content: center; }
  .fo-bento-grid { grid-template-columns: 1fr; gap: 18px; }
  .fo-bento-large-a, .fo-bento-large-b, .fo-bento-medium, .fo-bento-large-c { grid-column: span 1; min-height: auto; transform: rotate(0deg); }
  .fo-flexgrow, .fo-reviews-grid, .fo-grid-3, .fo-grid-2, .fo-blog-grid { grid-template-columns: 1fr; }
  .fo-footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .fo-section { padding: 64px 16px; }
  .fo-section-header { margin-bottom: 36px; }
  .fo-cta-banner { padding: 48px 28px; border-radius: 36px; }
  .fo-form { padding: 32px 24px; }
  .fo-thanks-card { padding: 56px 28px; }
  .fo-legal-body { padding: 36px 24px; }
  .fo-legal-content { padding: 32px 24px; }
  .fo-pricing-grid { grid-template-columns: 1fr; gap: 18px; }
  .fo-faq-list { padding: 0 16px; }
  .fo-blog-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .fo-page-hero, .fo-detail-hero { padding: 100px 16px 56px; }
  .fo-process-track { padding: 16px 16px 32px; }
  .fo-process-step { flex: 0 0 86%; }
  .fo-canvas { min-height: auto; padding: 24px 16px; display: flex; flex-direction: column; gap: 0; }
  .fo-canvas-card { width: auto !important; max-width: 320px; margin: 0 auto 16px; position: relative !important; left: auto !important; top: auto !important; transform: none !important; }
  .fo-canvas-hint { display: none; }
  .fo-cookie-banner { left: 16px; right: 16px; max-width: none; bottom: 16px; }
  .fo-stats-row { gap: 10px; }
  .fo-stat-card { min-width: 140px; }
  .fo-hero-stat { font-size: 11px; padding: 10px 16px; }
  .fo-hero-blob-1, .fo-hero-blob-2, .fo-hero-blob-3, .fo-hero-blob-4 { width: 280px; height: 280px; }
  .fo-hero-blob-1 { left: -40%; top: -20%; }
  .fo-hero-blob-2 { right: -40%; bottom: -10%; }
  .fo-hero-blob-3 { right: 10%; top: 10%; }
  .fo-hero-blob-4 { left: 20%; bottom: -10%; }
  .fo-mobile-menu::before { display: none; }
}